Skip to content

Commit 8874865

Browse files
committed
nrf: Remove port-specific help
It contains mentions to the pyb module which was removed. The ble-specific help will be re-added later when the API is stabilized.
1 parent 1ea633c commit 8874865

File tree

3 files changed

+1
-56
lines changed

3 files changed

+1
-56
lines changed

ports/nrf/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ SRC_NRFX = $(addprefix nrfx/,\
102102

103103
SRC_C += \
104104
mphalport.c \
105-
help.c \
106105
fatfs_port.c \
107106
fifo.c \
108107
tick.c \

ports/nrf/help.c

Lines changed: 0 additions & 54 deletions
This file was deleted.

ports/nrf/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
#define MICROPY_PY_BUILTINS_EXECFILE (0)
9494
#define MICROPY_PY_BUILTINS_COMPILE (1)
9595
#define MICROPY_PY_BUILTINS_HELP (1)
96-
#define MICROPY_PY_BUILTINS_HELP_TEXT nrf5_help_text
9796
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
97+
#define MICROPY_PY_BUILTINS_HELP_TEXT circuitpython_help_text
9898
#define MICROPY_PY_BUILTINS_INPUT (1)
9999
#define MICROPY_MODULE_BUILTIN_INIT (1)
100100
#define MICROPY_PY_ALL_SPECIAL_METHODS (0)

0 commit comments

Comments
 (0)