Compare commits

...

2 Commits

Author SHA1 Message Date
Pat Whittingslow 6ecac82c63 Add agents.md guideline for using ASD-STE100 in documentation 2026-07-30 18:50:05 -03:00
deadprogram c2346570fb targets/esp32*: add espradio tag for convenience
This add the `espradio` build tag to all ESP32C3,
ESP32S3, and ESP32 boards, since they all have support
for wireless communication using espradio. This
just makes it to people do not have to remember to use
the build tag, the same as we have done with both
`ninafw` and `cyw43439` build tags.

Signed-off-by: deadprogram <ron@hybridgroup.com>
2026-07-30 02:03:13 +02:00
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -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
View File
@@ -3,7 +3,7 @@
"inheritable-only": true,
"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",
"build-tags": ["esp32", "esp"],
"build-tags": ["esp32", "esp", "espradio"],
"scheduler": "tasks",
"serial": "uart",
"linker": "ld.lld",
+2 -1
View File
@@ -6,7 +6,8 @@
"features": "+32bit,+c,+m,+zmmul,-relax",
"build-tags": [
"esp32c3",
"esp"
"esp",
"espradio"
],
"serial": "usb",
"rtlib": "compiler-rt",
+1 -1
View File
@@ -3,7 +3,7 @@
"inheritable-only": true,
"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",
"build-tags": ["esp32s3", "esp"],
"build-tags": ["esp32s3", "esp", "espradio"],
"scheduler": "tasks",
"serial": "usb",
"linker": "ld.lld",