micropython/ports
Phil Howard dda9b9c6da all: Prune trailing whitespace.
Prune trailing whitespace across the whole project (almost), done
automatically with:

    grep -IUrl --color "[[:blank:]]$" --exclude-dir=.git --exclude=*.exp |\
        xargs sed -i 's/[[:space:]]*$//'

Exceptions:
- Skip third-party code in lib/ and drivers/cc3100/
- Skip generated code in bluetooth_init_cc2564C_1.5.c
- Preserve command output whitespace in docs, eg:
  docs/esp8266/tutorial/repl.rst

Signed-off-by: Phil Howard <phil@gadgetoid.com>
2024-03-07 16:25:17 +11:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp8266 all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
mimxrt all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
minimal minimal: Use printf instead of echo -e. 2024-02-15 16:36:22 +11:00
nrf all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
pic16bit all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
powerpc py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
qemu-arm all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
renesas-ra all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
rp2 all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
samd all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
stm32 all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
unix all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
webassembly all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
windows all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
zephyr all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00