History for uwuboot / source / arm11 / hardware
2017-12-11
@profi200
More checks. Allow setting different brightnesses for each screen.
profi200 committed on 11 Dec 2017
@derrek
arm11 mcu: also disable camera LED
derrek committed on 11 Dec 2017
2017-12-10
@derrek
arm11 power: wait for the screens to turn off during power-off/reboot
derrek committed on 10 Dec 2017
@profi200
Check input addresses in GX_memoryFill().
profi200 committed on 10 Dec 2017
@derrek
Merge branch 'newgui' of gitlab.com:derrek/fastboot3DS into newgui
derrek committed on 10 Dec 2017
@derrek
arm11: mcu and safe i2c init
derrek committed on 10 Dec 2017
@d0k3
Fix MCU_readBatteryChargeState().
d0k3 committed on 10 Dec 2017
@derrek
Merge branch 'newgui' of gitlab.com:derrek/fastboot3DS into newgui
derrek committed on 10 Dec 2017
@derrek
arm11: use mcu
derrek committed on 10 Dec 2017
@profi200
Here comes the coding style police!
profi200 committed on 10 Dec 2017
@derrek
arm11: use mcu driver
derrek committed on 10 Dec 2017
@derrek
Merge branch 'newgui' of gitlab.com:derrek/fastboot3DS into newgui
derrek committed on 10 Dec 2017
@derrek
arm11: introduce mcu driver, halt leds during startup
derrek committed on 10 Dec 2017
@profi200
ARM11: Timer prescalers start at 1.
profi200 committed on 10 Dec 2017
2017-12-09
@profi200
Added functions to temporarily disable interrupt handlers on ARM11 without unregistering/reregistering them.
profi200 committed on 9 Dec 2017
@profi200
hardware.c --> system.c. Call systemInit() before main().
profi200 committed on 9 Dec 2017
2017-12-08
@profi200
Optimize(tm) ARM11 IRQ code a bit.
profi200 committed on 8 Dec 2017
@profi200
Always keep the power button long pressed state.
profi200 committed on 8 Dec 2017
2017-12-06
@profi200
Cleanup inline assembly a bit.
profi200 committed on 6 Dec 2017
@profi200
Allow poweroff on exceptions/panic.
profi200 committed on 6 Dec 2017
2017-12-05
@profi200
Revert I2C code change since this can cause deadlocks.
profi200 committed on 5 Dec 2017
2017-12-03
@profi200
Remove TIMER_sleepMs() in gfx code since the VBlank wait does the same.
profi200 committed on 3 Dec 2017
@profi200
Fixed graphics corruption with certain N3DS consoles.
profi200 committed on 3 Dec 2017
2017-12-02
@profi200
Use const for pre-critical section state.
profi200 committed on 2 Dec 2017
@profi200
Fixed the race properly on ARM11.
profi200 committed on 2 Dec 2017
@profi200
Do not enable interrupts before initializing all of the hardware (race).
profi200 committed on 2 Dec 2017
2017-11-23
@profi200
Actually do this right way(tm) episode 2.
profi200 committed on 23 Nov 2017
@profi200
Actually do this right.
profi200 committed on 23 Nov 2017
@profi200
Fixed more possible problems like the TIMER_sleep() one.
profi200 committed on 23 Nov 2017
@profi200
Use a struct to prevent using the wrong reg again.
profi200 committed on 23 Nov 2017