Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.0.16 with ESP-IDF v4.4.7 #7814

Open
wants to merge 138 commits into
base: master
Choose a base branch
from
Open

Release v2.0.16 with ESP-IDF v4.4.7 #7814

wants to merge 138 commits into from

Conversation

me-no-dev
Copy link
Member

@me-no-dev me-no-dev commented Feb 8, 2023

Fixes #7729

@VojtechBartoska
Copy link
Collaborator

@me-no-dev is #7729 covered in this PR?

@me-no-dev
Copy link
Member Author

@me-no-dev is #7729 covered in this PR?

yes

@mrengineer7777
Copy link
Collaborator

@me-no-dev 2.0.7 was released. What does this PR do?

@me-no-dev
Copy link
Member Author

@mrengineer7777 this is where it was released from. I keep the PR in order to easier sync changes from master and use the CI. 2.0.8 will be released from here as well.

jamesarm97 and others added 14 commits March 31, 2023 14:14
…use with RS485 auto RTS (#7935)

* Added setMode function to set the esp32 uart mode

Used to set the esp32 uart mode for use with RS485 Half Duplex and the auto RTS pin mode. This will set/clear the RTS pin output to control the RE/DE pin on most RS485 chips.

* Add Success (bool) return in some functions

* Add Success (bool) return code to some functions

* Add Success (bool) return to some functions

* Add Success (bool) return to some functions

* Fix uartSetRxTimeout return type

---------

Co-authored-by: Rodrigo Garcia <[email protected]>
…7913)

* Add v2.0.7 in issue template (#7871)

* 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: Vojtěch Bartoška <[email protected]>
Co-authored-by: Rodrigo Garcia <[email protected]>
Fixed library crash on low memory where `new char[1460];` throws an exception.  `malloc` is a safe drop in replacement.
me-no-dev and others added 19 commits February 21, 2024 14:17
* add senseBox MCU-S2

add senseBox MCU-S2 with ESP32S2

* add missing defines for 2.x
…9261)

* feat: adds baudrate detection to S3 and C3 using LL API for all SoC

* feat: adds the baud rate detection feature to ESP32-S3 and ESP32-C3

* Fix: fixes uartSetBaudrate() for ESP32-S3 and ESP32-C3 considering XTAL as Clock Source

* fix: Fixes ESP32 and ESP32-S2 uartGetBaudrate() with CPU Freq lower than 80MHz

* Feat: prints a warning message for detected baud rate under 9600 - S3 C3 only

* Fix: removes commentary about baud rate detection - "works for ESP32/S2 only"
* Added MotorGo Mini support

* Reverted to default USB PID

* Uncommented and corrected FlashSize menu option
* Add support for ESP32-S3 PowerFeather

* Replace GPIO_NUM_X with just the pin number

* Pattern powerfeather entries after generic s3 board

* Remove redefinitions, add pin aliases to pins_arduino.h

* Fix and add pin definitions

Add pins D7, D8
Correct pin numbers for ALARM and EN

* Enable CDC on boot

* Use partition schemes appropriate for flash size

Also adds another partition scheme based of off default_8MB, but fat
partition.

* Add some required definitions to pins_arduino.h
* feat(uart): backports UART pin attachment from 3.0.0 to 2.0.15

* Fix (uart): Fixes additional Serial HardwareSerial errors for 2.0.14

* Update esp32-hal-uart.c

* Update HardwareSerial.h

* Apply suggestions from code review

* Fixes UartAvailableForWrite #9319

* Fixes  (set RX/TX buffer size)
UART0 pins are set by ROM Boot to default values. This must be reflected into Arduino HardwareSerial in order to allow it to correctly detach it and then attach it to something else.

Summary:
UART0 constructor sets default RX/TX pins as done in boot time.
* feat: backport variants from 3.0.0

* heltec update from #9367
* Adjust Update Library license

* Update Update.h

* Update Updater.cpp
* Handle large octet-stream

* Add exemple Upload Huge File

* Remove unuse function printDirectory

* Fix upload path

* Simplify and generalize the body parsing.
* feat: backports HWCDC

* fix: statement order

* feat: Apply suggestions from code review

* Create HWCDC_Events.ino

* Create .skip.esp32

* Create .skip.esp32s2

* Delete libraries/ESP32/examples/HWSerial_Events/.skip.esp32s2

* Delete libraries/ESP32/examples/HWSerial_Events/.skip.esp32

* Delete libraries/ESP32/examples/HWSerial_Events/HWSerial_Events.ino
@Jason2866
Copy link
Collaborator

@me-no-dev Still open?

@me-no-dev
Copy link
Member Author

@Jason2866 we keep it here for the CI ;)

SuGlider and others added 8 commits April 13, 2024 13:19
Changed header files to use the same IDF buffer limits.

* this is a backport from PR #9554
Roll back as it was merged directly instead of creating a PR.
* feat (uart): uses the same IDF 32bits size for TX/RX buffers

Uses the same IDF 32bits size for TX/RX buffers.

Changed header files to use the same IDF buffer limits.
* this is a backport from PR #9554

* feat (uart): change UART events logs to Verbose 

UART events like BREAK or errors are now Verbose instead of Warning Level.

Backporting change from Issue #9551

* feat (uart): uses the same IDF 32bits size for TX/RX buffers.

Uses the same IDF 32bits size for TX/RX buffers.

Changed header files to use the same IDF buffer limits.
* this is a backport from PR #9554

* feat (uart): keep overflow log as warning

Keeps Overflow /  Buffer Full log messages in Warning Level.
@me-no-dev me-no-dev changed the title Release v2.0.15 with ESP-IDF v4.4.7 Release v2.0.16 with ESP-IDF v4.4.7 May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚫 System PR Pull requests for internal use or lib updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support for arm64-apple-macosx13.0.0 binaries