Skip to content

Commit 88670f6

Browse files
committed
codal_port/microbitfs: Include a copy of the microbitfs code.
Taken from MicroPython v1.18. Signed-off-by: Damien George <[email protected]>
1 parent 822b3c9 commit 88670f6

File tree

2 files changed

+709
-1
lines changed

2 files changed

+709
-1
lines changed

src/codal_port/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ SRC_C += \
7777
microbit_speaker.c \
7878
microbit_spi.c \
7979
microbit_uart.c \
80+
microbitfs.c \
8081
modantigravity.c \
8182
modaudio.c \
8283
modlog.c \
@@ -97,7 +98,6 @@ SRC_C += \
9798
shared/runtime/gchelper_native.c \
9899
shared/runtime/pyexec.c \
99100
shared/runtime/stdout_helpers.c \
100-
ports/nrf/modules/uos/microbitfs.c \
101101
$(abspath $(NRFX_DIR)/drivers/src/nrfx_nvmc.c) \
102102
$(abspath $(LOCAL_LIB_DIR)/sam/main.c) \
103103
$(abspath $(LOCAL_LIB_DIR)/sam/reciter.c) \

0 commit comments

Comments
 (0)