| 2017-07-03 |
Nitpicking/consistency.
profi200
committed
on 3 Jul 2017
|
|---|---|
| 2017-07-02 |
Fixed race in timer code.
profi200
committed
on 2 Jul 2017
|
|
Properly implement SMP (not for New 3DS). Wakes up core 1 now.
profi200
committed
on 2 Jul 2017
|
|
| 2017-07-01 |
Make MMU code multicore safe. Enabling of SMP mode is not handled correctly yet.
profi200
committed
on 1 Jul 2017
|
| 2017-06-30 |
Cleanup the gfx code a bit.
profi200
committed
on 30 Jun 2017
|
|
Added GX_displayTransfer().
profi200
committed
on 30 Jun 2017
|
|
|
Give VBlank0 its own handler.
profi200
committed
on 30 Jun 2017
|
|
|
Reduce screen tearing. Only double buffering can fix it completely.
profi200
committed
on 30 Jun 2017
|
|
| 2017-06-29 |
Confirmed PSC0/1 interrupts. Make sure nothing uses the I2C bus at GPU init.
profi200
committed
on 29 Jun 2017
|
| 2017-06-28 |
Replaced wait() with TIMER_sleepMs() in gfx code. Tested and works on N3DS.
profi200
committed
on 28 Jun 2017
|
|
Added timer code for ARM11.
profi200
committed
on 28 Jun 2017
|
|
| 2017-06-27 |
Revert useless changes from a0108e2e.
profi200
committed
on 27 Jun 2017
|
|
Clobber the global namespace less.
profi200
committed
on 27 Jun 2017
|
|
|
Fixed pre-emption in the ARM11 IRQ handler.
profi200
committed
on 27 Jun 2017
|
|
|
Corrected parameter name for IRQ_registerHandler().
profi200
committed
on 27 Jun 2017
|
|
|
It's enough to flush the dcache + forgot the reboot function.
profi200
committed
on 27 Jun 2017
|
|
|
Deinit CPU + wait for interrupt on poweroff/reboot.
profi200
committed
on 27 Jun 2017
|
|
|
More consistency.
profi200
committed
on 27 Jun 2017
|
|
| 2017-06-26 |
Do not XOR if the bits are not set.
profi200
committed
on 26 Jun 2017
|
|
Give PXI its own IRQ handler.
profi200
committed
on 26 Jun 2017
|
|
|
Split hid.c/h in ARM9/11 versions. HOME/POWER and the WiFi slider can now be read with HID functions.
profi200
committed
on 26 Jun 2017
|
|
| 2017-06-25 |
Fixed not anding CPU ID in IRQ handler.
profi200
committed
on 25 Jun 2017
|
|
New 3DS NATIVE_FIRM needs more interrupts 'enabled' so we just set the priority to lowest instead of disabled.
profi200
committed
on 25 Jun 2017
|
|
|
Why did i forget this?
profi200
committed
on 25 Jun 2017
|
|
|
Ported over some things from ARM11 for consistency. Fixed bugs.
profi200
committed
on 25 Jun 2017
|
|
| 2017-06-24 |
Fixed a bug in irqHandler + it now passes the interrupt source value to the handler.
profi200
committed
on 24 Jun 2017
|
|
There are 32 private interrupts.
profi200
committed
on 24 Jun 2017
|
|
| 2017-06-23 |
Improved ARM11 interrupt code + changed main() to wait for interrupts.
profi200
committed
on 23 Jun 2017
|
|
Added new GPIO code. Added the MCU HID interrupt.
profi200
committed
on 23 Jun 2017
|
|
|
Added IRQ handler for ARM11 + a lot of improvements for the interrupt code.
profi200
committed
on 23 Jun 2017
|