parent
67ae92ea9a
commit
b84246cb74
|
@ -3,6 +3,10 @@
|
||||||
#include "usbconsole.h"
|
#include "usbconsole.h"
|
||||||
#include "hardware.h"
|
#include "hardware.h"
|
||||||
|
|
||||||
|
#ifdef HW_HELLEN
|
||||||
|
#include "hellen_meta.h"
|
||||||
|
#endif // HW_HELLEN
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "boot.h"
|
#include "boot.h"
|
||||||
#include "flash.h"
|
#include "flash.h"
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHORT_BOARD_NAME=uaefi121
|
SHORT_BOARD_NAME=uaefi121
|
||||||
PROJECT_CPU=ARCH_STM32F4
|
PROJECT_CPU=ARCH_STM32F4
|
||||||
|
USE_OPENBLT=yes
|
||||||
|
|
Loading…
Reference in New Issue