Skip to content
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

micropython: bump to 1.23.0 release #25184

Merged
merged 1 commit into from
Oct 27, 2024
Merged

Commits on Oct 22, 2024

  1. micropython: bump to 1.23.0 release

    Bump micropython to 1.23.0. This is done to fix support for MbedTLS 3.0
    
    Lots changed between 1.21 and 1.23 for the library side.
    
    Mainly the barkeley-db library was moved to micropython own fork and the
    cdef patch required lots of changes. (we have to manually include a copy
    of cdef.h as it was dropped by them)
    Also a new patch is required to mute some compilarion error that are
    false-positive. (variable not initialized but that are ALWAYS
    initialized)
    
    Also refresh the extmod patch with new files included.
    
    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Ansuel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ec7121a View commit details
    Browse the repository at this point in the history