Skip to content

Commit

Permalink
README: Add precisions about the use cases of Lazuli RTOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
randruc committed Oct 29, 2020
1 parent febb0de commit a88279b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Lazuli is a preemptive multitasking RTOS (Real-Time Operating System/kernel),
targeting AVR microcontrollers.
It allows to program and run multiple independent tasks in a real-time context
on AVR microcontrollers.
In its basic configuration, Lazuli RTOS has a low memory footprint (< 4
kilobytes of ROM, < 200 bytes of static RAM).
Lazuli RTOS can be used to develop embedded applications or firmwares that have
strong real-time constraints or demand multitasking, on minimal hardware.

AVR MCUs are widely used in embedded, industrial devices and applications, and
are also known to be used on Arduino boards.
Expand Down

0 comments on commit a88279b

Please sign in to comment.