nucleol552ze: implementation with CLOCK, LED, and UART

This commit is contained in:
Kenneth Bell
2020-12-13 23:47:27 -08:00
committed by deadprogram
parent 801bd2a7ff
commit af02c09b56
14 changed files with 682 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"inherits": ["cortex-m"],
"llvm-target": "armv7m-none-eabi",
"cflags": [
"--target=armv7m-none-eabi",
"-mfloat-abi=soft",
"-Qunused-arguments"
]
}