mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 23:13:40 +00:00
stm32-l5: corrected alt function and other review comments
This commit is contained in:
committed by
deadprogram
parent
289e1aa197
commit
fcdaa83368
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"inherits": ["cortex-m"],
|
||||
"inherits": ["cortex-m"],
|
||||
"llvm-target": "armv7m-none-eabi",
|
||||
"cflags": [
|
||||
"cflags": [
|
||||
"--target=armv7m-none-eabi",
|
||||
"-mfloat-abi=soft",
|
||||
"-Qunused-arguments"
|
||||
|
||||
Reference in New Issue
Block a user