#mipsfoo
#Description
Musings on the PIC32MZ MIPS-based microcontroller.
#Goals
- create bare metal project (no plib, no harmony, no crt0.o, no linker script, etc...)
- blink a light in assembly
- setup the c-runtime, stack, etc...
- get the cache working
- get the uart working (in C)