Commit Graph

5 Commits

Author SHA1 Message Date
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
Triss b5e29c1dd7 move things around a bit 2021-06-14 02:01:35 +02:00
Triss f3e54cc059 and remove a few printfs 2021-06-08 02:24:55 +02:00
Triss 0b2518b414 serprog works! 2021-06-08 02:23:02 +02:00
Triss 144b351d74 definitely not functuonal but hey its something 2021-06-06 05:10:36 +02:00