Projekt

Allgemein

Profil

Wiki » Historie » Version 5

Maximilian Seesslen, 10.09.2025 11:40

1 2 Maximilian Seesslen
Small general purpose C++ library for microcontrollers like STM32 with flash sizes down to 16 KByte.
2
3
4
It provides classes 
5
* Lists
6
* Ring buffers
7
* Strings
8
* Checksums
9
* Logging
10
* Signaling
11
* Testing
12
13
Some functions are similar to Qt but very reduced to work on microcontrollers with down to 16KiB of flash.
14
15
(Naming is from 'Leptothorax', a small ant)
16 3 Maximilian Seesslen
17
[[Pending signals]]
18 4 Maximilian Seesslen
[[Event loop chain]]