From 1dc7d758f96dd2b9bd7b03f01ca032d68b696cf0 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Nov 2014 10:14:39 +0000 Subject: fish --- libopencm3/doc/stm32f4/Doxyfile | 38 +++++ libopencm3/doc/stm32f4/Doxyfile_latex | 37 ++++ libopencm3/doc/stm32f4/DoxygenLayout_stm32f4.xml | 206 +++++++++++++++++++++++ libopencm3/doc/stm32f4/header_stm32f4.tex | 61 +++++++ libopencm3/doc/stm32f4/index.html | 8 + 5 files changed, 350 insertions(+) create mode 100644 libopencm3/doc/stm32f4/Doxyfile create mode 100644 libopencm3/doc/stm32f4/Doxyfile_latex create mode 100644 libopencm3/doc/stm32f4/DoxygenLayout_stm32f4.xml create mode 100644 libopencm3/doc/stm32f4/header_stm32f4.tex create mode 100644 libopencm3/doc/stm32f4/index.html (limited to 'libopencm3/doc/stm32f4') diff --git a/libopencm3/doc/stm32f4/Doxyfile b/libopencm3/doc/stm32f4/Doxyfile new file mode 100644 index 0000000..11bcb38 --- /dev/null +++ b/libopencm3/doc/stm32f4/Doxyfile @@ -0,0 +1,38 @@ +# HTML Documentation for STM32F4 code level + +# 14 September 2012 +# (C) Ken Sarkies + +#--------------------------------------------------------------------------- +# Common Include File +#--------------------------------------------------------------------------- + +@INCLUDE = ../Doxyfile_common + +#--------------------------------------------------------------------------- +# Local settings +#--------------------------------------------------------------------------- + +WARN_LOGFILE = doxygen_stm32f4.log + +INPUT = ../../include/libopencm3/license.dox \ + ../../include/libopencm3/stm32/f4 \ + ../../include/libopencm3/stm32/common + +INPUT += ../../lib/stm32/f4 \ + ../../lib/stm32/common + +EXCLUDE = + +EXCLUDE_PATTERNS = *_common_f*3.h *_common_f*3.c \ + *_common_*f013.h *_common_*f013.c \ + *_common_*f01.h *_common_*f01.c \ \ + *_common_*f03.h *_common_*f03.c + +LAYOUT_FILE = DoxygenLayout_stm32f4.xml + +GENERATE_TAGFILE = stm32f4.tag + +ENABLE_PREPROCESSING = YES + + diff --git a/libopencm3/doc/stm32f4/Doxyfile_latex b/libopencm3/doc/stm32f4/Doxyfile_latex new file mode 100644 index 0000000..e93248c --- /dev/null +++ b/libopencm3/doc/stm32f4/Doxyfile_latex @@ -0,0 +1,37 @@ +# LaTeX Documentation for STM32F4 code level + +# 14 September 2012 +# (C) Ken Sarkies + +#--------------------------------------------------------------------------- +# Common Include File +#--------------------------------------------------------------------------- + +@INCLUDE = ../Doxyfile_common + +#--------------------------------------------------------------------------- +# Local settings +#--------------------------------------------------------------------------- + +WARN_LOGFILE = doxygen_stm32f4_latex.log + +INPUT = ../../include/libopencm3/docmain.dox \ + ../../include/libopencm3/license.dox \ + ../../include/libopencm3/stm32/f4 \ + ../../include/libopencm3/stm32/common + +INPUT += ../../lib/stm32/f4 \ + ../../lib/stm32/common + +EXCLUDE = ../../include/libopencm3/stm32/f4/doc-stm32f4.h + +EXCLUDE_PATTERNS = + +LAYOUT_FILE = DoxygenLayout_stm32f4.xml + +GENERATE_HTML = NO + +GENERATE_LATEX = YES + +LATEX_HEADER = header_stm32f4.tex + diff --git a/libopencm3/doc/stm32f4/DoxygenLayout_stm32f4.xml b/libopencm3/doc/stm32f4/DoxygenLayout_stm32f4.xml new file mode 100644 index 0000000..58f014f --- /dev/null +++ b/libopencm3/doc/stm32f4/DoxygenLayout_stm32f4.xml @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/libopencm3/doc/stm32f4/header_stm32f4.tex b/libopencm3/doc/stm32f4/header_stm32f4.tex new file mode 100644 index 0000000..97cc35f --- /dev/null +++ b/libopencm3/doc/stm32f4/header_stm32f4.tex @@ -0,0 +1,61 @@ +\documentclass{book} +\usepackage[a4paper,top=2.5cm,bottom=2.5cm,left=2.5cm,right=2.5cm]{geometry} +\usepackage{makeidx} +\usepackage{natbib} +\usepackage{graphicx} +\usepackage{multicol} +\usepackage{float} +\usepackage{listings} +\usepackage{color} +\usepackage{ifthen} +\usepackage[table]{xcolor} +\usepackage{textcomp} +\usepackage{alltt} +\usepackage{ifpdf} +\ifpdf +\usepackage[pdftex, + pagebackref=true, + colorlinks=true, + linkcolor=blue, + unicode + ]{hyperref} +\else +\usepackage[ps2pdf, + pagebackref=true, + colorlinks=true, + linkcolor=blue, + unicode + ]{hyperref} +\usepackage{pspicture} +\fi +\usepackage[utf8]{inputenc} +\usepackage{mathptmx} +\usepackage[scaled=.90]{helvet} +\usepackage{courier} +\usepackage{sectsty} +\usepackage{amssymb} +\usepackage[titles]{tocloft} +\usepackage{doxygen} +\lstset{language=C++,inputencoding=utf8,basicstyle=\footnotesize,breaklines=true,breakatwhitespace=true,tabsize=4,numbers=left } +\makeindex +\setcounter{tocdepth}{3} +\renewcommand{\footrulewidth}{0.4pt} +\renewcommand{\familydefault}{\sfdefault} +\hfuzz=15pt +\setlength{\emergencystretch}{15pt} +\hbadness=750 +\tolerance=750 +\begin{document} +\hypersetup{pageanchor=false,citecolor=blue} +\begin{titlepage} +\vspace*{7cm} +\begin{center} +{\Huge libopencm3: API Reference\\ STM STM32F4 ARM Cortex M4 Series}\\ +\vspace*{1cm} +{\large Generated by Doxygen 1.8.2}\\ +\vspace*{0.5cm} +{\small Thu Sep 13 2012 23:26:45}\\ +\end{center} +\end{titlepage} +\pagenumbering{arabic} +\hypersetup{pageanchor=true,citecolor=blue} diff --git a/libopencm3/doc/stm32f4/index.html b/libopencm3/doc/stm32f4/index.html new file mode 100644 index 0000000..7715877 --- /dev/null +++ b/libopencm3/doc/stm32f4/index.html @@ -0,0 +1,8 @@ + + + + + + Documentation index

+ + -- cgit v1.2.3