Add support for nucleol432 board

LED and UART are working
This commit is contained in:
Kenneth Bell
2021-03-13 07:43:18 -08:00
committed by Ron Evans
parent dc981ce509
commit c7bd5405c3
12 changed files with 557 additions and 5 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
"llvm-target": "armv7em-none-eabi",
"cflags": [
"--target=armv7em-none-eabi",
"-mfloat-abi=soft"
"-mfloat-abi=soft",
"-Qunused-arguments"
]
}