We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling the code for ESP32 microprocessor generates the following errors:
/work/src/framework/yaml/rapidyaml-0.5.0.hpp:356:5: error: #error "unknown platform" # error "unknown platform" ^~~~~ /work/src/framework/yaml/rapidyaml-0.5.0.hpp:509:5: error: #error "unknown CPU architecture" #error "unknown CPU architecture" ^~~~~
Is there any way to compile for this platform?
The text was updated successfully, but these errors were encountered:
It is very likely. A pull request to address this would be appreciated.
Sorry, something went wrong.
[fix] Add partial support for XTENSA processors (esp32 et al)
75538f9
re biojppm/rapidyaml#358
fa53042
No branches or pull requests
Compiling the code for ESP32 microprocessor generates the following errors:
Is there any way to compile for this platform?
The text was updated successfully, but these errors were encountered: