Added missing scripts and configuration for ChibiOS/EX

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10290 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
roccomarco 2017-07-02 10:29:20 +00:00
parent 82580b3660
commit e12b2cc894
5 changed files with 2511 additions and 0 deletions

2490
doc/ex/Doxyfile_chm Normal file

File diff suppressed because it is too large Load Diff

8
doc/ex/index.html Normal file
View File

@ -0,0 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Refresh" content="0; URL=html/index.html">
</head>
<body>
</body>
</html>

5
doc/ex/makechm.bat Normal file
View File

@ -0,0 +1,5 @@
del html\*.* /Q
doxygen Doxyfile_chm
del html\*.md5
del html\*.map
pause

6
doc/ex/makehtml.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
rm html/*
doxygen Doxyfile_html
rm html/*.md5
rm html/*.map

2
doc/ex/rsync_web.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
rsync -avP -e ssh --delete --exclude=.* ./html/ gdisirio,chibios@web.sourceforge.net:/home/groups/c/ch/chibios/htdocs/docs3/ex