Commit 67736e9
Add automatic single-core ESP32 support (ESP32-C3, ESP32-S2) (#196)
* Initial plan
* Add ESP32-C3 single-core support with automatic core detection
- Modified signalDecoder.cpp to check CONFIG_FREERTOS_UNICORE
- Single-core ESP32 variants (ESP32-C3, ESP32-S2) run decoder on core 0 with priority 3
- Multi-core ESP32 variants run decoder on core 1 with priority 2
- Added documentation in README.md explaining the automatic detection
Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com>
* Final verification complete - ESP32-C3 support ready
Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com>
* Remove temporary codeql symlink
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com>1 parent e824427 commit 67736e9
2 files changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
335 | 348 | | |
336 | 349 | | |
337 | 350 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
0 commit comments