Misplaced Pages

BeRTOS

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Real-time operating system
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
The topic of this article may not meet Misplaced Pages's general notability guideline. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "BeRTOS" – news · newspapers · books · scholar · JSTOR (August 2012) (Learn how and when to remove this message)
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "BeRTOS" – news · newspapers · books · scholar · JSTOR (August 2016) (Learn how and when to remove this message)
(Learn how and when to remove this message)
Operating system
BeRTOS
DeveloperDeveler s.r.l. and BeRTOS community
Written inANSI C
OS familyReal-time operating system
Working stateDiscontinued
Source modelOpen source
Initial releaseJune 3, 2004; 20 years ago (2004-06-03)
Final release2.7.99 / August 2011; 13 years ago (2011-08)
Marketing targetEmbedded systems
Available inEnglish
Update methodCompile from source code
PlatformsARM Cortex-M3, ARM ARM7TDMI, Atmel AVR, x86, x86-64
Kernel typeMicrokernel
LicenseGPLv2 or later, with exception
Official websitegithub.com/develersrl/bertos

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

It is free and open-source software released under the GNU General Public License, version 2 (GPLv2) or later, with a special exception granting proprietary applications the right to keep their source code closed while keeping the base BeRTOS code open.

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

BeRTOS preemptive multitasking kernel implements many inter-process communication (IPC) primitives, including: signals, semaphores, and messages.

In addition to the kernel, BeRTOS provides a hardware abstraction layer (HAL) that includes many peripheral device drivers (timer, serial, analog-to-digital converter (ADC), motors, liquid-crystal display (LCD), NTC sensors, keyboard, buzzer, memories), algorithms (hash table, cyclic redundancy check (CRC), MD2, entropy pool, run-length encoding (RLE)), communication protocols, and a graphic windowing subsystem for small display devices.

References

  1. ^ "BeRTOS: License". Archived from the original on 2014-04-06. Retrieved 2021-06-18.
  2. ^ "verstag.c". GitHub. Archived from the original on 2021-06-18. Retrieved 2021-06-18. ... either version 2 of the License, or (at your option) any later version.
  3. "BeRTOS: Free Embedded RTOS". SlideShare. Scribd. 2009-10-16.

External links

Real-time operating systems (RTOS)
Operating
systems
POSIX support
Unix-like
LiteOS
Partial
TRON support
Partial
Capability-based
Java virtual machine
DOS
L4 kernel
Psion
Microsoft
IBM
Texas Instruments
DEC PDP-11 VAX
Low resource
Frameworks, kits
  • Robot Operating System° 2
  • RTAI°
  • TI-RTOS
  • Xenomai°
  • Developers
    Microkernels-nanokernels
    Kernels
    L4 family
    Macintosh hosted
    Psion
    Amiga-type
    Operating
    systems
    POSIX support
    Unix-like
  • ARX
  • GNU Hurd°
  • Lites
  • MeikOS
  • Minix°
  • MkLinux°
  • Multi-Environment Real-Time^ (MERTUnix-RT)
  • OS2000
  • QNX^
  • Redox°
  • Spring
  • Tinix
  • UNICOS
  • VSTa
  • Partial
    Capability-based
    L4 kernel
    Java virtual machine
    Macintosh hosted
    Unix-like
    Psion
  • EPOCSymbian OS
  • Amiga-type
    Microsoft
    AIM alliance
    Frameworks, kits
  • Cosmos°
  • Genode°
  • TI-RTOS
  • Developers
    Stub icon

    This operating-system-related article is a stub. You can help Misplaced Pages by expanding it.

    Categories: