Releases: GorgonMeducer/Pico_Template
Releases · GorgonMeducer/Pico_Template
v2.3.1 Using Raspberry Pi official cmsis-pack
- Uses official cmsis-pack: RP2xxx_DFP
- Support PIO compilation
- Compatible with CMSIS 6
- Other minor updates
v2.20 Enhance BSP Support
- Catch-up with Pico-SDK v1.5.1
- Add BSP support for RP2040 LCD 1in28 (See readme for details)
- Other minor changes.
v2.0.0 Support Flash Programming
- Add Flash Programming Algorithm
- Remove Unnecessary project configurations, i.e.
DebugInSRAM-printf
- Upgrade perf_counter to v2.0.0
- Add example code for running coremark
- Optimize printf via EventRecorder
- Remove some cmsis-packs
- Other minor changes
v1.8.1 Fix Printf Issue
Pico-SDK v1.5.0 has changed the way of retargeting stdout, but Pico-Template didn't update accordingly.
This issue has been fixed.
v1.8.0 Support Pico-SDK v1.5.0
- Support Pico-SDK v1.5.0
- Other minor updates
v1.7.2 Stable Release
- Added drivers
- DMA
- Flash
- Fixed the
__noinline
issue
v1.7.0 Stable Release
- Support pico-sdk 1.4.0
- Other minor update
v1.6.1 Stable Release
- Validated with pico-sdk 1.3.1
- Validated with CMSIS 5.9.0
- Update perf_counter cmsis-pack
- Other minor changes
v1.6.0 Add support for an LCD 1.3inc module
- Add support for popular LCD 1.3inc module
- Use the
perf_counter
cmsis-pack to replace the submodule. - Other minor update