mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
8fbaffe56e
Signed-off-by: deadprogram <ron@hybridgroup.com>
19 lines
531 B
JSON
19 lines
531 B
JSON
{
|
|
"inherits": ["xtensa"],
|
|
"cpu": "esp8266",
|
|
"features": "+debug,+density,+exception,+extendedl32r,+highpriinterrupts,+interrupt,+mul32,+nsa,+prid,+regprotect,+rvector,+timerint",
|
|
"build-tags": ["esp8266", "esp"],
|
|
"scheduler": "tasks",
|
|
"linker": "ld.lld",
|
|
"default-stack-size": 2048,
|
|
"rtlib": "compiler-rt",
|
|
"libc": "picolibc",
|
|
"linkerscript": "targets/esp8266.ld",
|
|
"extra-files": [
|
|
"src/device/esp/esp8266.S",
|
|
"src/internal/task/task_stack_esp8266.S"
|
|
],
|
|
"binary-format": "esp8266",
|
|
"flash-method": "esp32flash"
|
|
}
|