f0 loader

This commit is contained in:
Matthew Kennedy 2023-08-09 13:36:38 -07:00
parent 5e1bf36caa
commit 49734dec08
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@ ifeq ($(USE_OPT),)
USE_OPT = -Os -ggdb -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant
endif
USE_OPT += -DWB_PROD=1
# C specific options here (added to USE_OPT).
ifeq ($(USE_COPT),)
USE_COPT =

View File

@ -1,3 +1,5 @@
#include "ch.h"
#include "hal.h"
#include "port_shared.h"
#include "flash.h"