DragonProbe/bsp/rp2040
xenia 01e30c8e59 initial formatting changes
replace DOS endings with UNIX endings, and replace leading tabs with
4x spaces in all files. any non-leading tabs (ie, alignment tabs) are
preserved as originally in the files. additionally, a .clang-format has
been committed with the hopes that any new changes past this commit will
be formatted with it

the commands for this change were

dos2unix <files that were using DOS endings>

fd -e c -e h -e cc -e cxx | ag -v CMSIS | \
    while read line; do \
        expand -t4 -i $line > $line.new; mv $line.new $line; \
    done
2021-06-28 15:22:13 -04:00
..
DAP_config.h initial formatting changes 2021-06-28 15:22:13 -04:00
board.h make whitespace & indentation etc. consistent, make usb descriptors a bit nicer 2021-06-14 01:32:21 +02:00
cdc_stdio.c initial formatting changes 2021-06-28 15:22:13 -04:00
cdc_uart.c initial formatting changes 2021-06-28 15:22:13 -04:00
i2c_tinyusb.c initial formatting changes 2021-06-28 15:22:13 -04:00
pinout.h untested but finished I2C-Tiny-USB impl 2021-06-14 03:37:32 +02:00
protocfg.h initial formatting changes 2021-06-28 15:22:13 -04:00
spi_serprog.c initial formatting changes 2021-06-28 15:22:13 -04:00
tempsensor.c initial formatting changes 2021-06-28 15:22:13 -04:00
unique.c initial formatting changes 2021-06-28 15:22:13 -04:00