micropython/ports/cc3200/hal
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
..
inc all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
adc.c
adc.h
aes.c
aes.h
cc3200_asm.h cc3200: Eliminate dependency on stm32's irq.h. 2023-12-01 14:12:59 +11:00
cc3200_hal.c all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
cc3200_hal.h ports: Move definitions of ATOMIC_SECTION macros to mphalport.h. 2023-12-01 14:37:48 +11:00
cpu.c
cpu.h
crc.c
crc.h
debug.h
des.c
des.h
fault_registers.h
gpio.c all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
gpio.h
i2c.c
i2c.h
i2s.c
i2s.h
interrupt.c
interrupt.h
pin.c
pin.h all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
prcm.c
prcm.h all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
rom.h
rom_map.h
rom_patch.h
sdhost.c
sdhost.h
shamd5.c
shamd5.h
spi.c all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
spi.h
startup_gcc.c
systick.c
systick.h
timer.c
timer.h
uart.c
uart.h
utils.c
utils.h
wdt.c
wdt.h