]> git.ayabusa.dev Git - numworks-zeta-os.git/commitdiff
Updated README
authorayabusa <lebgpub@gmail.com>
Tue, 2 Apr 2024 16:04:03 +0000 (18:04 +0200)
committerayabusa <lebgpub@gmail.com>
Tue, 2 Apr 2024 16:04:03 +0000 (18:04 +0200)
numworks_port/README.md
numworks_port/build/Laplace/keyboard.o
numworks_port/build/Laplace/time.o
numworks_port/build/main.bin
numworks_port/build/main.elf
numworks_port/build/main.o

index 7e8ef89d53c128feec10c1e3131c96c331058cab..8746b7b4c40e8699993cd9970857baf769a260b1 100644 (file)
@@ -8,8 +8,15 @@ This is a bare metal os attempt on the numworks n0110
 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
+## TODO/roadmap
+### Zeta bare minimum
 - [x] Working thing
 - [x] Led interface
 - [ ] Keyboard interface
-- [ ] Screen interface
\ No newline at end of file
+- [ ] Set clock and all
+    - [ ] adapt ms_wait() and us_wait()
+- [ ] Screen interface
+- [ ] UI toolkit
+    - [ ] text display
+    - [ ] fill rect
+    - [ ] image display
\ No newline at end of file
index 0e37f31303c58397223bf3ed16626905a946b4f6..224bddf920496e6983ffe1f677e14707bb93e6ac 100644 (file)
Binary files a/numworks_port/build/Laplace/keyboard.o and b/numworks_port/build/Laplace/keyboard.o differ
index 46216b8d908e6c22b2cdff126581e16fb87d6259..1c566c504e5209921bc030acf4aa8150ec28e4e0 100644 (file)
Binary files a/numworks_port/build/Laplace/time.o and b/numworks_port/build/Laplace/time.o differ
index 4e1ba36cf309dd293c984a5fcad0b834f54e4412..db693a414c4fbc8c92d9422b1545feae7fd7e3bb 100755 (executable)
Binary files a/numworks_port/build/main.bin and b/numworks_port/build/main.bin differ
index a8a93d7db0dceede698ee0264ca3ebcbd2055148..efdedeaaac0a7789fc95d172a6ae339bc47c9825 100755 (executable)
Binary files a/numworks_port/build/main.elf and b/numworks_port/build/main.elf differ
index 41168c9f98f9c17033e0a1ae4990c98ccb986bb6..00bb825ce85e6f55e006e1433f060520075cf1ea 100644 (file)
Binary files a/numworks_port/build/main.o and b/numworks_port/build/main.o differ