9 lines
191 B
CMake
Raw Normal View History

2023-05-15 14:25:42 +07:00
set(MCU_VARIANT nrf52840)
2023-06-02 13:27:18 +07:00
set(LD_FILE_GCC ${NRFX_DIR}/mdk/nrf52840_xxaa.ld)
2023-05-15 14:25:42 +07:00
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
NRF52840_XXAA
)
endfunction()