2024-04-21 12:08:27 +00:00
|
|
|
# Zeta (name that might change)
|
|
|
|
This is a bare metal os attempt on the numworks n0110
|
2024-03-24 12:54:56 +00:00
|
|
|
|
2024-04-21 12:13:24 +00:00
|
|
|
![image](/assets/image_post_numworks.jpg)
|
|
|
|
|
2024-04-21 12:08:27 +00:00
|
|
|
## 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 !
|
2024-03-24 12:54:56 +00:00
|
|
|
|
2024-04-21 12:08:27 +00:00
|
|
|
## TODO/roadmap
|
|
|
|
### Zeta bare minimum
|
|
|
|
- [x] Working thing
|
|
|
|
- [x] Led interface
|
|
|
|
- [x] Keyboard interface
|
|
|
|
- [x] Set clock and all
|
|
|
|
- [x] adapt ms_wait() and us_wait()
|
|
|
|
- [ ] Screen interface
|
|
|
|
- [ ] UI toolkit
|
|
|
|
- [ ] set pixel
|
|
|
|
- [ ] text display
|
|
|
|
- [ ] fill rect
|
2024-04-25 14:11:21 +00:00
|
|
|
- [ ] image display
|
|
|
|
|
|
|
|
## Support Me!
|
|
|
|
If you can and want, you can buy me a coffee :D
|
2024-04-25 14:12:02 +00:00
|
|
|
|
2024-04-25 14:11:21 +00:00
|
|
|
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/S6S6V7DYK)
|