micropython/tests/ports/cc3200
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
..
reset tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
skipped tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
wlan tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
adc.py tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
adc.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
i2c.py tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
i2c.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
modwipy.py tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
modwipy.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
os.py tests: Use vfs module instead of os. 2024-02-07 13:25:09 +11:00
os.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
pin.py all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
pin.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
pin_irq.py tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
pin_irq.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
rtc.py tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
rtc.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
sd.py tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
sd.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
spi.py tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
spi.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
time.py tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
time.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
timer.py tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
timer.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
uart.py all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
uart.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
uart_irq.py tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
uart_irq.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
wdt.py tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00
wdt.py.exp tests: Move port-specific test directories into tests/ports/ directory. 2024-01-22 11:48:27 +11:00