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

CI: Bump MicroPython to v1.22.2. #904

Merged
merged 2 commits into from
Mar 6, 2024
Merged

CI: Bump MicroPython to v1.22.2. #904

merged 2 commits into from
Mar 6, 2024

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    ad51806 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Hub75: avoid clobbering shared IRQ handlers.

    MicroPython's DMA class uses shared IRQ handlers, which would be
    clobbered by Hub75's use of an exclusive handler.
    
    Additionally clean up some dead code (DMA_IRQ_1??), more epxlicitly
    clean up the claimed PIOs and programs, and do not use a fixed
    DMA channel. This seems to have fixed a bug whereupon Hub75 would
    hardlock on the 5th soft reset.
    Gadgetoid committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b0d53da View commit details
    Browse the repository at this point in the history