-
Notifications
You must be signed in to change notification settings - Fork 39
question about the version of the underlying MbedOS core #381
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
Comments
For a while this was due to ArduinoBLE compatibility. |
Would be exciting, would be great to benefit from MbedOS bugfixes and development. |
I think Serial communication is getting a bigger issue. I was reading a great article about a big change in Mbed6 in the whole printf(): https://forums.mbed.com/t/hitchhikers-guide-to-printf-in-mbed-6/12492. Now it looks easy to just make the change in mbed_app.json.. however, this configuration file is NOT used when building a library, only when you compile a complete application. Also see #278 Next to that, it seems there is a difference in the way serial communication is handled between standard output and device serial. All explained in that article. I wonder about that impact. regards, |
Closing this issue, as the question was answered. I will keep you all posted when large updates to the mbed core occur. |
This may be related to some previous questions, but I was curious of the following.
It looks like the underlying version of MbedOS core is quite old: https://github.com/sparkfun/mbed-os-ambiq-apollo3/tree/0773105959af71b6d21a6f722635d837b49ba344
If I am not confused, the latest updates coming from upstream MbedOS are from mid-2020: https://github.com/sparkfun/mbed-os-ambiq-apollo3/commits/0773105959af71b6d21a6f722635d837b49ba344?after=0773105959af71b6d21a6f722635d837b49ba344+69&branch=0773105959af71b6d21a6f722635d837b49ba344
Any reason for not upgrading the underlying MbedOS core? I suppose there have been quite many improvements and fixes in the last year?
The text was updated successfully, but these errors were encountered: