mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
nucleol552ze: implementation with CLOCK, LED, and UART
This commit is contained in:
committed by
deadprogram
parent
801bd2a7ff
commit
af02c09b56
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"inherits": ["cortex-m"],
|
||||
"llvm-target": "armv7m-none-eabi",
|
||||
"cflags": [
|
||||
"--target=armv7m-none-eabi",
|
||||
"-mfloat-abi=soft",
|
||||
"-Qunused-arguments"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user