aboutsummaryrefslogtreecommitdiff
path: root/docs/source/jtag.rst
AgeCommit message (Collapse)Author
2011-06-11Remove reST documentation, attendant updates.Marti Bolivar
The documentation covers topics not specifically relevant to libmaple, so it doesn't make sense for it to be part of the libmaple source distribution. Delete the docs/ tree, and prepare libmaple for use with the new leaflabs-docs repo, which will contain the docs from now on. * README: update to reflect this change * support/doxygen/Doxyfile: This is the old docs/Doxyfile * Makefile: Add a doxygen target * wirish/comm/HardwareSerial.h: fix reference to docs/. The comment informing maintainers that the HardwareSerial interface is documented by hand refers to the docs/ tree, which no longer exists. Update it to refer to the separate leaflabs-docs repository. * support/scripts/copy-to-ide: No longer build the documentation
2011-06-10Docs: move ASSERT() to its own page.Marti Bolivar
ASSERT() was previously documented in language.rst. Move it to a new lang/api/assert.rst.
2011-04-260.0.10 Documentation checkpoint.Marti Bolivar
The vast majority of the Maple-specific values have been pulled out of the higher-level overview pages and replaced with refs into documents under /docs/source/hardware/. Much of the work that's left to be done in this regard is labeled with versioned TODO and FIXME comments. Suggestions from StephenFromNYC and gbulmer were incorporated from this forum thread: http://forums.leaflabs.com/topic.php?id=703
2011-04-25Better debug port support.Marti Bolivar
- gpio.h: afio_mapr_swj_config() renamed afio_cfg_debug_ports() - [new] wirish_debug.h: disableDebugPorts(), enableDebugPorts() - Maple, Maple Native, and Maple RET6 PIN_MAPs are now larger by 5, have mappings for the extra JTAG/SW pins. Documentation was updated appropriately.
2011-02-16docs fixesMarti Bolivar
2010-12-15Finalized 0.0.9 documentation.Marti Bolivar
2010-11-29New documentation content is done. Next step is to theme.Marti Bolivar
2010-10-22docsMarti Bolivar
2010-10-20initial check-in of arduino docs in RST format (converted using wget+pandoc)Marti Bolivar
2010-10-11more sphinx docsMarti Bolivar
2010-10-08current Maple documentation either rewritten or stubbed out in SphinxMarti Bolivar