| 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-18 |
We don't need to unregister the GFX IRQs. We can just disable them.
profi200
committed
on 18 Dec 2017
|
|
Completely deinit/init screens on sleep.
profi200
committed
on 18 Dec 2017
|
|
|
The LCDs need a bit of time to stabilize after sleep.
profi200
committed
on 18 Dec 2017
|
|
|
Added commented out GPU/LCD deinit code. Works with everything but Luma.
profi200
committed
on 18 Dec 2017
|
|
|
Also turn off the LCDs on the GPU side in sleep mode.
profi200
committed
on 18 Dec 2017
|
|
| 2017-12-12 |
Return current number of ticks on timer stop.
profi200
committed
on 12 Dec 2017
|
| 2017-12-11 |
More checks. Allow setting different brightnesses for each screen.
profi200
committed
on 11 Dec 2017
|
|
arm11 mcu: also disable camera LED
derrek
committed
on 11 Dec 2017
|
|
| 2017-12-10 |
arm11 power: wait for the screens to turn off during power-off/reboot
derrek
committed
on 10 Dec 2017
|
|
Check input addresses in GX_memoryFill().
profi200
committed
on 10 Dec 2017
|
|
|
Merge branch 'newgui' of gitlab.com:derrek/fastboot3DS into newgui
derrek
committed
on 10 Dec 2017
|
|
|
arm11: mcu and safe i2c init
derrek
committed
on 10 Dec 2017
|
|
|
Fix MCU_readBatteryChargeState().
d0k3
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
|
|
|
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
|
|
hardware.c --> system.c. Call systemInit() before main().
profi200
committed
on 9 Dec 2017
|
|
| 2017-12-08 |
Optimize(tm) ARM11 IRQ code a bit.
profi200
committed
on 8 Dec 2017
|
|
Always keep the power button long pressed state.
profi200
committed
on 8 Dec 2017
|
|
| 2017-12-06 |
Cleanup inline assembly a bit.
profi200
committed
on 6 Dec 2017
|
|
Allow poweroff on exceptions/panic.
profi200
committed
on 6 Dec 2017
|
|
| 2017-12-05 |
Revert I2C code change since this can cause deadlocks.
profi200
committed
on 5 Dec 2017
|