mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 01:37:45 -04:00
Qemu mps2 networking (#439)
* Demo: Add Support for netwroking in Qemu for MPS2 AN385 * Add tcp echo client * Add steps to Readme
This commit is contained in:
parent
79e432738b
commit
b7b9ccb099
25 changed files with 8101 additions and 498 deletions
5
.github/scripts/check-header.py
vendored
5
.github/scripts/check-header.py
vendored
|
@ -350,12 +350,17 @@ FREERTOS_IGNORED_EXTENSIONS = [
|
|||
'.xmsgs',
|
||||
'.xsl',
|
||||
'.yml',
|
||||
'.md',
|
||||
'.zip'
|
||||
]
|
||||
|
||||
FREERTOS_IGNORED_PATTERNS = [
|
||||
r'.*\.git.*',
|
||||
r'.*mbedtls_config\.h.*',
|
||||
r'.*mbedtls_config\.h.*',
|
||||
r'.*CMSIS.*',
|
||||
r'.*/makefile',
|
||||
r'.*/Makefile',
|
||||
]
|
||||
|
||||
FREERTOS_HEADER = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue