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
@@ -1,4 +1,4 @@
CFLAGS += -D__SAMD21G18A__
CFLAGS += -D__SAMD21G18A__ -DCFG_EXAMPLE_VIDEO_READONLY
# All source paths should be relative to the top level.
LD_FILE = $(BOARD_PATH)/$(BOARD).ld