Commit e5b8474
i2s_audio_duplex: validate use_apll against SoC capability
APLL clock source is only available on ESP32, ESP32-S2, and ESP32-P4.
Previously use_apll: true was silently ignored on ESP32-S3 (the ifdef
guard compiled it out). Now FINAL_VALIDATE raises an error with a clear
message listing supported variants.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 110b6d5 commit e5b8474
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
243 | 251 | | |
244 | 252 | | |
245 | 253 | | |
| |||
0 commit comments