| 2018-01-29 |
Add missing C++ guards for C code.
profi200
committed
on 29 Jan 2018
|
|---|---|
| 2018-01-07 |
Reenable full GPU/LCD deinit + cleanup.
profi200
committed
on 7 Jan 2018
|
| 2018-01-04 |
Introducing cfg9.h and cfg11.h.
profi200
committed
on 4 Jan 2018
|
| 2017-12-30 |
Added proper core 2/3 poweroff code.
profi200
committed
on 30 Dec 2017
|
| 2017-12-28 |
Cleanup core 2/3 code.
profi200
committed
on 28 Dec 2017
|
|
Added function for changing CPU clock.
profi200
committed
on 28 Dec 2017
|
|
|
Implemented core 2/3 init for New 3DS. Also enables FCRAM extension. This is currently disabled.
profi200
committed
on 28 Dec 2017
|
|
| 2017-12-20 |
Move most inline asm to arm.h.
profi200
committed
on 20 Dec 2017
|
|
Introducing arm.h.
profi200
committed
on 20 Dec 2017
|
|
|
Use volatile instead of __volatile__.
profi200
committed
on 20 Dec 2017
|
|
| 2017-12-17 |
Added performance monitor code.
profi200
committed
on 17 Dec 2017
|
| 2017-12-12 |
Return current number of ticks on timer stop.
profi200
committed
on 12 Dec 2017
|
| 2017-12-10 |
arm11: mcu and safe i2c init
derrek
committed
on 10 Dec 2017
|
|
Merge branch 'newgui' of gitlab.com:derrek/fastboot3DS into newgui
derrek
committed
on 10 Dec 2017
|
|
|
arm11: use mcu
derrek
committed
on 10 Dec 2017
|
|
|
Here comes the coding style police!
profi200
committed
on 10 Dec 2017
|
|
|
Merge branch 'newgui' of gitlab.com:derrek/fastboot3DS into newgui
profi200
committed
on 10 Dec 2017
|
|
|
Fixed -Wdiv-by-zero warning and with it a bug.
profi200
committed
on 10 Dec 2017
|
|
|
arm11: use mcu driver
derrek
committed
on 10 Dec 2017
|
|
|
Merge branch 'newgui' of gitlab.com:derrek/fastboot3DS into newgui
derrek
committed
on 10 Dec 2017
|
|
|
arm11: introduce mcu driver, halt leds during startup
derrek
committed
on 10 Dec 2017
|
|
|
ARM11: Timer prescalers start at 1.
profi200
committed
on 10 Dec 2017
|
|
| 2017-12-09 |
Added functions to temporarily disable interrupt handlers on ARM11 without unregistering/reregistering them.
profi200
committed
on 9 Dec 2017
|
|
Nitpicking.
profi200
committed
on 9 Dec 2017
|
|
|
hardware.c --> system.c. Call systemInit() before main().
profi200
committed
on 9 Dec 2017
|
|
| 2017-12-06 |
Allow poweroff on exceptions/panic.
profi200
committed
on 6 Dec 2017
|
| 2017-12-02 |
Fixed the race properly on ARM11.
profi200
committed
on 2 Dec 2017
|
| 2017-11-23 |
Actually do this right.
profi200
committed
on 23 Nov 2017
|
| 2017-11-08 |
Turn on backlight and LCDs at the same time. Correct touchscreen framebuffers on FIRM launch.
profi200
committed
on 8 Nov 2017
|
|
Use inline functions when useful.
profi200
committed
on 8 Nov 2017
|