-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Request : wish the library support for ArduinoUno, Arduino MEGA. #11
Comments
hi, thanks for you feedback 👍 there's a blocking problem with AVR:
I've pushed some changes on an experimental branch so you can test, but this will require to manually add printf to your existing arduino package. Files to edit:
|
Thank you for the fast reply. If the project wish to use YAML on Arduino UNO, Thank you. |
I don't have a Uno, but 2048 bytes of ram sounds a bit too tight to hold both ArduinoJson and YAML library. ArduinoJson support does compile with some even mega2560's 8Kb of RAM doesn't sound much given how unoptimized the library is.
I'm trying to apply so basic optimization rules, and will probably get rid of some templates, but I'm very doubtful for |
this printf() implementation is 148 bytes better https://github.com/arduino/ArduinoCore-API/pull/28/files |
It's a great library.
By the ways, if the library support for Arduino Uno/MEGA,
it's convenient for communication between MCUs by YAML.
Thank now.
The text was updated successfully, but these errors were encountered: