Jump to content

BeRTOS

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ghettoblaster (talk | contribs) at 13:46, 2 August 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

BeRTOS
DeveloperDeveler s.r.l. and BeRTOS community
Written inANSI C
OS familyReal-time operating systems
Working stateProduction/Stable
Source modelOpen source
Latest release2.7.0 / August 2011; 13 years ago (2011-08)
Marketing targetEmbedded devices
PlatformsARM Cortex-M3, ARM ARM7TDMI, Atmel AVR, x86, x86-64
Kernel typeMicrokernel
LicenseModified GPL v2
Official websitewww.bertos.org

BeRTOS is a real-time operating system designed for embedded systems.[1]

It is distributed under a modified GPL license with a special exception that grants proprietary applications the right to keep their source code closed while maintaining the BeRTOS code itself open.

It has a very modular design, that allows running it on different architectures, ranging from tiny 8-bit microcontrollers like the Atmel AVR up to the 32-bit ARM architecture, and on hosted environments such as Linux and Microsoft Windows. BeRTOS is open source, written in ANSI C, and supported by popular embedded TLS/SSL libraries such as wolfSSL.

BeRTOS preemptive multitasking kernel implements many IPC primitives like:

In addition to the kernel, BeRTOS provides a hardware abstraction layer that includes large number of peripheral drivers (timer, serial, ADC, motors, LCD display, NTC sensors, keyboard, buzzer, memories), algorithms (hash table, CRC, MD2, entropy pool, RLE), communication protocols and a graphic windowing subsystem for small displays.

References