]> begriffs open source - freertos/commit
Run uncrustify with github workflows (#369)
authoralfred gedeon <28123637+alfred2g@users.noreply.github.com>
Thu, 29 Jul 2021 00:53:10 +0000 (17:53 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 00:53:10 +0000 (17:53 -0700)
commitce81bcb33fe4d46d3a0ada6fb470f0a1e3e3687c
tree8fbb38ee98d4c656dba6a7944f52354c7b6d05df
parent85a23127cca2fab7b4fd5ed43e2bd89c1e87614f
Run uncrustify with github workflows (#369)

* uncrustify with github workflows

* Fix find expression

* Add uncrustify configuration file

* Uncrustify some files

* uncrustify some more files

* uncrustify more files

* Fix whitespace at end of lines

Co-authored-by: Cobus van Eeden <35851496+cobusve@users.noreply.github.com>
17 files changed:
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/documentation-issue.md
.github/uncrustify.cfg [new file with mode: 0644]
.github/workflows/ci.yml
include/FreeRTOS.h
include/list.h
include/mpu_prototypes.h
include/portable.h
include/semphr.h
include/stack_macros.h
include/task.h
include/timers.h
queue.c
stream_buffer.c
tasks.c
timers.c