Skip to content

Commit a851feb

Browse files
committed
esp32s3: synchronize cpu features with clang
1 parent 5a9f05e commit a851feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/esp32s3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"inherits": ["xtensa"],
33
"cpu": "esp32s3",
4-
"features": "+atomctl,+bool,+coprocessor,+debug,+density,+dfpaccel,+div32,+exception,+fp,+highpriinterrupts,+interrupt,+loop,+mac16,+memctl,+miscsr,+mul32,+mul32high,+nsa,+prid,+regprotect,+rvector,+s32c1i,+sext,+threadptr,+timerint,+windowed",
4+
"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",
55
"build-tags": ["esp32s3", "esp"],
66
"scheduler": "tasks",
77
"serial": "uart",

0 commit comments

Comments
 (0)