Releases: sparkfun/sparkfun-pico
Releases · sparkfun/sparkfun-pico
Version 1.0.1
Version 1.0
This release is the initial full release of this repository.
Included Changes:
- Code cleanup
- Finished README file
Initial release - Version 0.9
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.