- Update to 1.22.2:
This is a patch release containing the following commits:
- py/compile: fix potential Py-stack overflow in try-finally
with return
- extmod/asyncio: support gather of tasks that finish early
- extmod/modssl_mbedtls: fix cipher iteration in
SSLContext.get_ciphers
- extmod/btstack: reset pending_value_handle before calling
write-done cb
- extmod/btstack: reset pending_value_handle before calling
read-done cb
- esp32/mpnimbleport: release the GIL while doing NimBLE port
deinit
- esp32: increase NimBLE task stack size and overflow detection
headroom
- mimxrt/modmachine: fix deepsleep wakeup pin ifdef
- renesas-ra/ra: fix SysTick clock source
- renesas-ra/boards/ARDUINO_PORTENTA_C33: fix the RTC clock
source
- renesas-ra/ra/ra_i2c: fix 1 byte and 2 bytes read issue
- rp2/rp2_dma: fix fetching 'write' buffers for writing not
reading
- rp2/machine_uart: fix event wait in uart.flush() and
uart.read()
- rp2: change machine.I2S and rp2.DMA to use shared DMA IRQ
handlers
- Update to 1.22.1:
- 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.
OBS-URL: https://build.opensuse.org/request/show/1175489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/micropython?expand=0&rev=12
This is a patch release containing the following commits:
- py/compile: fix potential Py-stack overflow in try-finally
with return
- extmod/asyncio: support gather of tasks that finish early
- extmod/modssl_mbedtls: fix cipher iteration in
SSLContext.get_ciphers
- extmod/btstack: reset pending_value_handle before calling
write-done cb
- extmod/btstack: reset pending_value_handle before calling
read-done cb
- esp32/mpnimbleport: release the GIL while doing NimBLE port
deinit
- esp32: increase NimBLE task stack size and overflow detection
headroom
- mimxrt/modmachine: fix deepsleep wakeup pin ifdef
- renesas-ra/ra: fix SysTick clock source
- renesas-ra/boards/ARDUINO_PORTENTA_C33: fix the RTC clock
source
- renesas-ra/ra/ra_i2c: fix 1 byte and 2 bytes read issue
- rp2/rp2_dma: fix fetching 'write' buffers for writing not
reading
- rp2/machine_uart: fix event wait in uart.flush() and
uart.read()
- rp2: change machine.I2S and rp2.DMA to use shared DMA IRQ
handlers
- Update to 1.22.1:
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=25
- Add patch fix-aarch64-builds.patch
- Update to v1.14:
* Full release notes: https://github.com/micropython/micropython/releases/tag/v1.14
* Unix port updates:
- Makefile: always enable -f*-sections regardless of DEBUG setting
- implement BLE H4 HCI UART for btstack/nimble
- implement mp_hal_time_ns using gettimeofday
- variants: enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build
- mpconfigport.h: enable MICROPY_PY_DELATTR_SETATTR
- enable more warnings
- support building C++ code
- Makefile: move coverage.c and coveragecpp.cpp to coverage variant
- handle pending events/scheduler in MICROPY_EVENT_POLL_HOOK
- make mp_hal_delay_ms run MICROPY_EVENT_POLL_HOOK
- modtime: fix time() precision on unix ports with non-double floats
OBS-URL: https://build.opensuse.org/request/show/886258
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=2