Numworks-zeta-os/numworks_port
2024-03-31 16:52:37 +02:00
..
build the led is finally working 2024-03-31 15:47:23 +02:00
src the led is finally working 2024-03-31 15:47:23 +02:00
Makefile adding numworks port (valid but not working) 2024-03-30 19:13:47 +01:00
README.md created README 2024-03-31 16:52:37 +02:00

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

  • Working thing
  • Led interface
  • Keyboard interface
  • Screen interface