adding nrf52840 port, able to blink led with pca10056

This commit is contained in:
hathach
2018-03-11 00:16:10 +07:00
parent 0af637cd4f
commit 23caef859c
23 changed files with 24852 additions and 3 deletions
+2
View File
@@ -110,6 +110,8 @@
#include "microbuilder/board_lpc4357usb.h"
#elif BOARD == BOARD_LPCLINK2
#include "lpcxpresso/board_lpclink2.h"
#elif defined BOARD_PCA10056
#include "pca10056/board_pca10056.h"
#else
#error BOARD is not defined or supported yet
#endif