| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
| |
These headers take inspiration from the linked list and array list
headers as a way to provide primitive templates in C. This time
they implement an AVL tree and Map template (which uses the AVL tree).
Included are relatively robust tests, though they could be improved.
|
| |
|
| |
|
|
|
|
| |
instead of 16 (with 8 leading 0's).
|
| |
|
| |
|
|
|
|
|
|
|
| |
The MPU is a module in arm chips which allow for memory access
protection. They are more primitive than full MMUs, but can still
provide at least basic access control between different process
controls.
|
|
|
|
| |
logging is initialized).
|
|
|
|
| |
linker script.
|
|
Removed old iterations of the project and moved the files from 02-usart
to the root directory since that's the sole place where the action is
and that subproject has outgrown its initial title.
|