From 6d11674ae4f6b5f7b6eab8503379498f4d459107 Mon Sep 17 00:00:00 2001 From: ayabusa Date: Sun, 31 Mar 2024 16:52:37 +0200 Subject: [PATCH] created README --- numworks_port/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 numworks_port/README.md diff --git a/numworks_port/README.md b/numworks_port/README.md new file mode 100644 index 0000000..e43026c --- /dev/null +++ b/numworks_port/README.md @@ -0,0 +1,15 @@ +# Zeta (name that might change) +This is a bare metal os attempt on the numworks n0110 + +## Build +1. Download the arm-none-eabi toolchain +2. run ```make clean && make``` +3. the output file is located in build/main.bin +4. you can flash it to slot B using the Web DFU from TI Planet +5. That's it ! + +## TODO +- [x] Working thing +- [ ] Led interface +- [ ] Keyboard interface +- [ ] Screen interface \ No newline at end of file