-
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.8
head repository: espressif/arduino-esp32
compare: 2.0.9
- 17 commits
- 17 files changed
- 10 contributors
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 237a3fe - Browse repository at this point
Copy the full SHA 237a3feView commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 98f6d78 - Browse repository at this point
Copy the full SHA 98f6d78View commit details
Commits on May 3, 2023
-
Apply this change to 2.0.9 (#8131)
* Fix the F_CPU frequency for the ESP32-S3 Hello, I was using the FastLED library and it was complaining about F_CPU not being defined. So, I just noticed that it is not defined for the ESP32-S3 module. So I made this change in the header file and it compiled. Therefore I wanted to propose this change to the HAL library to improve compatibility. Thank you for your time. * Makes F_CPU generic based on the SoC frequency Works for ESP32, ESP32C3, ESP32S2, ESP32S3 * Includes ESP32C3 in the F_CPU definition Necessary for ESP32 Arduino Core 2.0.x based on IDF 4.4 --------- Co-authored-by: Ali Devrim OGUZ <11381547+devrim-oguz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 85d179c - Browse repository at this point
Copy the full SHA 85d179cView commit details -
* Fixes analogWrite * sets cnt_channel index * fixes TAB alligment
Configuration menu - View commit details
-
Copy full SHA for a7bd6c9 - Browse repository at this point
Copy the full SHA a7bd6c9View commit details -
External library test - Example change for WS2812FX lib (#8146)
* Added 2 new libs + removed unnecessary multiple examples * Change example for WS2812FX lib
Configuration menu - View commit details
-
Copy full SHA for 2193d02 - Browse repository at this point
Copy the full SHA 2193d02View commit details -
Resolves deprecation warnings in CameraWebServer.ino. pin_sscb_sda -> pin_sccb_sda. pin_sscb_scl -> pin_sccb_scl. The variables are in the same union and are identical.
Configuration menu - View commit details
-
Copy full SHA for 8f4f21c - Browse repository at this point
Copy the full SHA 8f4f21cView commit details -
BugFix FlashStringHelper Macros (#8147)
Revert to previous definition of `FPSTR` and `F` macros.
Configuration menu - View commit details
-
Copy full SHA for 5c92a02 - Browse repository at this point
Copy the full SHA 5c92a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 758b4eb - Browse repository at this point
Copy the full SHA 758b4ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for f42cba9 - Browse repository at this point
Copy the full SHA f42cba9View commit details -
BugFix FlashStringHelper Macros (#8143)
Revert to previous definition of `FPSTR` and `F` macros.
Configuration menu - View commit details
-
Copy full SHA for f89df42 - Browse repository at this point
Copy the full SHA f89df42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 266eea7 - Browse repository at this point
Copy the full SHA 266eea7View commit details -
Text correction of timer.rst (#8074)
* Update timer.rst Changed text because of an inconsistence between title and text explaining the timerGetConfig function. I don't know if the method timerSetConfig really exists. * Update timer.rst Add informations about timerSetConfig function.
Configuration menu - View commit details
-
Copy full SHA for 2c71406 - Browse repository at this point
Copy the full SHA 2c71406View commit details -
* Create allboards.yml for all boards test * Clean workflow from unused stuff * Use compile-sketch main * Update find_all_boards.sh
Configuration menu - View commit details
-
Copy full SHA for 9d8471d - Browse repository at this point
Copy the full SHA 9d8471dView commit details -
Add overloads to support __FlashStringHelper like ESP8266 has them. (#…
…8111) Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 628b668 - Browse repository at this point
Copy the full SHA 628b668View commit details -
Add protocol-explicit upload.tool properties required for pluggable d…
…iscovery compatibility (#8151) A new flexible and powerful "pluggable discovery" system was added to the Arduino boards platform framework. This system makes it easy for Arduino boards platform authors to use any arbitrary communication channel between the board and development tools. Boards platform configurations that use the old property syntax are automatically translated to the new syntax by Arduino CLI: https://arduino.github.io/arduino-cli/latest/platform-specification/#sketch-upload-configuration > For backward compatibility with IDE 1.8.15 and older the previous syntax is still supported This translation is only done in platforms that use the old syntax exclusively. If `pluggable_discovery` properties are defined for the platform then the new pluggable discovery-style `upload.tool.<protocol_name>` properties must be defined for each board as well. This platform was converted to use the new pluggable discovery platform properties syntax, so those properties are required. Although such properties were added to board definitions at the time the syntax was changed, new board definitions without the required properties were added later. Those missing properties caused uploads to fail for users of the recent versions of Arduino IDE and Arduino CLI with an error of the form: Error during Upload: Property 'upload.tool.serial' is undefined It is also important to provide compatibility with versions of Arduino development tools from before the introduction of the modern pluggable discovery system. For this reason, the old style `<board ID>.upload.tool` properties are retained. Old versions of the development tools will treat the `<board ID>.upload.tool.default` properties as an unused arbitrary user defined property with no special significance and the new versions of the development tools will do the same for the `upload.tool` properties.
Configuration menu - View commit details
-
Copy full SHA for 7e51a03 - Browse repository at this point
Copy the full SHA 7e51a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 362a81b - Browse repository at this point
Copy the full SHA 362a81bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3670e2b - Browse repository at this point
Copy the full SHA 3670e2bView 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.8...2.0.9