diff options
| author | hathach <[email protected]> | 2024-04-08 11:15:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-08 11:15:21 +0700 |
| commit | d6d8acad90c8a1578dcbd886154fbb3f2bd1a363 (patch) | |
| tree | 56549159c8ed74d4992201be9e54f0569683d760 | |
| parent | 7f7dca7b15971ab83f07f4d930a95117e8bcc78e (diff) | |
add CFG_EXAMPLE_VIDEO_READONLY for mcxa15
| -rw-r--r-- | hw/bsp/mcx/boards/frdm_mcxa153/board.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/mcx/boards/frdm_mcxa153/board.cmake b/hw/bsp/mcx/boards/frdm_mcxa153/board.cmake index 6a9a20e21..7cd8991e6 100644 --- a/hw/bsp/mcx/boards/frdm_mcxa153/board.cmake +++ b/hw/bsp/mcx/boards/frdm_mcxa153/board.cmake @@ -12,6 +12,7 @@ function(update_board TARGET) CPU_MCXA153VLH BOARD_TUD_RHPORT=0 BOARD_TUD_MAX_SPEED=OPT_MODE_FULL_SPEED + CFG_EXAMPLE_VIDEO_READONLY ) target_sources(${TARGET} PUBLIC ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/clock_config.c |
