-
Notifications
You must be signed in to change notification settings - Fork 55
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
_rtl_sprintf: format not support! #134
Comments
Hi @bkrajendra , Thanks for your feedback, Ameba D by default uses custom However, this SDK also supports standard lib implementation, we will add a easy-to-use option in the Arduino IDE drop down menu later, but for now, you can follow my steps below to fix your issue,
Nagivate to line 30, and uncomment this line, then add |
- Fix "formar not supported!" issue when using Ameba standard lib functions - Add an option to the IDE drop down menu to switch between Ameba and gcc standard lib function implementation
- Fix "formar not supported!" issue when using Ameba standard lib functions - Add an option to the IDE drop down menu to switch between Ameba and gcc standard lib function implementation
- Fix "formar not supported!" issue when using Ameba standard lib functions - Add an option to the IDE drop down menu to switch between Ameba and gcc standard lib function implementation
This issue is fixed in PR #136 , proceed to close the issue |
I am using a simple sprintf in my code.
what could be wrong here.?
The text was updated successfully, but these errors were encountered: