| 2018-05-05 |
General cleanup + possible I2C bugfix.
profi200
committed
on 5 May 2018
|
|---|---|
| 2018-05-02 |
Move more I2C stuff to mcu.c/h.
profi200
committed
on 2 May 2018
|
|
Use I2C IRQs. I2C code cleanup + other changes required after the former.
profi200
committed
on 2 May 2018
|
|
| 2018-04-24 |
Timers: Use integer math on ARM9 and faster fp math on ARM11.
profi200
committed
on 24 Apr 2018
|
|
Merge branch 'master' of github.com:derrekr/fastboot3DS
profi200
committed
on 24 Apr 2018
|
|
| 2018-04-13 |
Fix setting splash from .spla file.
d0k3
committed
on 13 Apr 2018
|
| 2018-03-14 |
Typo fixes/consistency.
profi200
committed
on 14 Mar 2018
|
| 2018-03-09 |
[ARM9] Cache code optimizations.
profi200
committed
on 9 Mar 2018
|
|
[ARM11] Cache code optimizations.
profi200
committed
on 9 Mar 2018
|
|
| 2018-03-08 |
Updated NDMA documentation.
profi200
committed
on 8 Mar 2018
|
| 2018-03-06 |
Don't enable the FCRAM extension if already done. Fixes fastboot chainloading itself.
profi200
committed
on 6 Mar 2018
|
| 2018-03-02 |
HASH engine support for ARM11.
profi200
committed
on 2 Mar 2018
|
|
Fixed ARM9 panic/exception/assert not displaying anything on screen.
profi200
committed
on 2 Mar 2018
|
|
| 2018-02-28 |
Renamed members of _uX types.
profi200
committed
on 28 Feb 2018
|
|
Optimized AES code and fixed a bug which prevented very large FIRMs from beeing properly decrypted from NAND.
profi200
committed
on 28 Feb 2018
|
|
| 2018-02-26 |
Use configDevModeEnabled() function.
d0k3
committed
on 26 Feb 2018
|
|
Add FCRAM boot setting in boot setup.
d0k3
committed
on 26 Feb 2018
|
|
|
Added typedefs for >64 bit types to types.h.
profi200
committed
on 26 Feb 2018
|
|
|
Use sizeof() instead of hardcoding the increment of data in SHA_update().
profi200
committed
on 26 Feb 2018
|
|
|
Added function to read internal SHA engine state. Optimized SHA_update().
profi200
committed
on 26 Feb 2018
|
|
| 2018-02-25 |
console: use safe integer casts to avoid compiler warning
derrek
committed
on 25 Feb 2018
|
|
config: add support for "RAM_FIRM_BOOT
derrek
committed
on 25 Feb 2018
|
|
| 2018-02-23 |
Actually make the previous commit work.
profi200
committed
on 23 Feb 2018
|
|
Enable N3DS FCRAM extension if available.
profi200
committed
on 23 Feb 2018
|
|
|
Properly clear custom splashscreen leftovers.
d0k3
committed
on 23 Feb 2018
|
|
|
|
|
| 2018-02-22 |
Don't hardcode header location in firm_size().
profi200
committed
on 22 Feb 2018
|
|
Merge branch 'master' of github.com:derrekr/fastboot3DS
profi200
committed
on 22 Feb 2018
|
|
|
[UNTESTED] Added FCRAM FIRM support to loadVerifyFirm(). Adjusted MPU settings so we can acces the FIRM in FCRAM.
profi200
committed
on 22 Feb 2018
|
|
| 2018-02-13 |
Proper error messages for NAND communication failure.
d0k3
committed
on 13 Feb 2018
|