Skip to content

Releases: GorgonMeducer/Pico_Template

v2.3.1 Using Raspberry Pi official cmsis-pack

28 Jul 09:56
Compare
Choose a tag to compare
  • Uses official cmsis-pack: RP2xxx_DFP
    • Support PIO compilation
  • Compatible with CMSIS 6
  • Other minor updates

v2.20 Enhance BSP Support

06 Jul 19:20
Compare
Choose a tag to compare
  • 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

04 Mar 18:26
Compare
Choose a tag to compare
  • 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

18 Feb 13:27
Compare
Choose a tag to compare

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

11 Feb 13:46
Compare
Choose a tag to compare
  • Support Pico-SDK v1.5.0
  • Other minor updates

v1.7.2 Stable Release

08 Dec 05:34
Compare
Choose a tag to compare
  • Added drivers
    • DMA
    • Flash
  • Fixed the __noinline issue

v1.7.0 Stable Release

30 Jun 23:31
Compare
Choose a tag to compare
  • Support pico-sdk 1.4.0
  • Other minor update

v1.6.1 Stable Release

18 May 22:13
Compare
Choose a tag to compare
  • 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

19 Feb 17:31
Compare
Choose a tag to compare
  • Add support for popular LCD 1.3inc module
  • Use the perf_counter cmsis-pack to replace the submodule.
  • Other minor update

v1.5.0 Enhance Debug Experience

04 Jan 20:40
Compare
Choose a tag to compare
  • Add a dedicated configuration AC6-DebugInSRAM-printf
    • It retargets all printf output into the 'Debug (printf) Viewer' inside MDK via EventRecorder.
      Debug_printf_Viewer

    • Improve debug experience.

  • Other minor updates.