Skip to content

Commit 5eaf2f3

Browse files
authored
Add reg tests to LPC55S69 project (#989)
* Update LPCXpresso55S69 SDK to 2.13.1 * Enable print from non-secure side * Add register tests Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 4727d6b commit 5eaf2f3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+9728
-7670
lines changed

.github/scripts/core_checker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@
261261
r'.*CMSIS.*',
262262
r'.*/Nordic_Code/*',
263263
r'.*/ST_Code/*',
264+
r'.*/NXP_Code/*',
264265
r'.*/makefile',
265266
r'.*/Makefile',
266267
r'.*/printf-stdarg\.c.*',
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# IDE autogenerated files.
2+
.settings/
3+
*.launch
4+
5+
# Build Artifacts
6+
Debug/

0 commit comments

Comments
 (0)