all: Rename *umodule*.c to remove the "u" prefix.
Updates any includes, and references from Makefiles/CMake.
This essentially reverts what was done long ago in commit
136b5cbd76
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ set(MICROPY_SOURCE_PORT
|
||||
machine_uart.c
|
||||
modbluetooth_zephyr.c
|
||||
modmachine.c
|
||||
modusocket.c
|
||||
modsocket.c
|
||||
modzephyr.c
|
||||
modzsensor.c
|
||||
mphalport.c
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
#define MICROPY_PY_OS (1)
|
||||
#define MICROPY_PY_TIME (1)
|
||||
#define MICROPY_PY_TIME_TIME_TIME_NS (1)
|
||||
#define MICROPY_PY_TIME_INCLUDEFILE "ports/zephyr/modutime.c"
|
||||
#define MICROPY_PY_TIME_INCLUDEFILE "ports/zephyr/modtime.c"
|
||||
#define MICROPY_PY_ZEPHYR (1)
|
||||
#define MICROPY_PY_ZSENSOR (1)
|
||||
#define MICROPY_PY_SYS_MODULES (0)
|
||||
|
||||
Reference in New Issue
Block a user