Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| libraries [2017/11/24 10:57] – admin | libraries [2024/09/25 03:28] (current) – admin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| [[Logger]] | [[Logger]] | ||
| + | |||
| + | http:// | ||
| + | |||
| + | ===== Memory allocation ===== | ||
| + | https:// | ||
| + | |||
| + | ===== MCU peripheral forwarding ===== | ||
| + | https:// | ||
| + | |||
| + | ===== Task schedulers ===== | ||
| + | This can provide cooperative multitasking for simple tasks, avoiding the need of an RTOS. | ||
| + | |||
| + | https:// | ||
| ===== Small C libraries ===== | ===== Small C libraries ===== | ||
| Line 13: | Line 26: | ||
| http:// | http:// | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | [[https:// | ||
| ===== Printf ===== | ===== Printf ===== | ||
| Line 21: | Line 41: | ||
| http:// | http:// | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | [[https:// | ||
| ===== Serial protocols ===== | ===== Serial protocols ===== | ||
| Line 30: | Line 55: | ||
| http:// | http:// | ||
| + | |||
| + | ===== Graphics ===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | ===== Software updates ===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | ===== Bootloaders ===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | [[https:// | ||
| + | |||