Files
RP2040_UPS_Loader/Releases/CHANGE LOG.txt
T
William Henderson 5ce820df8d Update CHANGE LOG.txt
2025-10-08 10:55:37 +01:00

44 lines
1.3 KiB
Plaintext

_____ _ _
/ ____| | | |
| | | |__ __ _ _ __ __ _ ___ | | ___ __ _
| | | '_ \ / _` | '_ \ / _` |/ _ \ | | / _ \ / _` |
| |____| | | | (_| | | | | (_| | __/ | |___| (_) | (_| |
\_____|_| |_|\__,_|_| |_|\__, |\___| |______\___/ \__, |
__/ | __/ |
|___/ |___/
RP2040 Loader V1.0.0 - 22/07/2025
- Initial release
RP2040 Loader V1.0.1 - 23/07/2025
Improvements:
- Integrated `mpremote` into the application package to support mp file uploads without requiring external installation
RP2040 Loader V1.0.2 - 23/07/2025
Improvements:
- Added logging to see which files get uploaded or skipped (if unchanged)
Bug Fixes:
- Fixed `mpremote`
RP Loader V1.1.0 - 06/10/2025
Improvements:
- Added support for the RP2350-ETH (Pico 2 platform)
RP Loader V1.1.1 - 08/10/2025
Improvements:
- Included the firmware for the RP2350-ETH (Pico 2 platform) in the Firmware folder
- Updated firmwares to latest version of MicroPython (V1.26.1)
- Removed various unnecessary parts of the program to make it even faster to run :)
Bug Fixes:
- Fixed support for the RP2350-ETH (Pico 2 platform)