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:
alfred gedeon
2020-12-03 23:44:57 -08:00
committed by GitHub
parent 79e432738b
commit b7b9ccb099
25 changed files with 8101 additions and 498 deletions

View File

@ -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 = [