| 2018-06-16 |
Added interrupt safe I2C reg write. Fixed poweroff on exceptions.
profi200
committed
on 16 Jun 2018
|
|---|---|
| 2018-06-04 |
Forgot this define.
profi200
committed
on 4 Jun 2018
|
| 2018-06-03 |
Cleanup sdmmc.c/h a bit.
profi200
committed
on 3 Jun 2018
|
| 2018-05-22 |
Disable SD pullup. Set clock back to 16 MHz since the shitty Lexar SDs don't work with 33 MHz.
profi200
committed
on 22 May 2018
|
| 2018-05-19 |
Replace mallocpyString with strdup.
d0k3
committed
on 19 May 2018
|
| 2018-05-16 |
Merge branch 'master' of github.com:derrekr/fastboot3DS
profi200
committed
on 16 May 2018
|
|
Fixed buggy %n handling in fb_sscanf(). Fixes file browser hang.
profi200
committed
on 16 May 2018
|
|
| 2018-05-14 |
Move bootrom dumper to misc menu.
d0k3
committed
on 14 May 2018
|
|
Fix a typo in menu entry descriptions.
d0k3
committed
on 14 May 2018
|
|
| 2018-05-10 |
Fixed bootrom/OTP dumping.
profi200
committed
on 10 May 2018
|
|
Added bootrom dumper implementation to menu.
d0k3
committed
on 10 May 2018
|
|
| 2018-05-08 |
Use higher clocks in MMC driver. Needs careful testing!
profi200
committed
on 8 May 2018
|
|
Added toggleSuperhax() function.
profi200
committed
on 8 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
|
| 2018-03-08 |
Updated NDMA documentation.
profi200
committed
on 8 Mar 2018
|
| 2018-03-05 |
ARM11 hash.h: This happens if you copy & paste shit.
profi200
committed
on 5 Mar 2018
|
|
Minor build system stuff.
profi200
committed
on 5 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 |
Add FCRAM boot setting in boot setup.
d0k3
committed
on 26 Feb 2018
|
|
Fixed typo.
profi200
committed
on 26 Feb 2018
|
|
|
Added typedefs for >64 bit types to types.h.
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 |
Reverted C++ header commit because it looks ugly. We will change this later.
profi200
committed
on 25 Feb 2018
|
|
config: add support for "RAM_FIRM_BOOT
derrek
committed
on 25 Feb 2018
|
|
| 2018-02-23 |
Enable N3DS FCRAM extension if available.
profi200
committed
on 23 Feb 2018
|