Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| libraries [2019/11/18 10:36] – admin | libraries [2024/09/25 03:28] (current) – admin | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| http:// | 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 18: | Line 28: | ||
| https:// | https:// | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | [[https:// | ||
| ===== Printf ===== | ===== Printf ===== | ||
| Line 26: | Line 41: | ||
| http:// | http:// | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | [[https:// | ||
| ===== Serial protocols ===== | ===== Serial protocols ===== | ||
| Line 41: | Line 61: | ||
| https:// | https:// | ||
| + | |||
| + | ===== Software updates ===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | ===== Bootloaders ===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | |||