arch/arm/src/s32k1xx: Support configuration and initialization of the flash configuration bytes. boards/arm/s32k1xx/s32k1**evb/scripts/flash.ld: Create a special FLASH section to hold the FLASH configuration bytes.

This commit is contained in:
Gregory Nutt
2019-10-19 13:14:02 -06:00
parent 759ed2d5c0
commit d6b4e90d70
9 changed files with 301 additions and 28 deletions
+1 -1
View File
@@ -770,7 +770,7 @@ indent.sh
6. I also indent brackets differently on structures than does this script.
7. I normally use no spaces in casts. indent.sh adds spaces in casts like
"(FAR void *)&foo" becomes "(FAR void *) & foo".
7. When used with header files, the initial idempotence conditional test
8. When used with header files, the initial idempotence conditional test
causes all preprocessor directives to be indented in the file. So for
header files, you will need to substitute "^# " with "#" in the
converted header file.