Skip to content

Releases: mcknly/breadboard-os

v0.4

25 Feb 21:14
354d69e

Choose a tag to compare

The 4th release of BreadboardOS brings wireless networking features and full support for RP2350 and Pico 2 W!

  • #20 - WiFi support finally implemented! (thanks @kintar for initial framework started sometime way back in 2024)
  • Full support for RP2350 using mainline branches of pico-sdk and FreeRTOS-Kernel (all bugs fixed in these repos)
  • WiFi feature enablement on both Pico W/Pico 2 W (and other RP2xxx+CYW43-based boards)
  • lwIP stack implementation for IP, mDNS, and HTTPD (web server)
  • Web-based project dashboard
  • Additional project configuration options in project.cmake

A demo video for the new features can be found here.

v0.3

31 Oct 18:15

Choose a tag to compare

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

24 Jun 20:28
dd9c7c4

Choose a tag to compare

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!!