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

uClock does not compile with ESP32-C3 #39

Open
underwoodblog opened this issue Apr 29, 2024 · 1 comment
Open

uClock does not compile with ESP32-C3 #39

underwoodblog opened this issue Apr 29, 2024 · 1 comment

Comments

@underwoodblog
Copy link

As the title says:

In file included from G:\PortableApps\arduino\portable\sketchbook\libraries\uClock\src\uClock.cpp:52:
G:\PortableApps\arduino\portable\sketchbook\libraries\uClock\src\platforms/esp32.h:28:48: error: macro "portYIELD_FROM_ISR" passed 1 arguments, but takes just 0
portYIELD_FROM_ISR(xHigherPriorityTaskWoken);
^
G:\PortableApps\arduino\portable\sketchbook\libraries\uClock\src\platforms/esp32.h: In function 'void handlerISR()':
G:\PortableApps\arduino\portable\sketchbook\libraries\uClock\src\platforms/esp32.h:28:5: error: 'portYIELD_FROM_ISR' was not declared in this scope
portYIELD_FROM_ISR(xHigherPriorityTaskWoken);

old ESP32 and ESP32 S2 compiles, ESP32 C3 not!

@midilab
Copy link
Owner

midilab commented Feb 3, 2025

Hi @underwoodblog

Thank you for reporting this issue. Unfortunately, I was unable to reproduce the problem using the latest 3.11 ESP32 Core and the uClock library from the main branch.

Could you please provide details about your environment setup? Specifically:

  • Arduino IDE version:
  • ESP32 module (e.g., 3.0.5 or 2.0.x):
  • uClock version:
  • Specific ESP32 module used: ??C3??

This information will help me investigate the issue more effectively. Let me know if you need any clarification or assistance.

Best regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants