<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/psn00bsdk/examples/lowlevel, branch fix-include</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/psn00bsdk/atom?h=fix-include</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/psn00bsdk/atom?h=fix-include'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/'/>
<updated>2025-07-05T00:34:11+00:00</updated>
<entry>
<title>Replace .include with #include</title>
<updated>2025-07-05T00:34:11+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-07-05T00:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=beb76e4dd362374b8f42cd971d394bba1074cd8d'/>
<id>urn:sha1:beb76e4dd362374b8f42cd971d394bba1074cd8d</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Update CMake scripts to use generator expressions</title>
<updated>2022-10-11T09:17:28+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2022-10-11T09:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=1a468c901a7b473a556c6a572c03c68186f03f89'/>
<id>urn:sha1:1a468c901a7b473a556c6a572c03c68186f03f89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor CMake scripts, add separate debug/release builds</title>
<updated>2022-10-09T18:26:25+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2022-10-09T18:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=1b1e9b85a51444751dddc0e94a09d19bd4f0885e'/>
<id>urn:sha1:1b1e9b85a51444751dddc0e94a09d19bd4f0885e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor fixes, add C++ placement new, n00bdemo 573 support</title>
<updated>2022-03-12T13:28:11+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>88942473+spicyjpeg@users.noreply.github.com</email>
</author>
<published>2022-03-12T13:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=8c68b4b8a5bf7757b8e4d6bc2f68f10584b0deb1'/>
<id>urn:sha1:8c68b4b8a5bf7757b8e4d6bc2f68f10584b0deb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove PSN00BSDK_LIBS leftovers, improve CI artifact upload</title>
<updated>2021-12-23T22:20:12+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>88942473+spicyjpeg@users.noreply.github.com</email>
</author>
<published>2021-12-23T22:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=d60b046bf362fcc9332f463823e8d02147d516de'/>
<id>urn:sha1:d60b046bf362fcc9332f463823e8d02147d516de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleaned up pads example, added CMake script for cartrom</title>
<updated>2021-11-10T23:37:10+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>88942473+spicyjpeg@users.noreply.github.com</email>
</author>
<published>2021-11-10T23:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=8b6a76055ca426c494e16042e21f5e19b870b2ac'/>
<id>urn:sha1:8b6a76055ca426c494e16042e21f5e19b870b2ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lots of makefile corrections, improved build and toolchain instructions, added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example</title>
<updated>2021-02-18T05:31:17+00:00</updated>
<author>
<name>John Wilbert M. Villamor</name>
<email>lameguy64@gmail.com</email>
</author>
<published>2021-02-18T05:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=63419d9cc07c56234d0f61a80f32105b192aec8e'/>
<id>urn:sha1:63419d9cc07c56234d0f61a80f32105b192aec8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refined toolchain instructions, organized examples, added automatic retry for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.</title>
<updated>2020-04-24T11:01:28+00:00</updated>
<author>
<name>John Wilbert M. Villamor</name>
<email>lameguy64@gmail.com</email>
</author>
<published>2020-04-24T11:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=1aa0e17df7c325a41de8cf8a57f52ed853f08bf3'/>
<id>urn:sha1:1aa0e17df7c325a41de8cf8a57f52ed853f08bf3</id>
<content type='text'>
</content>
</entry>
</feed>
