-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Comparing changes
Open a pull request
base repository: espressif/arduino-esp32
base: 2.0.16
head repository: espressif/arduino-esp32
compare: release/v2.x
- 18 commits
- 891 files changed
- 9 contributors
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0a7973 - Browse repository at this point
Copy the full SHA b0a7973View commit details -
Configuration menu - View commit details
-
Copy full SHA for f364155 - Browse repository at this point
Copy the full SHA f364155View commit details -
fix: remove "programmer.default" from Nano ESP32 (#9665)
Setting programmer.default has unfortunately multiple effects: - sets the tick by default in the Tool menu in the IDE (which was the expected behavior), - forces the CLI to use the specified programmer every time an upload is attempted (which is confusing users). For this reason, it is better to remove the "programmer.default" setting from the board definition and let the user choose the programmer in the IDE menus, as it was before.
Configuration menu - View commit details
-
Copy full SHA for 5e19e08 - Browse repository at this point
Copy the full SHA 5e19e08View commit details
Commits on May 27, 2024
-
fix(release): Update merge_package.py
Use packaging.version instead of the deprecated distutils.version
Configuration menu - View commit details
-
Copy full SHA for dcc1105 - Browse repository at this point
Copy the full SHA dcc1105View commit details -
fix(release): install missing 'packaging' package
Necessary to combine the json files
Configuration menu - View commit details
-
Copy full SHA for 557792c - Browse repository at this point
Copy the full SHA 557792cView commit details -
Update .github/workflows/release.yml
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dc596f1 - Browse repository at this point
Copy the full SHA dc596f1View commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12d4226 - Browse repository at this point
Copy the full SHA 12d4226View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6df1f5 - Browse repository at this point
Copy the full SHA a6df1f5View commit details -
ci(push): Fix sizes upload if there is no changes (2.x) (#9839)
* ci(push): Fix sizes upload if there is no changes * ci(bot): Fix GitHub actions bot commit info
Configuration menu - View commit details
-
Copy full SHA for 4a6ab62 - Browse repository at this point
Copy the full SHA 4a6ab62View commit details
Commits on Jun 28, 2024
-
* Rename esp_ble_gap_ext_adv_reprot_t * IDF release/v4.4 d0274c0efb * IDF release/v4.4 79e71e008c * IDF release/v4.4 1424b2b1e6 * IDF release/v4.4 799e503c47 * IDF release/v4.4 c0e0af03d1 * IDF release/v4.4 1558b05d1c * IDF release/v4.4 8498af6bd4 * IDF release/v4.4 a9d0f22193
Configuration menu - View commit details
-
Copy full SHA for b25c1b2 - Browse repository at this point
Copy the full SHA b25c1b2View commit details
Commits on Jul 1, 2024
-
[release/2.x] fix(uart): Set back Pin signal polarity (#9952)
* fix(uart): Set back Pin signal polarity Fixes a problem related to inverting signal polarity back to normal after a previous inversion. This shall set the correct polarity in Serial.begin(). * fix(uart): Remove commentary Removes a commentary with a question about the inversing polarity function. * fix(uart): Update comment Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> --------- Co-authored-by: Me No Dev <me-no-dev@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 33c9552 - Browse repository at this point
Copy the full SHA 33c9552View commit details
Commits on Jul 15, 2024
-
3
Configuration menu - View commit details
-
Copy full SHA for 6bd3274 - Browse repository at this point
Copy the full SHA 6bd3274View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54c4b0c - Browse repository at this point
Copy the full SHA 54c4b0cView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bcb92a1 - Browse repository at this point
Copy the full SHA bcb92a1View commit details
Commits on Sep 25, 2024
-
digitalPinToInterrupt: fix double pin remapping (#10372)
The digitalPinToInterrupt() macro currently remaps the pin number to the GPIO number. This is not necessary, as most users will then use the returned value in attachInterrupt() or other similar API functions, which already perform the same remapping. The first half of the macro (the condition) does indeed require the remapping to ensure the check operates on GPIO numbers. Fixes #10367.
Configuration menu - View commit details
-
Copy full SHA for f23914e - Browse repository at this point
Copy the full SHA f23914eView commit details
Commits on Oct 1, 2024
-
fix(HardwareSerial): fix pin remapping in begin() (#10380)
The pin remapping functions have to be called as early as possible in the begin() function, to immediately convert the input parameters to the GPIO numbers used everywhere in the core. This issue has always been dormant since the introduction of pin remapping in 9b4622d, but was exposed by the recent UART pin detach support, which actually disabled the original Serial0 pins. Move the pin remapping function calls earlier in the begin() function to fix this issue.
Configuration menu - View commit details
-
Copy full SHA for 8ff2da7 - Browse repository at this point
Copy the full SHA 8ff2da7View commit details
Commits on Oct 7, 2024
-
fix(uart) 2.0.x Core: fixes serialEventRun() to avoid calling availab…
Configuration menu - View commit details
-
Copy full SHA for 4301639 - Browse repository at this point
Copy the full SHA 4301639View commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f03867 - Browse repository at this point
Copy the full SHA 1f03867View 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 2.0.16...release/v2.x