diff options
| author | hathach <[email protected]> | 2025-07-09 17:58:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-07-09 21:54:23 +0700 |
| commit | b5694fd40a13445a6df7c88150593d152b54397d (patch) | |
| tree | 31e06463d47c948d03c3a1635ede9b25822ff7a6 /hw | |
| parent | 227b22de02d2b1b1d66adcb612de85e71aa98269 (diff) | |
add option to pass symbol defines to ci build.py
add build.args option for hil json
add MAX3421_HOST=1 for metro m4 express
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/samd5x_e5x/boards/metro_m4_express/board.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/bsp/samd5x_e5x/boards/metro_m4_express/board.cmake b/hw/bsp/samd5x_e5x/boards/metro_m4_express/board.cmake index ebc32b1f7..86d12ca24 100644 --- a/hw/bsp/samd5x_e5x/boards/metro_m4_express/board.cmake +++ b/hw/bsp/samd5x_e5x/boards/metro_m4_express/board.cmake @@ -3,9 +3,6 @@ set(SAM_FAMILY samd51) set(JLINK_DEVICE ATSAMD51J19) set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/${BOARD}.ld) -# force max3421e for testing with hardware-in-the-loop -set(MAX3421_HOST 1) - function(update_board TARGET) target_compile_definitions(${TARGET} PUBLIC __SAMD51J19A__ |
