Commit Graph

6 Commits

Author SHA256 Message Date
1a105a4362 - Add CVE-2026-1998.patch for CVE-2026-1998 / bsc#1257803
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=61
2026-02-09 16:02:09 +01:00
7d5d4233ce - Version 1.26.1
* esp32: update esp_tinyusb component to v1.7.6
  * tools: add an environment variable MICROPY_MAINTAINER_BUILD
  * esp32: add IDF Component Lockfiles to git repo
  * shared/tinyusb: fix hang from new tx_overwritabe_if_not_connected flag
  * shared/tinyusb/mp_usbd_cdc: rewrite USB CDC TX loop
  * tools/mpremote: don't apply Espressif DTR/RTS quirk to TinyUSB CDC dev

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=59
2026-02-09 16:01:28 +01:00
423ac96490 - Fix building on single core systems
* Skip tests/thread/stress_schedule.py when single core system detected

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=58
2026-02-09 16:01:25 +01:00
Dominik Heidler
a2de50f788 Build with mbedtls-3.6.5 instead of bundled 3.6.2 to fix CVE-2025-59438 2025-10-22 14:33:37 +02:00
2b994e87b2 - Removed micropython-gcc15-string-initialization.patch as included upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=54
2025-08-15 09:15:21 +00:00
4c23be5abb - Version 1.26.0
* Added machine.I2CTarget for creating I2C target devices on multiple ports.
  * New MCU support: STM32N6xx (800 MHz, ML accel) & ESP32-C2 (WiFi + BLE).
  * Major float accuracy boost (~28% → ~98%), constant folding in compiler.
  * Optimized native/Viper emitters; reduced heap use for slices.
  * Time functions standardized (1970–2099); new boards across ESP32, SAMD, STM32, Zephyr.
  * ESP32: ESP-IDF 5.4.2, flash auto-detect, PCNT class, LAN8670 PHY.
  * RP2: compressed errors, better lightsleep, hard IRQ timers.
  * Zephyr v4.0.0: PWM, SoftI2C/SPI, BLE runtime services, boot.py/main.py support.
  * mpremote adds fs tree, improved df, portable config paths.
  * Updated lwIP, LittleFS, libhydrogen, stm32lib; expanded hardware/CI tests.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=53
2025-08-15 08:25:38 +00:00