Demo projects for nRF9160-DK (#784)

* Add demo projects for nRF9160-DK

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav-Aggarwal-AWS 2022-02-09 13:43:26 -08:00 committed by GitHub
parent 4255ac5c28
commit 449c7b29ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
188 changed files with 523132 additions and 15 deletions

View file

@ -73,6 +73,7 @@ FREERTOS_IGNORED_EXTENSIONS = [
'.dtd',
'.dts',
'.elf',
'.emProject',
'.env_conf',
'.ewd',
'.ewp',
@ -257,6 +258,7 @@ FREERTOS_IGNORED_PATTERNS = [
r'.*mbedtls_config\.h.*',
r'.*mbedtls_config\.h.*',
r'.*CMSIS.*',
r'.*/Nordic_Code/*',
r'.*/makefile',
r'.*/Makefile',
r'.*/printf-stdarg\.c.*',