blob: a0282aa23503bdaa5e2e5e900e28524b5bcc9e3c (
plain)
1
2
3
4
5
6
7
8
|
set(MCU_VARIANT nrf52840)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/../../linker/nrf52840_s140_v6.ld)
# enable max3421 host driver for this board
# set(MAX3421_HOST 1)
function(update_board TARGET)
endfunction()
|