Skip to content

Commit 316aa16

Browse files
committed
nrf/moduos: Convert module to use extmod version.
1 parent b3200b2 commit 316aa16

File tree

3 files changed

+1
-200
lines changed

3 files changed

+1
-200
lines changed

ports/nrf/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ DRIVERS_SRC_C += $(addprefix modules/,\
313313
machine/rtcounter.c \
314314
machine/pwm.c \
315315
machine/temp.c \
316-
uos/moduos.c \
317316
uos/microbitfs.c \
318317
utime/modutime.c \
319318
board/modboard.c \

ports/nrf/modules/uos/moduos.c

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

ports/nrf/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
#define MICROPY_ALLOC_PATH_MAX (512)
104104
#define MICROPY_PERSISTENT_CODE_LOAD (1)
105105
#define MICROPY_READER_VFS (MICROPY_VFS)
106+
#define MICROPY_PY_UOS (MICROPY_VFS)
106107
#define MICROPY_ENABLE_GC (1)
107108
#define MICROPY_ENABLE_FINALISER (1)
108109
#define MICROPY_STACK_CHECK (1)
@@ -337,7 +338,6 @@ extern const struct _mp_obj_module_t ble_module;
337338
#define MICROPY_PORT_BUILTIN_MODULES \
338339
{ MP_ROM_QSTR(MP_QSTR_board), MP_ROM_PTR(&board_module) }, \
339340
{ MP_ROM_QSTR(MP_QSTR_utime), MP_ROM_PTR(&mp_module_utime) }, \
340-
{ MP_ROM_QSTR(MP_QSTR_uos), MP_ROM_PTR(&mp_module_uos) }, \
341341
BLE_MODULE \
342342
MUSIC_MODULE \
343343
UBLUEPY_MODULE \

0 commit comments

Comments
 (0)