aboutsummaryrefslogtreecommitdiff
path: root/examples/lowlevel
Commit message (Collapse)AuthorAgeFilesLines
* Replace .include with #includefix-includeXavier Del Campo Romero2025-07-052-1/+1
| | | | | | | | | For some reason, both mipsel-unknown-elf-gcc 8.2.0 and mipsel-non-elf 15.1.0 were unable to resolve .include assembler directives. As a workaround, it is still possible to use the preprocessor, and therefore the usual #include preprocessor directive. However, this requires the assembly files to use the uppercase .S file extension.
* Update CMake scripts to use generator expressionsspicyjpeg2022-10-111-3/+7
|
* Refactor CMake scripts, add separate debug/release buildsspicyjpeg2022-10-091-1/+1
|
* Minor fixes, add C++ placement new, n00bdemo 573 supportspicyjpeg2022-03-121-1/+1
|
* Remove PSN00BSDK_LIBS leftovers, improve CI artifact uploadspicyjpeg2021-12-231-4/+0
|
* Cleaned up pads example, added CMake script for cartromspicyjpeg2021-11-112-14/+36
|
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-181-0/+3
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Refined toolchain instructions, organized examples, added automatic retry ↵John Wilbert M. Villamor2020-04-247-0/+689
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.