Skip to content

Commit 9c2c68c

Browse files
Release 0.9.0-rc3
1 parent 09c2b48 commit 9c2c68c

8 files changed

Lines changed: 9 additions & 6 deletions

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
These 3 files are the same, as of the unified builds:
2-
- osupdate_fri3d_2024.json is the new file for 0.4.1 releases
3-
- osupdate_matouch_esp32_s3_spi_ips_2_8_with_camera_ov3660.json is the file for the matouch_esp32_s3_spi_ips_2_8_with_camera_ov3660 board
4-
51
osupdate_linux.json is for linux releases for 0.4.1 and after
62

3+
osupdate_unphone.json is special because the unPhone 9 doesn't have enough storage space to support OTA updates, unless someone finds a solution.
4+
75
# Phasing out:
86
- osupdate_linux-desktop.json is the legacy file for pre-0.4.1 releases, when the device ID was linux-desktop instead of linux
97
- osupdate_fri3d-2024.json is the legacy file for pre 0.4.1 releases, when the device id was fri3d-2024 instead of fri3d_2024

osupdate_esp32s3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "0.9.0",
3-
"download_url": "https://updates.micropythonos.com/releases/esp32/MicroPythonOS_esp32s3_0.9.0.ota",
3+
"download_url": "https://updates.micropythonos.com/releases/esp32s3/MicroPythonOS_esp32s3_0.9.0.ota",
44
"changelog": "0.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"
55
}

osupdate_linux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "0.2.1",
3-
"download_url": "https://updates.micropythonos.com/releases/linux-desktop/MicroPythonOS_amd64_linux_0.2.1.elf",
3+
"download_url": "https://updates.micropythonos.com/releases/linux/MicroPythonOS_amd64_linux_0.2.1.elf",
44
"changelog": "Over-The-Air Updates are not available for the\nlinux-desktop platform but they can\nbe simulated to test the app."
55
}

osupdate_unphone.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "0.0.0",
3+
"download_url": "https://updates.micropythonos.com/releases/esp32s3/Over-the-Air-updates-not-supported-for-your-device.ota",
4+
"changelog": "Sorry, the unPhone doesn't have enough storage space to support over-the-air updates, as it requires 2 partitions; one to boot from and the other to install to... if you think you have a solution for this, feel free to propose something!"
5+
}
3.62 MB
Binary file not shown.
3.61 MB
Binary file not shown.
File renamed without changes.

releases/linux-desktop/MicroPythonOS_amd64_linux_0.2.1.elf renamed to releases/linux/MicroPythonOS_amd64_linux_0.2.1.elf

File renamed without changes.

0 commit comments

Comments
 (0)