GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Build
Fork
: 0
Perditum
/
uwuboot
Transfer to URL with SHA
Find file
Newer
Older
tree:
0cc19bcf77
Branches
Tags
×
master
uwuboot
/
source
/
arm11
/ loader_init.c
profi200
on 6 Dec 2016
80 bytes
Big refactor. Updated fatfs, changed the dir structure, added MMU support to the ARM11 side and lots of small changes.
Raw
Blame
History
#include "types.h" #include "pxi.h" void hardwareInit(void) { PXI_init(); }