]> begriffs open source - freertos/commit
Update uncrustify configuration to 0.69 (#445)
authorswaldhoer <34184299+swaldhoer@users.noreply.github.com>
Fri, 28 Jan 2022 18:48:03 +0000 (19:48 +0100)
committerGitHub <noreply@github.com>
Fri, 28 Jan 2022 18:48:03 +0000 (10:48 -0800)
commit89e4823a49aef546b0898282523d9490cea5524d
treee33fe0465ffe1643a81b370412867331a50197ed
parent9efca75d1ebfc6c02f9e004c199dffa327267a09
Update uncrustify configuration to 0.69 (#445)

The configuration was updated using

    uncrustify -c .github/uncrustify.cfg -o .github/uncrustify.cfg --update-config-with-doc

to align with the actually used uncrustify version used, i.e., all
configuration is now explicitly set (and no longer implicit).

The files that are common to all ports ("portable/MemMang*" and
"portable/Common/mpu_wrappers.c" are now also autoformatted.

Co-authored-by: alfred gedeon <28123637+alfred2g@users.noreply.github.com>
.github/uncrustify.cfg
.github/workflows/ci.yml
portable/MemMang/heap_1.c
portable/MemMang/heap_2.c
portable/MemMang/heap_3.c
portable/MemMang/heap_4.c
portable/MemMang/heap_5.c