-
Notifications
You must be signed in to change notification settings - Fork 5
Bare metal code for MIPS / jz4780 / ci20 creator
License
lucvoo/ll-mips
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published