ChibiOS  19.1.3
Introduction
Author
Giovanni Di Sirio (gdisi.nosp@m.rio@.nosp@m.users.nosp@m..sou.nosp@m.rcefo.nosp@m.rge..nosp@m.net).

Chibi ?

I didn't want a serious name for this project. It is the Japanese word for small as in small child. So ChibiOS (ちびOS) means small Operating System. Source Wikipedia.

Features

ChibiOS is composed by several subsystems that are part of the project or external software components.

Subsystems

  • RT, a full features RTOS.
  • NIL, another RTOS with a very reduced footprint.
  • OSLIB, a library of RTOS enhancements, it can be used on top of both RT and NIL.
  • HAL, an abstraction layer for common MCU peripherals.
  • EX, abstraction for board-level devices, it sits on top of HAL.

External Components

  • FatFS.
  • lwIP.
  • WolfSSL.