mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 09:47:44 -04:00
Split networking from posix and qemu mps2 demos (#455)
Split networking from posix and qemu mps2 demos
This commit is contained in:
parent
cc922e03a8
commit
41237e01d0
49 changed files with 10129 additions and 398 deletions
3
.github/scripts/check-header.py
vendored
3
.github/scripts/check-header.py
vendored
|
@ -362,6 +362,9 @@ FREERTOS_IGNORED_PATTERNS = [
|
|||
r'.*CMSIS.*',
|
||||
r'.*/makefile',
|
||||
r'.*/Makefile',
|
||||
r'.*/trcConfig\.h.*',
|
||||
r'.*/trcConfig\.c.*',
|
||||
r'.*/trcSnapshotConfig\.h.*',
|
||||
]
|
||||
|
||||
FREERTOS_HEADER = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue