| View previous topic :: View next topic |
| Author |
Message |
djhuevo
Joined: 10 Mar 2005 Posts: 47
|
Posted: Wed May 25, 2005 4:32 am Post subject: PSP API documentation proyect |
|
|
Hi,
neofar has setup a system to documentate the PSP API, this system let you see all the documentation available for the PSP relocatable modules.
This system also generate usable prototypes files, stub files, and a XML for future use.
Feel free to add documentation to this proyect, or bruteforce the remaining function names.
this proyect is hosted at our new site http://pspdev.ofcode.com/ _________________ sobreviviendo en la tierra de los trolldev |
|
| Back to top |
|
 |
steddy
Joined: 04 Apr 2005 Posts: 139
|
Posted: Wed May 25, 2005 6:38 am Post subject: |
|
|
Very nice job.
Steddy |
|
| Back to top |
|
 |
rinco
Joined: 21 Jan 2005 Posts: 255 Location: Canberra, Australia
|
Posted: Wed May 25, 2005 10:03 am Post subject: |
|
|
very cool.
would it be possible to integrate output from doxygen? |
|
| Back to top |
|
 |
djhuevo
Joined: 10 Mar 2005 Posts: 47
|
Posted: Wed Jun 15, 2005 5:14 pm Post subject: |
|
|
A lot of modules added (due to the TyRaNiD kernel dump prog :)
If you wanna to colaborate with names for NID or have list of names, please contact with neofar or me to update the info or create an account.
http://pspdev.ofcode.com/api.php
| rinco wrote: | | would it be possible to integrate output from doxygen? |
sure, tell me what are you thinking ;) _________________ sobreviviendo en la tierra de los trolldev |
|
| Back to top |
|
 |
Lex
Joined: 11 May 2005 Posts: 27 Location: Germany
|
Posted: Wed Jun 15, 2005 5:16 pm Post subject: |
|
|
djhuevo, can you check the stuff I submitted since yesterday evening,
because now it's all lost, I'm missing about 400 function names.
For example: sceAudio_driver |
|
| Back to top |
|
 |
djhuevo
Joined: 10 Mar 2005 Posts: 47
|
Posted: Wed Jun 15, 2005 5:31 pm Post subject: |
|
|
I was done a massive update.
but I sent you a email.
lots of ids have changed but all is ok now. _________________ sobreviviendo en la tierra de los trolldev |
|
| Back to top |
|
 |
Lex
Joined: 11 May 2005 Posts: 27 Location: Germany
|
Posted: Wed Jun 15, 2005 5:44 pm Post subject: |
|
|
Hmmm, there's still a lot missing, trying to resubmit as much as I can.
Don't you have a post logfile since yesterday evening ? |
|
| Back to top |
|
 |
PspPet
Joined: 30 Mar 2005 Posts: 210
|
Posted: Thu Jun 16, 2005 12:45 am Post subject: |
|
|
djhuevo wrote:
> A lot of modules added (due to the TyRaNiD kernel dump prog :)
Good. I guess people are interested in Kernel level things too.
Suggestion: How about organizing the modules into three sections: For User (firmware), For Kernel (firmware includes driver) and UMD libraries (which you can't rely on, and has legal issues too)
BTW: looking at the module flags, the following firmware modules appear to be "ForUser" | Code: |
InterruptManager IoFileMgrForUser LoadExecForUser ModuleMgrForUser StdioForUser
SysMemUserForUser ThreadManForUser UtilsForUser
sceAudio sceCtrl sceDisplay sceDmac sceGe_user sceHprm sceImpose sceOpenPSID
scePower sceReg sceRtc sceSircs sceSuspendForUser sceUmdUser sceUsb
sceUtility sceUtility_netparam_internal sceUtility_private
sceVaudio sceWlanDrv sceWlanDrv_lib
|
=========
> If you wanna to colaborate with names for NID or have list of names, please contact with neofar or me to update the info or create an account.
FWIW: I have been posting the interesting ones to the tail end of the "Library function list" sticky thread. Looks like they are getting added to the batch process. |
|
| Back to top |
|
 |
|