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 ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
adc.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
aes.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
aes.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
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 ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
cpu.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
crc.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
crc.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
debug.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
des.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
des.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
fault_registers.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
gpio.c all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
gpio.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
i2c.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
i2c.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
i2s.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
i2s.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
interrupt.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
interrupt.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pin.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pin.h all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
prcm.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
prcm.h all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
rom.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
rom_map.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
rom_patch.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
sdhost.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
sdhost.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
shamd5.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
shamd5.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
spi.c all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
spi.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
startup_gcc.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
systick.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
systick.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
timer.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
timer.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
uart.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
uart.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
utils.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
utils.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
wdt.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
wdt.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00