8000 nrf/boards: Enable network and socket modules for nrf9160 boards. · micropython/micropython@880760c · GitHub
[go: up one dir, main page]

Skip to content

Commit 880760c

Browse files
committed
nrf/boards: Enable network and socket modules for nrf9160 boards.
Enable MICROPY_PY_USOCKET, MICROPY_PY_NETWORK and MICROPY_PY_LTE_SOCKET for all nrf9160 boards.
1 parent 556ea9b commit 880760c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ports/nrf/boards/actinius_icarus/mpconfigboard.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
#define MICROPY_HW_ENABLE_DAC (0)
5858
#define MICROPY_HW_ENABLE_CAN (0)
5959

60+
#define MICROPY_PY_USOCKET (1)
61+
#define MICROPY_PY_NETWORK (1)
62+
#define MICROPY_PY_LTE_SOCKET (1)
63+
6064
#define MICROPY_HW_LED_TRICOLOR (1)
6165
#define MICROPY_HW_LED_PULLUP (1)
6266

ports/nrf/boards/pca10090/mpconfigboard.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
#define MICROPY_HW_ENABLE_DAC (0)
5656
#define MICROPY_HW_ENABLE_CAN (0)
5757 5EF4

58+
#define MICROPY_PY_USOCKET (1)
59+
#define MICROPY_PY_NETWORK (1)
60+
#define MICROPY_PY_LTE_SOCKET (1)
61+
5862
#define MICROPY_HW_LED_COUNT (4)
5963
#define MICROPY_HW_LED_PULLUP (0)
6064

0 commit comments

Comments
 (0)
0