summaryrefslogtreecommitdiffstatshomepage
path: root/tools/codeformat.py
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2022-08-18 16:24:27 +1000
committerJim Mussared <jim.mussared@gmail.com>2023-06-08 17:54:17 +1000
commit45ac651d1a2801bccbdc32fddaa9b029ed4ce879 (patch)
tree5e418b8ffe113c4a75cb14f39cdc87757c7b592e /tools/codeformat.py
parent0ceccd4cf809ef067feea8c42614b1bd07984451 (diff)
downloadmicropython-45ac651d1a2801bccbdc32fddaa9b029ed4ce879.tar.gz
micropython-45ac651d1a2801bccbdc32fddaa9b029ed4ce879.zip
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 136b5cbd7669e8318f8455fc2706da97a5b7994c This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'tools/codeformat.py')
-rwxr-xr-xtools/codeformat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/codeformat.py b/tools/codeformat.py
index 4a2cfb3367..517aced37a 100755
--- a/tools/codeformat.py
+++ b/tools/codeformat.py
@@ -69,8 +69,8 @@ EXCLUSIONS = [
"ports/nrf/modules/machine/*.[ch]",
"ports/nrf/modules/music/*.[ch]",
"ports/nrf/modules/ubluepy/*.[ch]",
- "ports/nrf/modules/uos/*.[ch]",
- "ports/nrf/modules/utime/*.[ch]",
+ "ports/nrf/modules/os/*.[ch]",
+ "ports/nrf/modules/time/*.[ch]",
# STM32 USB dev/host code is mostly 3rd party.
"ports/stm32/usbdev/**/*.[ch]",
"ports/stm32/usbhost/**/*.[ch]",