/* ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio. This file is part of ChibiOS. ChibiOS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. ChibiOS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /** * @mainpage Introduction * @author Giovanni Di Sirio (gdisirio@users.sourceforge.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 * @htmlonly (ちびOS) @endhtmlonly * 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 * 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. * . */