mirror of
				https://github.com/ayabusa/Numworks-zeta-os.git
				synced 2025-11-04 01:57:15 +00:00 
			
		
		
		
	
			
				
					
						
					
					73681aa79c492b8d89dded82c08b6af0606ff84a
				
			
			
		
	Zeta (name that might change)
This is a bare metal os attempt on the numworks n0110
Build
- Download the arm-none-eabi toolchain
 - run 
make clean && make - the output file is located in build/main.bin
 - you can flash it to slot B using the Web DFU from TI Planet, or by using the command 
make flash(unstable) - 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
 
 
Description
				
					Languages
				
				
								
								
									C
								
								97.1%
							
						
							
								
								
									Assembly
								
								1.6%
							
						
							
								
								
									C++
								
								0.9%
							
						
							
								
								
									Makefile
								
								0.4%
							
						
					