Add compile option to allocate video data into flash in video_capture example

This commit is contained in:
kkitayam
2021-10-09 23:02:18 +09:00
parent a3a18c9ed3
commit b6d09ca761
24 changed files with 23 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
CFLAGS += -DSTM32F070xB
CFLAGS += -DSTM32F070xB -DCFG_EXAMPLE_VIDEO_READONLY
LD_FILE = $(BOARD_PATH)/stm32F070rbtx_flash.ld

View File

@@ -1,4 +1,4 @@
CFLAGS += -DSTM32F072xB
CFLAGS += -DSTM32F072xB -DCFG_EXAMPLE_VIDEO_READONLY
LD_FILE = $(BOARD_PATH)/STM32F072RBTx_FLASH.ld

View File

@@ -1,4 +1,4 @@
CFLAGS += -DSTM32F072xB -DLSI_VALUE=40000
CFLAGS += -DSTM32F072xB -DLSI_VALUE=40000 -DCFG_EXAMPLE_VIDEO_READONLY
LD_FILE = $(BOARD_PATH)/STM32F072VBTx_FLASH.ld