-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Comparing changes
Open a pull request
base repository: espressif/arduino-esp32
base: 3.3.4
head repository: espressif/arduino-esp32
compare: master
- 19 commits
- 71 files changed
- 12 contributors
Commits on Nov 13, 2025
-
fix(hosted): Fix custom WiFi pins not picked from config (#12021)
* fix(hosted): Fix custom WiFi pins not picked from config * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 607ebf0 - Browse repository at this point
Copy the full SHA 607ebf0View commit details
Commits on Nov 14, 2025
-
feat(gpio): Enhance GPIO validation tests with interrupt handling and…
… button functionality (#12020)
Configuration menu - View commit details
-
Copy full SHA for 605b6f9 - Browse repository at this point
Copy the full SHA 605b6f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cad849 - Browse repository at this point
Copy the full SHA 3cad849View commit details -
Configuration menu - View commit details
-
Copy full SHA for da663f3 - Browse repository at this point
Copy the full SHA da663f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc85010 - Browse repository at this point
Copy the full SHA fc85010View commit details
Commits on Nov 17, 2025
-
Add variation of PPPClass::cmd() (#12034)
* feat(ppp): Add variation of PPPClass::cmd() Add variation of PPPClass::cmd() function that returns more detailed response. * fix(pr): Fix typo in comment about timeout occurrence --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d39181b - Browse repository at this point
Copy the full SHA d39181bView commit details
Commits on Nov 19, 2025
-
feat(core): Add option to support chip variants (#12036)
* feat(core): Add option to support chip variants * add `chip_variant` to pioarduino-build.py * Refactor build_mcu and chip_variant assignment logic * fix(adc): Rename data struct as its used in idf * IDF release/v5.5 8d036f2e * fix(adc): Add weak definitions for p4 rev 3 * fix(adc): Calibration fix for unsupported socs --------- Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 071e974 - Browse repository at this point
Copy the full SHA 071e974View commit details -
Configuration menu - View commit details
-
Copy full SHA for a90a523 - Browse repository at this point
Copy the full SHA a90a523View commit details
Commits on Nov 20, 2025
-
fix(ci): Fix tests and workflows (#12024)
* fix(ci): Fix tests and workflows * feat(tests): Add job ID fixture * fix(tests): Fix performance test result generation * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5ab1db6 - Browse repository at this point
Copy the full SHA 5ab1db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a683b81 - Browse repository at this point
Copy the full SHA a683b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a3c8e0 - Browse repository at this point
Copy the full SHA 7a3c8e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0795a2 - Browse repository at this point
Copy the full SHA d0795a2View commit details -
feat(esp32c61): Add support for ESP32-C61 (#12019)
* feat(esp32c61): Add support for ESP32-C61 Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> * Update CMakeLists.txt Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com> * fix(psram): Add missing C61 header * feat(p4): Add rev3 check on supported frequencies * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d1270e5 - Browse repository at this point
Copy the full SHA d1270e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d027ba1 - Browse repository at this point
Copy the full SHA d027ba1View commit details
Commits on Nov 22, 2025
-
feat(flash_args): Add file with flash parameters for the built image (#…
…12056) * feat(flash_args): Add file with flash parameters for the built image * fix(ci): Fix paths order
Configuration menu - View commit details
-
Copy full SHA for 228acb8 - Browse repository at this point
Copy the full SHA 228acb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0055aed - Browse repository at this point
Copy the full SHA 0055aedView commit details
Commits on Nov 24, 2025
-
feat(board): add support for Soldered NULA DeepSleep ESP32S3 (#12048)
* feat(board): add support for Soldered NULA DeepSleep ESP32S3 - Add board configuration to `boards.txt` - Add pin definitions to 'variants/soldered_nula_deepsleep_esp32s3' * fix(board): remove unsupported partition scheme - Remove unsupported partition scheme which exceeds the boards flash size * fix(board): Limit custom partition scheme to 8MB - Limit the partition scheme from 16MB to 8MB * fix(board): fix flash size and Minimal SPIFFS partitions scheme - Set flash size to MB instead of 4MB - Update the partition size of the Minimal SPIFFS to 128KB
Configuration menu - View commit details
-
Copy full SHA for 1a0c4b3 - Browse repository at this point
Copy the full SHA 1a0c4b3View commit details -
feat(nesso-n1): add comprehensive battery management API (#12052)
Signed-off-by: imliubo <imliubo@makingfun.xyz> Implement full NessoBattery class with: - AW32001 charger control (charge current/voltage, UVLO, watchdog, Hi-Z mode) - BQ27220 fuel gauge telemetry (voltage, current, power, temperature, cycle count) - Register enums and named constants replacing magic numbers - Datasheet references for all ICs
Configuration menu - View commit details
-
Copy full SHA for 56be13b - Browse repository at this point
Copy the full SHA 56be13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7df08a - Browse repository at this point
Copy the full SHA e7df08aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.3.4...master