Sugar Glider

Results 20 issues of Sugar Glider

----------- ## Description of Change `-Werror=all` creates some issues when used, which are not desirable. Erroring out those warning-errors sometimes is too hard and not really important for Arduino users....

Status: To be implemented

## Description of Change Cookie Names and Value are case sensitive, but attibutes such as "Expires", "Max-Age", "Domain", "Path", "Secure", "HttpOnly" must be case insensitively matched. This PR fixes it...

Area: BT&Wifi

## Description of Change Fixes and improves the time it takes to set an interrupt with Touchpads in ESP32. ## Tests scenarios With ESP32 as reported in #7097 ``` cpp...

Area: BT&Wifi
Status: In Progress

I am starting to think that the current cause of the problem (on v2.0.3 stable) is some kind of race/lockup between two or more tasks, all of which want to...

Area: Peripherals API
Status: Needs investigation

## Description of Change When using ESP32-S2 with USB CDC and debug output is set also to go to the CDC (`Serial.setDebugOutput(true)`), the S2 freezes after a few line of...

Type: Bug :bug:
Chip: ESP32-S2
Area: Peripherals API

### Board ESP32-S3 ### Device Description ESP32-S3-DevkitC-1 1.0 ### Hardware Configuration None ### Version v2.0.4 ### IDE Name Arduino IDE 1.8.15 ### Operating System Windows 11 ### Flash frequency QIO...

Chip: ESP32-S3
Type: Regression
Resolution: HW issue

## Description of Change This will use a new IDF 5.1 feature to detect if the USB HW CDC is plugged or not. This can be checked testing HWCDCSerial. It...

>Is it possible to have the same functionality with timerAttachInterrupt()? It doesn't seem as though there's an equivalent method for setting the callback arguments for that function. Also, could you...

Type: Feature request
Status: To be implemented
Status: In Progress ⚠️

## Description of Change Backports all changes made in Arduino Core 3.0.0 to 2.0.15 ## Tests scenarios ## Related links

Status: In Progress

## Description of Change As pointed out by a user, ESP32 and ESP32S2 had their defalut pins changed to avoid issue with PSRAM and Flash (DIO/QIO) pins. That was done...

Peripheral: UART