cp210x-program.doap 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Project
  3. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4. xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  5. xmlns="http://usefulinc.com/ns/doap#"
  6. xmlns:foaf="http://xmlns.com/foaf/0.1/"
  7. >
  8. <name>CP210x Programmer</name>
  9. <shortname>cp210x-program</shortname>
  10. <homepage rdf:resource="http://cp210x-program.sourceforge.net/" />
  11. <created>2007-04-02</created>
  12. <shortdesc xml:lang="en">
  13. Provides access to the EEPROM in an Silabs CP210x
  14. </shortdesc>
  15. <bug-database rdf:resource="http://sourceforge.net/tracker/?group_id=193093" />
  16. <download-page rdf:resource="http://sourceforge.net/project/showfiles.php?group_id=193093" />
  17. <description xml:lang="en">
  18. The goal of this library is to provide access to the EEPROM of an Silabs CP210x
  19. under Linux.
  20. The CP210x is an USB-to-serial chip used in a lot of USB devices (similar to
  21. FTDIs and PL2303). The CP210x has a EEPROM on the chip which can be programmed
  22. via USB. Silabs provides already a library and gui programm to program this
  23. EEPROM, but only for windows.
  24. For more information see:
  25. * http://www.silabs.com/tgwWebApp/public/web_content/products/Microcontrollers/Interface/en/interface.htm
  26. * http://www.silabs.com/public/documents/tpub_doc/anote/Microcontrollers/Interface/en/an144.pdf
  27. Requires:
  28. * libusb: http://libusb.sourceforge.net/
  29. * ctypes: http://starship.python.net/crew/theller/ctypes/
  30. </description>
  31. <!-- <mailing-list rdf:resource="http://" /> -->
  32. <maintainer>
  33. <foaf:Person>
  34. <foaf:name>Johannes Hölzl</foaf:name>
  35. <foaf:homepage rdf:resource="http://hoelzl-bros.de/~johannes/" />
  36. </foaf:Person>
  37. </maintainer>
  38. <repository>
  39. <SVNRepository>
  40. <location rdf:resource="http://cp210x-program.svn.sourceforge.net/" />
  41. </SVNRepository>
  42. </repository>
  43. <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
  44. <programming-language>
  45. Python
  46. </programming-language>
  47. <os>
  48. Linux
  49. </os>
  50. <os>
  51. FreeBSD
  52. </os>
  53. <os>
  54. Mac OS X
  55. </os>
  56. <!-- <bug-database rdf:resource="http://bugzilla.gnome.org/" /> -->
  57. <release>
  58. <Version>
  59. <name>stable</name>
  60. <created>2014-06-28</created>
  61. <revision>1.0</revision>
  62. </Version>
  63. </release>
  64. </Project>