Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hardware: Cosmetics. | Marti Bolivar | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | hardware: Prefix pins in pin maps with "D". | Marti Bolivar | 2011-09-08 | 1 | -19/+19 |
| | | | | EXTI line and USART pin maps are missing "D" prefix. Add these. | ||||
* | maple + RET6: Tweak battery charger docs. | Marti Bolivar | 2011-09-06 | 1 | -2/+1 |
| | |||||
* | hardware: Fix up board pages. | Marti Bolivar | 2011-09-06 | 1 | -14/+20 |
| | | | | | | | | | | | | | | Make the following changes to each of the board files under source/hardware/: - Link to ST docs from MCU name in Technical Specifications. - Tweak RM0008 description. - Beautify technical specifications. - Note that pin maps aren't exhaustive. It's becoming clear that we should eventually use some kind of templating language to get these pages done, but it's still overkill for now. | ||||
* | hardware/maple-ret6: Clarifications. | Marti Bolivar | 2011-06-21 | 1 | -5/+7 |
| | |||||
* | Docs: Add GPIO port pin maps. | Marti Bolivar | 2011-06-10 | 1 | -0/+28 |
| | |||||
* | Docs: Making boards pages point to "5V tolerant" definition. | Marti Bolivar | 2011-05-27 | 1 | -2/+3 |
| | |||||
* | Docs: fix and standardize Maple and RET6 hardware pages. | Marti Bolivar | 2011-05-26 | 1 | -128/+179 |
| | | | | | | | | | | 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. | ||||
* | Docs: maple-ret6.rst touchups. | Marti Bolivar | 2011-05-26 | 1 | -2/+4 |
| | |||||
* | RET6 Edition docs typo. | Marti Bolivar | 2011-05-23 | 1 | -1/+1 |
| | |||||
* | 0.0.10 docs RC | Marti Bolivar | 2011-05-23 | 1 | -63/+83 |
| | |||||
* | Docs: correcting "Github" -> "GitHub". | Marti Bolivar | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Docs: board-specific values for Maple and Maple RET6 Edition. | Marti Bolivar | 2011-05-13 | 1 | -9/+51 |
| | |||||
* | Docs: Removing note about cutting the Maple's NJTRST<->NRST trace. | Marti Bolivar | 2011-05-13 | 1 | -4/+4 |
| | | | | Worried about the possibility of an attractive nuisance. | ||||
* | Docs: Adding "standby" to low-power marketing. | Marti Bolivar | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Docs: Fixing power supply marketing mistake. | Marti Bolivar | 2011-05-13 | 1 | -4/+12 |
| | |||||
* | More technical specs fixes. | Marti Bolivar | 2011-05-12 | 1 | -7/+21 |
| | |||||
* | Fixing Maple and Maple RET6 Edition technical specifications. | Marti Bolivar | 2011-05-12 | 1 | -3/+3 |
| | | | | | Takes into account the extra GPIOs afforded by disableDebugPorts() and the extra PWM channels on the RET6. | ||||
* | 0.0.10 Documentation checkpoint. | Marti Bolivar | 2011-04-26 | 1 | -0/+276 |
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 |