Support pca10100 board with SDK 16.0.0
danielschenk opened this issue · 0 comments
danielschenk commented
In the nrf5_helpers.cmake
file, the pca10100
seems to be the only board which does not support SDK 16. Is there any reason for this? Could it be a mistake?
If I change line 71 to the following:
set(board_pca10100 nrf52833_xxaa BOARD_PCA10100 15.3.0 16.0.0)
I'm able to compile the blinky example just fine.