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

List of Libraries not working in 3.0.0 #8875

Open
1 task done
DansDesigns opened this issue Nov 12, 2023 · 5 comments
Open
1 task done

List of Libraries not working in 3.0.0 #8875

DansDesigns opened this issue Nov 12, 2023 · 5 comments
Labels
Area: Libraries Issue is related to Library support. Status: Community help needed Issue need help from any member from the Community.

Comments

@DansDesigns
Copy link

Board

ESP32-WROOM-32 + ESP32-WROOM-32U + ESP32-WROOM-32E

Device Description

n/a

Hardware Configuration

n/a

Version

latest master (checkout manually)

IDE Name

Arduino IDE 1.8.19

Operating System

Windows 10 + Linux Zorin-Core 16.2

Flash frequency

80

PSRAM enabled

yes

Upload speed

921600

Description

updated to latest versions of: Arduino-MAX17055_driver, Adafruit_HMC5883_U and XT_DAC_Audio by xtronical
all fail to build the included examples and my project code no longer compiles with the same errors, links are to GitHub issues on each repository:

HMC5883

MAX-17055

XT_DAC_Audio Error
(had to post as txt on my GitHub as message was too long..)

Sketch

Included Examples in each library..
For XT_DAC_Audio, use example: playwav or wavspeed

Debug Message

n/a

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@DansDesigns DansDesigns added the Status: Awaiting triage Issue is waiting for triage label Nov 12, 2023
@lbernstone
Copy link
Contributor

How about if we just start making this a reference list and cross them off when they are fixed? Can you change the title to "List of Libraries not working in 3.0.0"

@DansDesigns DansDesigns changed the title Multiple Libraries no longer function with latest update List of Libraries not working in 3.0.0 Nov 13, 2023
@atanisoft
Copy link
Collaborator

The log from XT_DAC_Audio appears to be from 2.0.13 and not 3.0.0. Additionally using low level direct register access is not guaranteed to work across versions of the underlying ESP-IDF or even across the supported esp32 variants.

@lbernstone
Copy link
Contributor

lbernstone commented Nov 14, 2023

For 3rd party libraries, please open an issue on their site and link it here if possible (as @DansDesigns did in OP). Some code obviously won't/can't be pulled forward, so this ends up being a cemetery of dead projects too.
Check at https://github.com/espressif/arduino-esp32/blob/gh-pages/LIBRARIES_TEST.md to see if a library is already known to fail CI.

@aaroneiche
Copy link

I ran into an error using Adafruit's Neopixel library on the ESP32-C3. It occurs with the examples.
I opened an issue there: adafruit/Adafruit_NeoPixel#373

@VojtechBartoska VojtechBartoska added Area: Libraries Issue is related to Library support. Status: Community help needed Issue need help from any member from the Community. and removed Status: Awaiting triage Issue is waiting for triage labels Nov 20, 2023
@VojtechBartoska
Copy link
Collaborator

For reference linking other related issues/PRs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Libraries Issue is related to Library support. Status: Community help needed Issue need help from any member from the Community.
Projects
None yet
Development

No branches or pull requests

5 participants