Skip to content
/ ll-mips Public

Bare metal code for MIPS / jz4780 / ci20 creator

License

Notifications You must be signed in to change notification settings

lucvoo/ll-mips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bare metal code for MIPS cpus, more specifically for the
ci20 creator board.

The code focus on interrupt & exceptions handling and, hopefully,
 simplicity and clarity.


Remarks:
- the build system was heavily inspired by Linux's kbuild
  but it also quite different (non-recursive make) and
  much less sophisticated.

/*********************************************************/
To compile & link, a plain
	> make
will compile all the source code into a library: libtarget.a
	> make dir/
will only compile the source in the given directory,
	> make dir/file.o
will only compile the given file.
	> make apps/
will compile and link the few examples presents there. 


Have fun.
Luc Van Oostenryck

About

Bare metal code for MIPS / jz4780 / ci20 creator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published