mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 22:13:39 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ecac82c63 | |||
| c2346570fb |
@@ -0,0 +1 @@
|
|||||||
|
Use ASD-STE100 Simplified Technical English for content outside of the code like comments, PR description, PR title, github comments.
|
||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"inheritable-only": true,
|
"inheritable-only": true,
|
||||||
"cpu": "esp32",
|
"cpu": "esp32",
|
||||||
"features": "+atomctl,+bool,+clamps,+coprocessor,+debug,+density,+dfpaccel,+div32,+exception,+fp,+highpriinterrupts,+interrupt,+loop,+mac16,+memctl,+minmax,+miscsr,+mul32,+mul32high,+nsa,+prid,+regprotect,+rvector,+s32c1i,+sext,+threadptr,+timerint,+windowed",
|
"features": "+atomctl,+bool,+clamps,+coprocessor,+debug,+density,+dfpaccel,+div32,+exception,+fp,+highpriinterrupts,+interrupt,+loop,+mac16,+memctl,+minmax,+miscsr,+mul32,+mul32high,+nsa,+prid,+regprotect,+rvector,+s32c1i,+sext,+threadptr,+timerint,+windowed",
|
||||||
"build-tags": ["esp32", "esp"],
|
"build-tags": ["esp32", "esp", "espradio"],
|
||||||
"scheduler": "tasks",
|
"scheduler": "tasks",
|
||||||
"serial": "uart",
|
"serial": "uart",
|
||||||
"linker": "ld.lld",
|
"linker": "ld.lld",
|
||||||
|
|||||||
@@ -6,7 +6,8 @@
|
|||||||
"features": "+32bit,+c,+m,+zmmul,-relax",
|
"features": "+32bit,+c,+m,+zmmul,-relax",
|
||||||
"build-tags": [
|
"build-tags": [
|
||||||
"esp32c3",
|
"esp32c3",
|
||||||
"esp"
|
"esp",
|
||||||
|
"espradio"
|
||||||
],
|
],
|
||||||
"serial": "usb",
|
"serial": "usb",
|
||||||
"rtlib": "compiler-rt",
|
"rtlib": "compiler-rt",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"inheritable-only": true,
|
"inheritable-only": true,
|
||||||
"cpu": "esp32s3",
|
"cpu": "esp32s3",
|
||||||
"features": "+atomctl,+bool,+clamps,+coprocessor,+debug,+density,+div32,+esp32s3,+exception,+fp,+highpriinterrupts,+interrupt,+loop,+mac16,+memctl,+minmax,+miscsr,+mul32,+mul32high,+nsa,+prid,+regprotect,+rvector,+s32c1i,+sext,+threadptr,+timerint,+windowed",
|
"features": "+atomctl,+bool,+clamps,+coprocessor,+debug,+density,+div32,+esp32s3,+exception,+fp,+highpriinterrupts,+interrupt,+loop,+mac16,+memctl,+minmax,+miscsr,+mul32,+mul32high,+nsa,+prid,+regprotect,+rvector,+s32c1i,+sext,+threadptr,+timerint,+windowed",
|
||||||
"build-tags": ["esp32s3", "esp"],
|
"build-tags": ["esp32s3", "esp", "espradio"],
|
||||||
"scheduler": "tasks",
|
"scheduler": "tasks",
|
||||||
"serial": "usb",
|
"serial": "usb",
|
||||||
"linker": "ld.lld",
|
"linker": "ld.lld",
|
||||||
|
|||||||
Reference in New Issue
Block a user