You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
BuFran 81982916e2 [Doxygen] Add complete documentation page to STM32F0 11 years ago
..
cm3 [Doxygen] Add complete documentation page to STM32F0 11 years ago
efm32g [Doxygen] Add complete documentation page to STM32F0 11 years ago
efm32gg [Doxygen] Add complete documentation page to STM32F0 11 years ago
efm32lg [Doxygen] Add complete documentation page to STM32F0 11 years ago
efm32tg [Doxygen] Add complete documentation page to STM32F0 11 years ago
lm3s [Doxygen] Add complete documentation page to STM32F0 11 years ago
lm4f [Doxygen] Add complete documentation page to STM32F0 11 years ago
lpc13xx [Doxygen] Add complete documentation page to STM32F0 11 years ago
lpc17xx [Doxygen] Add complete documentation page to STM32F0 11 years ago
lpc43xx [Doxygen] Add complete documentation page to STM32F0 11 years ago
stm32f0 [Doxygen] Add complete documentation page to STM32F0 11 years ago
stm32f1 [Doxygen] Add complete documentation page to STM32F0 11 years ago
stm32f2 [Doxygen] Add complete documentation page to STM32F0 11 years ago
stm32f4 [Doxygen] Add complete documentation page to STM32F0 11 years ago
stm32l1 [Doxygen] Add complete documentation page to STM32F0 11 years ago
usb Place generic USB header and source files into the documentation tree. 12 years ago
Doxyfile doc: Include LM4F files when creating documentation 12 years ago
Doxyfile_common Strip the BEGIN_DECLS definition from the first function in a module documentation. 12 years ago
DoxygenLayout.xml [Doxygen] Add complete documentation page to STM32F0 11 years ago
HACKING Changes to doxygen markup to solve a few problems that upset 12 years ago
Makefile [Doxygen] Add complete documentation page to STM32F0 11 years ago
README Documentation updates 12 years ago

README

libopencm3 Documentation
14 September 2012 (C) K Sarkies
-------------------------------

To generate all documentation run 'make doc' in the doc directory, or
for html documentation only run 'make html' (much faster). This runs doxygen
for each of the processor families then integrates the whole.

Alternatively run 'make doc' in the top directory to make html documentation.
LaTeX and pdf documentation is currently very large in size.

This requires doxygen v 1.8.2 or later.

HTML, LaTeX, and pdf output can be produced.

Generation of HTML
------------------

To view HTML, point a browser to libopencm3/doc/html/index.html.

Generation of PDF
-----------------

The pdf is generated via LaTeX. The pdf files are placed in the
doc directory. Each file contains all documentation for the core and common
features. The resulting files are huge.