aboutsummaryrefslogtreecommitdiffstats
path: root/source/hardware
Commit message (Collapse)AuthorAgeFilesLines
* Fix MCU name on Maple Mini hardware page.Marti Bolivar2012-02-101-1/+1
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* Add power information to hardware pages.jess b2011-10-054-48/+167
| | | | | | | | | | | | | | | | | | | | Squash from v0.0.12-maintenance: Power information additions. Expanded the section "Powering the Maple", added a new "Power Regulation on the Maple" section. Power info updated for MN and Mini RET6 power info update Fixed broken link. Had wrong link to datasheet for MCP1703. maple-native-beta: 80-column cosmetic fix Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* Added VREF errata.jess b2011-09-171-0/+3
|
* maple-native-beta: Punt a TODO.Marti Bolivar2011-09-131-2/+0
| | | | Those builds aren't going to happen for 0.0.12. Deal with it.
* maple-native-beta: Fix page ref target.Marti Bolivar2011-09-091-1/+1
|
* maple-native-beta: Fix some board-specific values.Marti Bolivar2011-09-091-8/+15
|
* maple-native-beta: Knock out TODO.Marti Bolivar2011-09-091-2/+0
|
* Fixed TODOs in "ADC Pins", "GPIO Info" sectionJessica Barber2011-09-081-14/+17
|
* maple-ret6: Cosmetics.Marti Bolivar2011-09-081-3/+3
|
* hardware: Cosmetics.Marti Bolivar2011-09-083-6/+6
|
* hardware: Prefix pins in pin maps with "D".Marti Bolivar2011-09-083-57/+57
| | | | EXTI line and USART pin maps are missing "D" prefix. Add these.
* [WIP] Add hardware/maple-native-beta.rst.Marti Bolivar2011-09-081-0/+559
|
* maple + RET6: Tweak battery charger docs.Marti Bolivar2011-09-062-3/+2
|
* hardware/maple: Errata tweaks.Marti Bolivar2011-09-061-2/+6
| | | | | - dipropylene glycol methyl ether acetate - barrel jack silk errors were marked over
* hardware: Fix up board pages.Marti Bolivar2011-09-063-38/+56
| | | | | | | | | | | | | | 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-mini: Fix copy/paste errors.Marti Bolivar2011-08-031-4/+4
|
* hardware/maple-ret6: Clarifications.Marti Bolivar2011-06-211-5/+7
|
* hardware/maple-mini: Trivial grammar fix.Marti Bolivar2011-06-201-1/+1
|
* Docs: Add GPIO port pin maps.Marti Bolivar2011-06-103-0/+83
|
* Docs: Making boards pages point to "5V tolerant" definition.Marti Bolivar2011-05-273-6/+9
|
* Docs: Fix implication that Maple Rev 1 didn't have a battery charger.Marti Bolivar2011-05-271-1/+0
| | | | | 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.
* Docs: Include D3 in low-noise analog pins on Mini.Marti Bolivar2011-05-271-11/+6
|
* Docs: Add Maple Mini informationMarti Bolivar2011-05-261-2/+340
| | | | | Flesh out and uncomment maple-mini.rst. Add links to pieces of it in various appropriate places throughout the rest of the documentation.
* Docs: fix and standardize Maple and RET6 hardware pages.Marti Bolivar2011-05-262-266/+372
| | | | | | | | | | 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 Bolivar2011-05-261-2/+4
|
* RET6 Edition docs typo.Marti Bolivar2011-05-231-1/+1
|
* 0.0.10 docs RCMarti Bolivar2011-05-232-103/+133
|
* Docs: Various improvements.Marti Bolivar2011-05-131-40/+47
|
* Docs: correcting "Github" -> "GitHub".Marti Bolivar2011-05-132-2/+2
|
* Docs: board-specific values for Maple and Maple RET6 Edition.Marti Bolivar2011-05-132-15/+88
|
* Docs: Removing note about cutting the Maple's NJTRST<->NRST trace.Marti Bolivar2011-05-132-10/+8
| | | | Worried about the possibility of an attractive nuisance.
* Docs: Adding "standby" to low-power marketing.Marti Bolivar2011-05-132-2/+2
|
* Docs: Fixing power supply marketing mistake.Marti Bolivar2011-05-132-13/+35
|
* More technical specs fixes.Marti Bolivar2011-05-122-12/+48
|
* Fixing Maple and Maple RET6 Edition technical specifications.Marti Bolivar2011-05-122-4/+4
| | | | | Takes into account the extra GPIOs afforded by disableDebugPorts() and the extra PWM channels on the RET6.
* Documentation link fixes.Marti Bolivar2011-05-051-0/+2
| | | | Fixing some Sphinx error messages.
* 0.0.10 Documentation checkpoint.Marti Bolivar2011-04-262-23/+463
| | | | | | | | | | | | | | 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
* Better debug port support.Marti Bolivar2011-04-251-57/+26
| | | | | | | | | | | - 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.
* 0.0.10 documentation checkpoint.Marti Bolivar2011-04-251-17/+183
| | | | | Merging in the standalone refactor docs, etc. The individual libmaple API pages are going to need to get redone.
* docs fixesMarti Bolivar2011-02-161-5/+7
|
* Reorganized docs index for more readability, added information aboutMarti Bolivar2011-02-121-2/+99
| | | | Maple hardware and design files. Other tweaks and improvements.
* [wip] docs fixes; beginning to generalize for multiple devicesMarti Bolivar2011-02-113-0/+19