Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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()`
- Host: GitHub
- URL: https://github.com/israpps/siocookie
- Owner: israpps
- License: mit
- Created: 2023-01-09T01:46:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T12:59:05.000Z (over 1 year ago)
- Last Synced: 2024-11-08T17:57:02.487Z (2 months ago)
- Topics: ps2, ps2-debug, ps2-ee-sio
- Language: C
- Homepage:
- Size: 75.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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