Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-17 | Change scePervasive names to match name style | Reiko Asakura | 1 | -8/+8 | |
2021-03-15 | Update names from prototype 0.940 display.skprx | Reiko Asakura | 3 | -10/+10 | |
1. sceKernelGetKPLS is inferred from similar names. 2. sceDsiSetLanesAndPixelSize is also called sceDsiSetDisplayMode in the debug logs, but that is probably a mistake. | |||||
2021-03-08 | Rename include guards | Reiko Asakura | 5 | -15/+15 | |
2021-02-11 | Add package workflow | Reiko Asakura | 5 | -0/+20 | |
2021-02-11 | Fix includes: various | Reiko Asakura | 5 | -10/+0 | |
2020-09-19 | Make errors signed | Reiko Asakura | 4 | -14/+14 | |
2020-04-09 | Corrections to SceIftuPlaneState | Reiko Asakura | 1 | -13/+13 | |
2018-08-17 | Fix broken headers | devnoname120 | 1 | -1/+1 | |
2018-07-27 | Add IFTU header and NID | Sergi Granell | 1 | -0/+94 | |
2018-02-14 | DSI case fixes | Sergi Granell | 2 | -3/+3 | |
2018-02-14 | Add DSI | Sergi Granell | 2 | -0/+40 | |
2017-11-29 | Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits (#255) | Sergi Granell | 3 | -6/+50 | |
* Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits * Fix psp2kern/power.h kernelgroup * Remove stray kscePervasiveUartSetBaudrate from psp2kern/uart.h * Add missing docs * Documentation improvements | |||||
2017-11-13 | Fix psp2kern/types.h include in psp2kern headers | Sergi Granell | 2 | -2/+2 | |
2017-10-05 | Named anonymous enums in psp2kern | Rinnegatamante | 1 | -6/+6 | |
Named anonymous enums in psp2kern | |||||
2017-08-06 | Add more display and I2C NIDs | Sergi Granell | 1 | -0/+1 | |
2017-07-11 | Update I2C | Sergi Granell | 1 | -11/+13 | |
2017-06-15 | Add UART, syscon, I2C nids. Add I2C header. | Sergi Granell | 1 | -0/+39 | |
2017-04-10 | Add GPIO header and more NIDs (#158) | Sergi Granell | 1 | -0/+42 | |
* Add GPIO header and more NIDs * Add ksceSysconCtrlLED NID * Add ksceKernelCpuSuspendIntr and ksceKernelCpuResumeIntr NIDs * Add GPIO to the docs |