mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
a30671751f
Adds i2c for all L0 series UART, Blinky (LED) and i2c tested
9 lines
137 B
JSON
9 lines
137 B
JSON
{
|
|
"inherits": ["cortex-m"],
|
|
"llvm-target": "armv6m-none-eabi",
|
|
"cflags": [
|
|
"--target=armv6m-none-eabi",
|
|
"-Qunused-arguments"
|
|
]
|
|
}
|