Less is More
This release is all about removing things, but in a good way.
delete[] examples
The examples now live over at https://github.com/32blit/32blit-examples. However if you still want to build them with the SDK , you can clone that repo to [sdk root]/examples
like it was before.
duplication--
Some code is now shared between 32blit-stm32 and 32blit-pico as part of the ongoing quest of adding more features to -pico.
broken = false
Finally, this release is less broken due to being built with the latest tools. There's also fixes for building with pico-sdk 2.0.
What's Changed
- Tweak Windows CLI docs by @Gadgetoid in #692
- Revise Windows docs, prefer CMake by @Gadgetoid in #691
- pico: move drivers into subdirs by @Daft-Freak in #850
- De-duplicate blit API -> fatfs glue by @Daft-Freak in #852
- pico-sdk 2.0 fixes by @Daft-Freak in #854
- Split examples v2 by @Daft-Freak in #849
- RP2350 bits by @Daft-Freak in #855
Full Changelog: v0.3.1...v0.3.2