Skip to content

ZigZag is an operational system for embedded systems written in Zig

License

Notifications You must be signed in to change notification settings

wainejr/ZigZagOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZigZag OS

ZigZag OS, leveraging Zig powers for embedded operational systems

ZigZag OS

ZigZag is an operational system for embedded systems written in Zig

Run

Make sure you have Zig installed and you're on a Unix-like machine.

After that you can run each test using the command

# test is locatec in tests/c
zig build -Dtest=<test-name>
./zig-out/bin/<test-name>
# as in
zig build -Dtest=dispatcher
./zig-out/bin/dispatcher

Game dev HW ideas

ESP32 with TFT+Joystick+breadboard is a good idea, later we can make a shield for it.

About

ZigZag is an operational system for embedded systems written in Zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published