Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
pic:picgcc [2008/12/22 21:50] per |
pic:picgcc [2009/03/14 18:17] (Version actuelle) per |
||
---|---|---|---|
Ligne 16: | Ligne 16: | ||
..:: Pic Gcc Library ::.. http://pic-gcc-library.sourceforge.net/data/ | ..:: Pic Gcc Library ::.. http://pic-gcc-library.sourceforge.net/data/ | ||
Pagina de la biblioteca para el uso del compilador de C pic PIC-GCC | Pagina de la biblioteca para el uso del compilador de C pic PIC-GCC | ||
+ | Descargar http://sourceforge.net/project/showfiles.php?group_id=229267 | ||
Pour obtenir les sources, n'oublie pas d'installer le paquet CVS | Pour obtenir les sources, n'oublie pas d'installer le paquet CVS | ||
Ligne 22: | Ligne 23: | ||
cvs -z3 -d:pserver:anonymous@pic-gcc-library.cvs.sourceforge.net:/cvsroot/pic-gcc-library co -P pic-gcc-library | cvs -z3 -d:pserver:anonymous@pic-gcc-library.cvs.sourceforge.net:/cvsroot/pic-gcc-library co -P pic-gcc-library | ||
- | Pour ceux que cela intéresse, j'ai mis tous les fichiers de pic-gcc-library du cvs de fin juillet 2008 dans | + | Pour ceux que cela intéresse, j'ai mis tous les fichiers de pic-gcc-library du cvs de fin décembre 2008 dans |
http://per.launay.free.fr/picgcc/pic-gcc-library | http://per.launay.free.fr/picgcc/pic-gcc-library | ||
+ | |||
+ | ==== Téléchargement des Bibliothèques PIC GCC ==== | ||
+ | Depuis janvier 2009, vous pouvez télécharger http://sourceforge.net/project/showfiles.php?group_id=229267 | ||
+ | les bibliothèques de PIC GCC, la documentation les schémas, et un IDE pour gérer vos projets | ||
+ | **Un excellent travail de Fernando Pujaico Rivera** | ||
===== PIC LINUX ===== | ===== PIC LINUX ===== | ||
Ligne 29: | Ligne 35: | ||
Un site de discussions sur les PIC programmer sous linux en espagnol : http://pic-linux.foroactivo.net/ | Un site de discussions sur les PIC programmer sous linux en espagnol : http://pic-linux.foroactivo.net/ | ||
Si programas PICs desde Linux tus experiencias y aportes son importantes. | Si programas PICs desde Linux tus experiencias y aportes son importantes. | ||
+ | |||
+ | [[http://pic-linux.foroactivo.net/pic-gcc-f22/como-empezar-a-utilizar-pic-gcc-t81.htm#17 |Como empezar a utilizar PIC-GCC]] | ||
+ | Esta es una primera versión del instalador para Ubuntu 8.10: [[http://www.box.net/shared/2i8gtejzh5 |Instalador de PIC-GCC]] | ||
===== Utilisation des bibliothèques ===== | ===== Utilisation des bibliothèques ===== | ||
Ligne 70: | Ligne 79: | ||
source dans http://per.launay.free.fr/picgcc/pic-gcc-library/doc/fuente | source dans http://per.launay.free.fr/picgcc/pic-gcc-library/doc/fuente | ||
- | Une traduction en français à relire http://per.launay.free.fr/picgcc/projet/tutoriel/ | + | Une traduction en français à relire sur traduc.org |
- | Le fichier [[http://per.launay.free.fr/picgcc/projet/tutoriel/tutorial.pdf |tutorial.pdf]] original en espagnol | + | http://traduc.org/PIC-GCC |
- | la dernière version en français [[http://per.launay.free.fr/picgcc/projet/tutoriel/tutorial.pdf |tut0.pdf]] | + | avec les sources en espagnol et les traductions françaises faites avec latex. |
- | Une première version en français [[http://per.launay.free.fr/picgcc/projet/tutoriel/tut.pdf |tut.pdf]] | + | |
- | ainsi que les sources en latex. | + | |
==== DocBooK et LaTeX ==== | ==== DocBooK et LaTeX ==== | ||
Ligne 90: | Ligne 97: | ||
http://ww3.ac-poitiers.fr/math/tex/convert/tex4ht.htm | http://ww3.ac-poitiers.fr/math/tex/convert/tex4ht.htm | ||
+ | |||
+ | WIKIRENDER http://wikirenderer.berlios.de/index.php | ||
+ | |||
+ | PARSEWIKI http://freshmeat.net/projects/parsewiki/ | ||
==== Doxygen ==== | ==== Doxygen ==== | ||
Ligne 101: | Ligne 112: | ||
[[ http://per.launay.free.fr/picgcc/projet/libi2c/documentation/html/files.html |Ma première Doc avec Doxygen sur la bibliothèque I2C]] | [[ http://per.launay.free.fr/picgcc/projet/libi2c/documentation/html/files.html |Ma première Doc avec Doxygen sur la bibliothèque I2C]] | ||
+ | |||
+ | ==== RST reStructuredText ==== | ||
+ | http://docutils.sourceforge.net/rst.html | ||
+ | http://docutils.sourceforge.net/docs/user/rst/quickref.html | ||
+ | |||
+ | En français | ||
+ | http://docutils.sourceforge.net/sandbox/wilk/french/quickstart-fr.html | ||
+ | http://www.unixgarden.com/index.php/bureautique/grokking-docutils-et-restructuredtext | ||
+ | http://www.aful.org/wikis/membres/ReStructuredText | ||
+ | |||
+ | JELIX | ||
+ | http://ljouanneau.com/blog/post/2008/05/16/785-avancees-sur-la-documentation-de-jelix | ||
+ | TRAC | ||
+ | http://trac.edgewall.org/wiki/TracWiki | ||
+ |