683 views|1 replies

1w

Posts

25

Resources
The OP
 

BreadboardOS for Raspberry Pi Pico [Copy link]

BreadboardOS (BBOS) - As the name suggests is a firmware platform designed for rapid prototyping. BBOS is built around the following principles:

  1. Every project should start with the CLI. The command line interface makes prototyping, debugging, and testing 1000% easier, especially over the life of multiple projects with reused parts.
  2. Write once. Don't waste time writing and rewriting your project's essential infrastructure. Modularize, iterate, and profit!
  3. Start quickly. The quicker you come up with a project, the quicker you'll find what you need.

Functional Description

BreadboardOS is built on top of FreeRTOS, enabling rapid integration of new function blocks and allowing task concurrency without disrupting the base system. Existing RTOS knowledge is not necessarily required.

The core component of BBOS is the fantastic microshell project, which provides the CLI functionality. Currently, a fork of microshell is used, which includes some additional customizations. The CLI implementation is organized into POSIX-style folders/files, providing a recognizable user interface for interacting with MCU hardware.

Since the first release, BBOS has been implemented on a single MCU platform - the Raspberry Pi RP2040 (Pico, Pico W, etc.). The project is structured so that all hardware-specific code is located in a single directory, with header files providing HAL functionality. The platform is built with porting in mind.

Notable Features

  • A rich set of tools for real-time inspection of system resources
  • RTOS task manager for dynamically controlling system services at runtime
  • Onboard flash file system with wear leveling (thanks to littlefs)
  • Optional peripheral hardware initialization routines
  • Interact with chip I/O and serial buses directly from the command line
  • Watchdog service for system fault protection recovery

链接已隐藏,如需查看请登录或者注册

This post is from DIY/Open Source Hardware

Latest reply

I’ll give a thumbs up… I'll buy one to play with when I have some free time someday...   Details Published on 2024-5-19 21:21
 

1108

Posts

1

Resources
2
 

I’ll give a thumbs up…

I'll buy one to play with when I have some free time someday...

This post is from DIY/Open Source Hardware
 
 

Guess Your Favourite
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list