Skip to content

Releases: sparkfun/sparkfun-pico

Version 1.0.1

19 Aug 20:39
Compare
Choose a tag to compare

Contains the following updates:

  • Better method to calculate PSRAM timing during startup/config
  • Single include file
  • Cleanup comments and readme

Version 1.0

17 Aug 14:48
Compare
Choose a tag to compare

This release is the initial full release of this repository.

Included Changes:

  • Code cleanup
  • Finished README file

Initial release - Version 0.9

16 Aug 23:01
Compare
Choose a tag to compare

Initial release of the examples/tools for sparkfun rp2350 boards with PSRAM installed.

Currently these examples only work with the Raspberry Pi pico-sdk.

Included:

  • cmake ready library of functionality to detect and use PSRAM on SparkFun boards
  • Example on how to detect and setup PSRAM
  • Example how to use a allocator subsystem with PSRAM
  • Example how to replace the built in malloc/free functions with an allocator that uses available SRAM heap and PSRAM
  • A test routine for checking/setting the quad SPI bit on the on-board flash IC for SparkFun boards.