Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/israpps/siocookie

Small library to use serial port debugging on newer PS2 toolchains using `fopencookie()` instead of `vsnprintf()`
https://github.com/israpps/siocookie

ps2 ps2-debug ps2-ee-sio

Last synced: 21 days ago
JSON representation

Small library to use serial port debugging on newer PS2 toolchains using `fopencookie()` instead of `vsnprintf()`

Awesome Lists containing this project

README

        

# PS2-SIOCookie

A small library for using serial port debugging on newer ps2 toolchains that circunvents the usage of `vsnprintf()`...

pull request are welcome!

## Usage

use [this function](https://github.com/israpps/SIOCookie/blob/main/include/SIOCookie.h#L18)

## Notes

- since `11/01/2023` SIOCookie is now part of [PS2SDK-Ports](https://github.com/ps2dev/ps2sdk-ports), if you compiled/updated your ps2dev enviroment after that date, you can use this library without building it yourself.
- Due to the annoying simbiosis between EE and IOP, this library will only affect printf issued from EE code, IOP printf is not affected