aboutsummaryrefslogtreecommitdiff
path: root/docs/source/hardware/maple.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: Add GPIO port pin maps.Marti Bolivar
2011-05-27Docs: Making boards pages point to "5V tolerant" definition.Marti Bolivar
2011-05-27Docs: Fix implication that Maple Rev 1 didn't have a battery charger.Marti Bolivar
It did, but there was no jumper to cut power from the charging circuit, resulting in weird blinky behavior that was fixed in Rev 3.
2011-05-26Docs: fix and standardize Maple and RET6 hardware pages.Marti Bolivar
Pick a standard layout for the information and fix mistakes. Looks like some of these errors were copy-pasted in from the old HTML documentation, some crept in due to API changes, and some were just wrong. I've checked all the claims against the datasheets and source code, so we should be in good shape now.
2011-05-230.0.10 docs RCMarti Bolivar
2011-05-13Docs: Various improvements.Marti Bolivar
2011-05-13Docs: correcting "Github" -> "GitHub".Marti Bolivar
2011-05-13Docs: board-specific values for Maple and Maple RET6 Edition.Marti Bolivar
2011-05-13Docs: Removing note about cutting the Maple's NJTRST<->NRST trace.Marti Bolivar
Worried about the possibility of an attractive nuisance.
2011-05-13Docs: Adding "standby" to low-power marketing.Marti Bolivar
2011-05-13Docs: Fixing power supply marketing mistake.Marti Bolivar
2011-05-12More technical specs fixes.Marti Bolivar
2011-05-12Fixing Maple and Maple RET6 Edition technical specifications.Marti Bolivar
Takes into account the extra GPIOs afforded by disableDebugPorts() and the extra PWM channels on the RET6.
2011-05-05Documentation link fixes.Marti Bolivar
Fixing some Sphinx error messages.
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-04-250.0.10 documentation checkpoint.Marti Bolivar
Merging in the standalone refactor docs, etc. The individual libmaple API pages are going to need to get redone.
2011-02-16docs fixesMarti Bolivar
2011-02-12Reorganized docs index for more readability, added information aboutMarti Bolivar
Maple hardware and design files. Other tweaks and improvements.
2011-02-11[wip] docs fixes; beginning to generalize for multiple devicesMarti Bolivar