Files
William Henderson b7de32a0ea 1.2.0
2025-10-08 15:51:03 +01:00

49 lines
1.4 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)
RP Loader V1.2.0 - 08/10/2025
Improvements:
- Automatic reset of the microcontroller once the code is loaded