[WIP] my attempts to develop on my stm32 nuclo board/numworks calculator
Go to file
2024-04-21 14:08:27 +02:00
.github/workflows Update makefile.yml 2024-04-02 18:54:31 +02:00
.OLDSTUFF reorganized repo 2024-04-21 14:08:27 +02:00
.vscode Documentation and clean up 2024-04-05 20:59:57 +02:00
build reorganized repo 2024-04-21 14:08:27 +02:00
src reorganized repo 2024-04-21 14:08:27 +02:00
Makefile reorganized repo 2024-04-21 14:08:27 +02:00
README.md reorganized repo 2024-04-21 14:08:27 +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/roadmap

Zeta bare minimum

  • Working thing
  • Led interface
  • Keyboard interface
  • Set clock and all
    • adapt ms_wait() and us_wait()
  • Screen interface
  • UI toolkit
    • set pixel
    • text display
    • fill rect
    • image display