GitXplorerGitXplorer
k

zig-embedded

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
e2f338089e58c45fa95f9c961d10697eb1db4a38

Add initial linked-list heap allocator

kkyrias committed 3 years ago
Unverified
2dbf39e7f47a9c0614d8266b60c6886d682774e8

Make log callback use event loop IO while event loop is running

kkyrias committed 3 years ago
Unverified
0bcf8f6dafd73009e832ed5c91e1f6f0f7f318f9

usart: Make the usart3 writer use locks to prevent interleaved writes

kkyrias committed 3 years ago
Unverified
f972bbc2826770b35aaa7479bb18d3005c63e475

Add support for locks to the event loop

kkyrias committed 3 years ago
Unverified
a7e352d35c6fdf5e91aa3ac923a5b3205c0e7059

Add USART I/O support to event loop

kkyrias committed 3 years ago
Unverified
5d17604c1cbcc9894f547171f8d3612989712f4b

Add basic event loop

kkyrias committed 3 years ago

README

The README file for this repository.

Zig embedded playground

SVDs and device files

The device files in src/devices/ are generated from the manufacturer-provided SVD files using svd4zig_.

.. _svd4zig: https://github.com/rbino/svd4zig