| 2017-12-28 |
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
|
|
| 2017-10-19 |
Added hidIsHomeButtonHeldRaw().
profi200
committed
on 19 Oct 2017
|
| 2017-09-14 |
Added TIMER_getTicks() function.
profi200
committed
on 14 Sep 2017
|
|
Little cleanup.
profi200
committed
on 14 Sep 2017
|
|
| 2017-08-26 |
Clear power button and WiFi button states only if wanted.
profi200
committed
on 26 Aug 2017
|
| 2017-08-15 |
Move GUI sources in a separate gui folder and hardware sources in hardware folder episode 2.
profi200
committed
on 15 Aug 2017
|