diff options
| author | kkitayam <[email protected]> | 2021-10-09 23:02:18 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-10-09 23:02:18 +0900 |
| commit | b6d09ca7619b2f624cc3ee92a795ba2a9b9d68e9 (patch) | |
| tree | 69cf33567c58c2041d884bf91c5a3bf05705eb52 /hw/bsp/lpc15 | |
| parent | a3a18c9ed33a4d6f2027dc46ab32c62314d1abef (diff) | |
Add compile option to allocate video data into flash in video_capture example
Diffstat (limited to 'hw/bsp/lpc15')
| -rw-r--r-- | hw/bsp/lpc15/boards/lpcxpresso1549/board.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/lpc15/boards/lpcxpresso1549/board.mk b/hw/bsp/lpc15/boards/lpcxpresso1549/board.mk index a3e04cfa1..b00fc71b0 100644 --- a/hw/bsp/lpc15/boards/lpcxpresso1549/board.mk +++ b/hw/bsp/lpc15/boards/lpcxpresso1549/board.mk @@ -1,3 +1,4 @@ +CFLAGS += -DCFG_EXAMPLE_VIDEO_READONLY LD_FILE = $(BOARD_PATH)/lpc1549.ld JLINK_DEVICE = LPC1549 |
