Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libmaple] dma.rst: Cull a finished TODO. | Marti Bolivar | 2011-09-08 | 1 | -2/+0 |
| | | | | This was figured out a while ago. | ||||
* | Add better refs to some systick.h functions. | Marti Bolivar | 2011-09-08 | 2 | -8/+4 |
| | |||||
* | hardware: Cosmetics. | Marti Bolivar | 2011-09-08 | 3 | -6/+6 |
| | |||||
* | hardware: Prefix pins in pin maps with "D". | Marti Bolivar | 2011-09-08 | 3 | -57/+57 |
| | | | | EXTI line and USART pin maps are missing "D" prefix. Add these. | ||||
* | gpio.rst: Add ref target for afio_remap(). | Marti Bolivar | 2011-09-08 | 1 | -0/+2 |
| | | | | | I can't figure out how to get Breathe to properly put things into the C domain. This will have to do for now. | ||||
* | stm32.rst: Add STM32_SRAM_END. | Marti Bolivar | 2011-09-08 | 1 | -0/+1 |
| | |||||
* | stm32.rst: Update with prefixed defines. | Marti Bolivar | 2011-09-08 | 1 | -0/+9 |
| | |||||
* | [WIP] Add hardware/maple-native-beta.rst. | Marti Bolivar | 2011-09-08 | 2 | -1/+561 |
| | |||||
* | [WIP] Add fsmc.rst. | Marti Bolivar | 2011-09-08 | 1 | -0/+14 |
| | | | | | This file explains the general purpose of the FSMC, and gives some information specific to its role in driving SRAM chips. | ||||
* | maple + RET6: Tweak battery charger docs. | Marti Bolivar | 2011-09-06 | 2 | -3/+2 |
| | |||||
* | hardware/maple: Errata tweaks. | Marti Bolivar | 2011-09-06 | 1 | -2/+6 |
| | | | | | - dipropylene glycol methyl ether acetate - barrel jack silk errors were marked over | ||||
* | hardware: Fix up board pages. | Marti Bolivar | 2011-09-06 | 3 | -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. | ||||
* | coding-standard: Updates and clarifications. | Marti Bolivar | 2011-09-06 | 1 | -16/+21 |
| | | | | | | | | | We got rid of the Windows newlines a while ago, so nuke the "exceptions" clause in the Unix newlines requirement. Teach the Doxygen -> Breathe information about the leaflabs-docs repo and the wiki. Also provide more links to further sources of information on what to do. | ||||
* | [libmaple] dma.rst: Remove warning about dma_attach_interrupt(). | Marti Bolivar | 2011-08-30 | 1 | -3/+0 |
| | | | | This was fixed in libmaple commit f99e0310faf34ab37f7fb31ff2592fa6d6c3213d. | ||||
* | hardwarespi: Add docs on SPI modes. | Marti Bolivar | 2011-08-29 | 1 | -0/+4 |
| | |||||
* | arduino-compatibility: Add link to wiki Compatible Shields page. | Marti Bolivar | 2011-08-29 | 1 | -0/+4 |
| | |||||
* | contributing.rst: Split off "Git Resources" section; add new article. | Marti Bolivar | 2011-08-26 | 1 | -2/+13 |
| | | | | | | | | I've been linking people to the "submitting patches via email" section when I really wanted them to look at the Git resources. Seems like good enough reason to split it up. Also, reference a nice article from the Linux Journal. | ||||
* | Better document libmaple proper APIs. | Marti Bolivar | 2011-08-22 | 25 | -102/+2773 |
| | | | | | | | | | | | Instead of using doxygenfile, add finely-grained documentation for each libmaple proper header that we guarantee an API for. These new files are in keeping with the template provided in /tmpl/libmaple-proper-page.rst.tmpl. Breathe still has to be taught how to do doxygenunion to get some of this right, but I'm committing this now in anticipation of that happening. | ||||
* | libmaple.rst: Add "libmaple vs. wirish" target. | Marti Bolivar | 2011-08-22 | 1 | -0/+2 |
| | |||||
* | troubleshooting: Add target for throb() item. | Marti Bolivar | 2011-08-22 | 1 | -0/+2 |
| | |||||
* | README: updates/cosmetics. | Marti Bolivar | 2011-08-22 | 1 | -9/+11 |
| | |||||
* | index.rst: Mention the wiki. | Marti Bolivar | 2011-08-19 | 1 | -0/+3 |
| | | | | The wiki doesn't get enough love. This should help. | ||||
* | troubleshooting.rst: Add debugging pointers to "throbbing LED" item. | Marti Bolivar | 2011-08-19 | 1 | -1/+15 |
| | |||||
* | unix-toolchain: Add note about using BOARD env. variable. | Marti Bolivar | 2011-08-18 | 1 | -0/+16 |
| | |||||
* | usart: Add electrical configuration removed from serial.rst. | Marti Bolivar | 2011-08-16 | 1 | -2/+11 |
| | |||||
* | serial: Add tutorial style content, fix method signatures. | Marti Bolivar | 2011-08-16 | 1 | -42/+122 |
| | |||||
* | bootloader: Tweak. | Marti Bolivar | 2011-08-16 | 1 | -1/+2 |
| | |||||
* | Typo. | Marti Bolivar | 2011-08-11 | 1 | -1/+1 |
| | |||||
* | Typo. | Marti Bolivar | 2011-08-11 | 1 | -1/+1 |
| | |||||
* | Improve external interrupts documentation. | Marti Bolivar | 2011-08-03 | 2 | -28/+40 |
| | | | | | | | Simplify and remove redundancies from external-interrupts.rst. Move a pin configuration detail from that page into the attachInterrupt() API page (attachinterrupt.rst). Fix and explain what's going on in the example sketch in attachinterrupt.rst. | ||||
* | hardware/maple-mini: Fix copy/paste errors. | Marti Bolivar | 2011-08-03 | 1 | -4/+4 |
| | |||||
* | hardwarespi: Fix HardwareSPI::transmit() -> HardwareSPI::transfer() | Marti Bolivar | 2011-07-27 | 1 | -1/+1 |
| | |||||
* | bootloader: Update boards the document applies to. | Marti Bolivar | 2011-07-25 | 1 | -4/+6 |
| | |||||
* | bootloader: Reorganize, bugfix, update "Flashing A Custom Bootloader". | Marti Bolivar | 2011-07-25 | 1 | -24/+43 |
| | | | | | | | | | | | - Clarify that PySerial must be installed separately - Add links to pre-compiled Mini and RET6 Edition bootloaders - Add note that Mini must have BOOT1 tied to GND during upload - Fix instructions for activating built-in serial bootloader - Add disambiguation between serial bootloader and perpetual bootloader mode - Add footnote distinguishing baked-in serial bootloader from LeafLabs' bootloaders | ||||
* | coding-standard: Add link to TextMate bundle for whitespace handling. | Marti Bolivar | 2011-07-10 | 1 | -0/+5 |
| | |||||
* | coding-standard: Kill trailing whitespace. | Marti Bolivar | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | bootloader: Mention lack of serial port after flashing a fresh bootloader. | Marti Bolivar | 2011-07-06 | 1 | -2/+20 |
| | | | | | | | | | After installing a fresh DFU bootloader, the board has no user code on it, so libmaple's init() never gets run, and there's no need to select a serial port to perform the autoreset sequence on. This caused confusion among users who weren't able to find a serial port after installing a new bootloader. Add some documentation to help avoid this confusion. | ||||
* | libmaple/contributing: Add more DCO information. | Marti Bolivar | 2011-07-05 | 1 | -1/+45 |
| | |||||
* | usb: Add link to glossary of terms. | Marti Bolivar | 2011-06-24 | 1 | -0/+1 |
| | |||||
* | bootloader: Fix repo clone shell incantation. | Marti Bolivar | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | arm-gcc: Add table of contents. | Marti Bolivar | 2011-06-21 | 1 | -0/+3 |
| | |||||
* | arm-gcc: Typo. | Marti Bolivar | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | hardware/maple-ret6: Clarifications. | Marti Bolivar | 2011-06-21 | 1 | -5/+7 |
| | |||||
* | hardware/maple-mini: Trivial grammar fix. | Marti Bolivar | 2011-06-20 | 1 | -1/+1 |
| | |||||
* | unix-toolchain: Tweaks. | Marti Bolivar | 2011-06-20 | 1 | -5/+5 |
| | | | | | Use a :ref: to point to the IDE docs. Fix a path name mistake in the OS X toolchain docs. | ||||
* | ide: Improve escape hatches. | Marti Bolivar | 2011-06-20 | 1 | -3/+5 |
| | | | | Better top-of-page pointers for people who are on the wrong page. | ||||
* | troubleshooting: Make sure you've got the right board selected. | Marti Bolivar | 2011-06-15 | 1 | -0/+6 |
| | |||||
* | Add template page for creating libmaple proper API documentation. | Marti Bolivar | 2011-06-15 | 2 | -2/+47 |
| | |||||
* | external-interrupts: Add link to exti.h API page. | Marti Bolivar | 2011-06-15 | 1 | -0/+1 |
| | |||||
* | index: cosmetics. | Marti Bolivar | 2011-06-15 | 1 | -3/+3 |
| |