tag name | v1.22.1 (f540ca47bedfb00900cbdf616dd91640cba4bbab) |
tag date | 2024-01-05 13:13:56 +1100 |
tagged by | Damien George <damien@micropython.org> |
tagged object | commit 9b8c64c9ce... |
download | micropython-1.22.1.tar.gz micropython-1.22.1.zip |
---|
Patch release for rp2 atomic mutex
This is a patch release to fix a race condition and potential deadlock in
the rp2 port's mp_thread_begin_atomic_section() function, when the second
core is in use.