2024-03-31 14:52:37 +00: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
|
2024-04-02 14:57:22 +00:00
|
|
|
4. you can flash it to slot B using the Web DFU from TI Planet, or by using the command ```make flash``` (unstable)
|
2024-03-31 14:52:37 +00:00
|
|
|
5. That's it !
|
|
|
|
|
2024-04-02 16:04:03 +00:00
|
|
|
## TODO/roadmap
|
|
|
|
### Zeta bare minimum
|
2024-03-31 14:52:37 +00:00
|
|
|
- [x] Working thing
|
2024-03-31 16:17:46 +00:00
|
|
|
- [x] Led interface
|
2024-04-05 16:15:37 +00:00
|
|
|
- [x] Keyboard interface
|
2024-04-02 16:04:03 +00:00
|
|
|
- [ ] Set clock and all
|
|
|
|
- [ ] adapt ms_wait() and us_wait()
|
|
|
|
- [ ] Screen interface
|
|
|
|
- [ ] UI toolkit
|
2024-04-05 18:59:57 +00:00
|
|
|
- [ ] set pixel
|
2024-04-02 16:04:03 +00:00
|
|
|
- [ ] text display
|
|
|
|
- [ ] fill rect
|
2024-04-05 18:59:57 +00:00
|
|
|
- [ ] image display
|
|
|
|
- [ ] File system
|
|
|
|
- [ ] Plan what to do
|