Numworks-zeta-os/numworks_port
2024-04-02 16:57:22 +02:00
..
build added timer support, and incomplete keyboard system 2024-04-01 18:32:34 +02:00
src added timer support, and incomplete keyboard system 2024-04-01 18:32:34 +02:00
Makefile added make flash 2024-04-02 16:57:22 +02:00
README.md added make flash 2024-04-02 16:57:22 +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, or by using the command make flash (unstable)
  5. That's it !

TODO

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