ESP32-S3 Build Issue: Missing driver/i2s_std.h in zorxx__neopixel #232
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I’m also encountering a compilation issue when building for ESP32-S3 related to the zorxx__neopixel component. The error is as follows:
fatal error: driver/i2s_std.h: No such file or directory
13 | #include "driver/i2s_std.h"
This file seems to be unavailable for ESP32-S3 in the current ESP-IDF version (v6.1)
Context:
ESP-IDF version: v6.1
Target: ESP32-S3
Component: zorxx__neopixel (managed component)
Workaround attempted: Created a dummy i2s_std.h header to bypass the error, but this is not a sustainable solution.
Questions:
I have successfully built it for ESP32-S3, but with ESP-IDF version 5.5, as it is done in https://github.com/polhenarejos/pico-fido/blob/main/workflows/autobuild.sh
Thanks, With ESP-IDF version 5.5, I can compile the module. I will now look into adding a 'CUSTOM_BUTTON' to the esp32s3 platform.