uClock icon indicating copy to clipboard operation
uClock copied to clipboard

uClock does not compile with ESP32-C3

Open underwoodblog opened this issue 1 year ago • 0 comments

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!

underwoodblog avatar Apr 29 '24 09:04 underwoodblog