-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathosupdate_esp32s3.json
More file actions
5 lines (5 loc) · 4.79 KB
/
osupdate_esp32s3.json
File metadata and controls
5 lines (5 loc) · 4.79 KB
1
2
3
4
5
{
"version": "0.9.2",
"download_url": "https://updates.micropythonos.com/releases/esp32s3/MicroPythonOS_esp32s3_0.9.2.ota",
"changelog": "0.9.2\n=====\n\nBuiltin Apps:\n- Settings: new Audio subsection to choose default output and input device, for boards with multiple audio devices\n\nFrameworks:\n- Activity: add appFullName property\n- AudioManager: load and apply configured default_output and default_input devices\n- AudioManager: fix final 1-2 seconds of WAV files not being played\n- AudioManager: add support for PDM microphones\n- AudioManager: fix 24 and 32 bits per sample WAV support\n- SensorManager: add BMA423 IMU support\n- TimeZone: set Real Time Clock if present\n\nOS:\n- Fix lvgl_micropython UI hang when lv.event_handler() throws exception from timers or callbacks\n- Fix notification bar hiding after swipe up in Launcher apps\n- Increase default heapsize from 8MB to 16MB on desktop to fix sporadic segfault\n- Fri3d 2026: don't provide unnecessary SCLK/BCLK to CJC4334 DAC\n- LilyGo T-Watch S3 Plus: fix power button sporadically becoming unresponsive\n- LilyGo T-Watch S3 Plus: add battery charge level support\n- LilyGo T-Watch S3 Plus: add IMU accelerometer support so IMU app works\n- LilyGo T-Watch S3 Plus: enable audio input (PDM microphone) and output (I2S speaker)\n- LilyGo T-Watch S3 Plus: enable Real Time Clock to keep time when powered off\n- LilyGo T-Watch S3 Plus: power down/up display and touch screen upon power button press\n\n0.9.1\n=====\n\nBuiltin Apps:\n- AppStore: use BadgeHub.eu filter mpos_api_0 instead of device-specific hardware ID\n- HowTo: add padding\n- Settings: add Number Format setting\n\nFrameworks:\n- Add new NumberFormat framework for decimal and thousands separators\n- DownloadManager: add connection timeout to DownloadManager session.get()\n\nOS:\n- New board support: LilyGo T-HMI\n- New board support: M5Stack Core2\n- LilyGo T-Watch S3 Plus: initialize Power Management Unit at startup\n- LilyGo T-Watch S3 Plus: power button short press for display backlight on/off, long press for power down\n- Add driver for LoRa SX1262 with lvgl_micropython-style (= split Bus/Device) hardware SPI\n- Add drivers for LoRa SX126X with SoftSPI (and default MicroPython hardware SPI)\n- Add esp32-component-rvswd and MicroPython bindings to flash WCH's CH32 microcontrollers\n- Add glyphs to fonts: diacritics 0x7F-0xFF, Bitcoin symbol ₿ 0x20BF, italic satoshi symbol 丯 0x4E2F and regular satoshi symbol 丰 0x4E30\n- Add LVGL symbols to fonts: 0xf002,0xf004,0xf005,0xf00e,0xf010,0xf029,0xf030 for search, heart, star, search-plus, search-minus, qrcode, camera\n- Add LVGL symbols to fonts: 0xf15a,0xf164,0xf165,0xf1e0 for btc (without circle), thumbs-up, thumbs-down, share-alt\n- Add LVGL symbols to fonts: 0xf2ea,0xf379,0xf58f for undo-alt, bitcoin (in circle), headphones-alt\n- Improve handling of 'mpos.main' errors\n- Fix empty black window issue on macOS desktop\n- Fix macOS/unix desktop build with newer Clang (17+)\n\n0.9.0\n=====\n\nBuiltin Apps:\n- AppStore: update BadgeHub.eu URL\n- About: show netmask separately, make labels focusable\n- HowTo: new onboarding app with auto-start handling to explain controls\n- Settings: add sub-groups of setings as separate apps, including WiFi app\n- Settings: add Hotspot sub-group (SSID, password, security)\n- Settings: add WebServer sub-group (autostart, port, password)\n- Launcher: ignore launchers and MPOS settings (except WiFi)\n\nFrameworks:\n- Audio streams: WAV playback/recording improvements (duration/progress, hardware volume control)\n- AudioManager: registry/session model, multi-speaker/mic routing, ADC-based mic (adc_mic)\n- DownloadManager: explicit certificate handling\n- InputManager: pointer detection helpers and board registrations\n- SensorManager: refactor to IMU drivers with magnetometer support and desktop IIO fallback\n- SharedPreferences: fix None handling\n- WebServer: new framework with Linux/macOS fixes and no background thread\n- WifiService: hotspot support, IP address helpers, simplified connect/auto-connect\n- Websocket library: renamed to uaiowebsocket to avoid conflicts\n\nOS:\n- ESP32 boards: bundle WebREPL (not started by default) to offer remote MicroPython shell over the network, accessible through webbrowser\n- New board support: LilyGo T-Display-S3 (physical and emulated by QEMU)\n- New board support: LilyGo T-Watch S3 Plus\n- New board support: M5Stack Fire\n- New board support: ODroid Go\n- New board support: unPhone 9\n- Fri3d 2024/2026 updates: display reset support using CH32 microcontroller, communicator/expander drivers\n- ADC microphone C module and tests\n- Build system: switch to static builds for desktop systems to bundle LIBC and fix LIBC version issue\n- Build system: add linux-arm64 and macos-intel GitHub workflows to support more precompiled binaries\n- Add FreeRTOS module for low-level ESP32 functions"
}