Releases: mcknly/breadboard-os
Releases · mcknly/breadboard-os
v0.3
The 3rd release of BreadboardOS has a number of exciting new features! These include:
- #21 - Fix for the onboard LED on Pico W boards (thanks @Kintar)
- #26 - RP2350 support
- Command history! (mcknly/microshell #1 - thanks to @RoStCode's fork of microshell)
- #27 - Complete abstraction of platform-specific references from top-level configuration files
Thanks to the community and keep those contributions coming!!
v0.2
The official 2nd release of BreadboardOS! This release contains a number of enhancements from contributors:
- #6 - Better abstraction of the project from Pico (RP2040), splitting CMake build files and removing references to Pico SDK at the top level (thanks @biot)
- #9 - Inclusion of CYW43 libraries for
pico_w
- precursor to adding wireless features (thanks @Kintar) - #17 - Refactor of the
servicemanager
framework to make new service definition more elegant (thanks @nbes4) - #13 - Fix for the Pico W
BOARD
definition (pico_w
) being passed incorrectly to libraries for project configuration (thanks @fatdollar)
Thanks to the community for making BBOS better!!