| 2017-12-09 |
hardware.c --> system.c. Call systemInit() before main().
profi200
committed
on 9 Dec 2017
|
|---|---|
|
Make asm code less cluttered. Changed magic to match name.
profi200
committed
on 9 Dec 2017
|
|
| 2017-12-08 |
Removed unused RSA key init code.
profi200
committed
on 8 Dec 2017
|
| 2017-12-06 |
Fixed more IPC buffer corruption.
profi200
committed
on 6 Dec 2017
|
| 2017-12-03 |
Remove hardwareDeinit() on ARM9 since it is not needed anymore.
profi200
committed
on 3 Dec 2017
|
| 2017-12-02 |
Fixed the race properly on ARM11.
profi200
committed
on 2 Dec 2017
|
|
Do not enable interrupts before initializing all of the hardware (race).
profi200
committed
on 2 Dec 2017
|
|
| 2017-11-23 |
Change the timer stuff back since everyone thinks volatile is the better solution.
profi200
committed
on 23 Nov 2017
|
|
Actually do this right way(tm) episode 2.
profi200
committed
on 23 Nov 2017
|
|
|
Actually do this right.
profi200
committed
on 23 Nov 2017
|
|
|
Fixed more possible problems like the TIMER_sleep() one.
profi200
committed
on 23 Nov 2017
|
|
|
Fix the TIMER_sleep() problem the right way(tm).
profi200
committed
on 23 Nov 2017
|
|
| 2017-11-20 |
Fixed undefined behavior in TIMER_sleep() in combination with LTO.
profi200
committed
on 20 Nov 2017
|
|
Turns out ldm/stm can be interrupted.
profi200
committed
on 20 Nov 2017
|
|
|
Actually we don't need strict ABI compliance it seems.
profi200
committed
on 20 Nov 2017
|
|
| 2017-11-15 |
Fixed stack alignment in IRQ handlers.
profi200
committed
on 15 Nov 2017
|
| 2017-10-22 |
Nitpicking/code improvements.
profi200
committed
on 22 Oct 2017
|
| 2017-10-18 |
Ported hid code changes to ARM9.
profi200
committed
on 18 Oct 2017
|
| 2017-10-16 |
Fixed some potential bugs the PVS Studio demo found.
profi200
committed
on 16 Oct 2017
|
| 2017-10-10 |
Use unified pools for data in .s files.
profi200
committed
on 10 Oct 2017
|
| 2017-09-14 |
Consistency.
profi200
committed
on 14 Sep 2017
|
|
Added TIMER_getTicks() function.
profi200
committed
on 14 Sep 2017
|
|
|
Little cleanup.
profi200
committed
on 14 Sep 2017
|
|
| 2017-08-31 |
Use same PXI source for ARM9 and ARM11.
profi200
committed
on 31 Aug 2017
|
| 2017-08-30 |
Handle buffers in IPC code. Pointers and sizes are not verified right now.
profi200
committed
on 30 Aug 2017
|
| 2017-08-29 |
Fixed AES + NDMA bug. Re-added firm.c i accidentally deleted.
profi200
committed
on 29 Aug 2017
|
| 2017-08-27 |
Use define for max params. Check free() pointer.
profi200
committed
on 27 Aug 2017
|
|
Use a define for param masking.
profi200
committed
on 27 Aug 2017
|
|
|
Fixed cmd masking in PXI code.
profi200
committed
on 27 Aug 2017
|
|
|
Make PXI/IPC code safer.
profi200
committed
on 27 Aug 2017
|