aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * index: Tweak introductory paragraph.Marti Bolivar2011-09-201-6/+5
| | | | | | | | | | | | Add a link to the FAQ; hopefully this will help cut down on support requests covered by these. Change the language to be a bit less Maple-centric. Other minor changes.
| * faq: Fix question on dynamic memory.Marti Bolivar2011-09-201-5/+19
| | | | | | | | | | As of libmaple v0.0.12, dynamic memory is officially supported. Fix the FAQ on malloc() etc. not working to reflect this.
| * Add copy-to-ide.Marti Bolivar2011-09-131-0/+9
| | | | | | | | Until the violence stops.
| * fsmc: Half-ass job to get the docs done.Marti Bolivar2011-09-131-8/+27
| |
| * 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.
| * gpio: Add ref to Native Beta master pin map.Marti Bolivar2011-09-092-2/+2
| |
| * index: Add fsmc.rst.Marti Bolivar2011-09-091-0/+1
| |
| * 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
| |
| * bootloader: Remove Maple-specific values.Marti Bolivar2011-09-091-6/+4
| |
| * 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
| |
| * Minor README correction.Marti Bolivar2011-09-081-1/+1
| |
| * Update README.Marti Bolivar2011-09-081-1/+196
| | | | | | | | | | | | Add information on how the documentation is maintained, with specific notes on the important use cases (adding a new board, versioned docs build and their maintenance).
| * maple-ret6: Cosmetics.Marti Bolivar2011-09-081-3/+3
| |
| * hardwarespi: Note about disable JTAG+SW when using SPI3.Marti Bolivar2011-09-081-3/+4
| |
| * maple-quickstart: Add Native note about charge selection jumper.Marti Bolivar2011-09-081-6/+5
| |
| * Add links to Native Beta pin maps from peripheral pages.Marti Bolivar2011-09-084-10/+4
| |
| * conf.py: Add RELEASE milestone.Marti Bolivar2011-09-081-1/+1
| |
| * detachinterrupt.rst: Comment typo.Marti Bolivar2011-09-081-1/+1
| |
| * index: Adjust TODO milestone.Marti Bolivar2011-09-081-1/+1
| |
| * maple-ide-install: Move an "0.0.12" milestone to "RELEASE".Marti Bolivar2011-09-081-1/+1
| | | | | | | | | | | | | | We have to do this every time we cut a release branch. The non-numeric milestone RELEASE will now start to be used for any FIXME or TODO that needs doing when the release branch gets cut for a versioned documentation build.
| * [libmaple] dma.rst: Cull a finished TODO.Marti Bolivar2011-09-081-2/+0
| | | | | | | | This was figured out a while ago.
| * Add better refs to some systick.h functions.Marti Bolivar2011-09-082-8/+4
| |
| * 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.
| * gpio.rst: Add ref target for afio_remap().Marti Bolivar2011-09-081-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 Bolivar2011-09-081-0/+1
| |
| * stm32.rst: Update with prefixed defines.Marti Bolivar2011-09-081-0/+9
| |
| * [WIP] Add hardware/maple-native-beta.rst.Marti Bolivar2011-09-082-1/+561
| |
| * [WIP] Add fsmc.rst.Marti Bolivar2011-09-081-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 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.
| * coding-standard: Updates and clarifications.Marti Bolivar2011-09-061-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 Bolivar2011-08-301-3/+0
| | | | | | | | This was fixed in libmaple commit f99e0310faf34ab37f7fb31ff2592fa6d6c3213d.
| * hardwarespi: Add docs on SPI modes.Marti Bolivar2011-08-291-0/+4
| |
| * arduino-compatibility: Add link to wiki Compatible Shields page.Marti Bolivar2011-08-291-0/+4
| |
| * contributing.rst: Split off "Git Resources" section; add new article.Marti Bolivar2011-08-261-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 Bolivar2011-08-2225-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 Bolivar2011-08-221-0/+2
| |
| * troubleshooting: Add target for throb() item.Marti Bolivar2011-08-221-0/+2
| |
| * README: updates/cosmetics.Marti Bolivar2011-08-221-9/+11
| |
| * index.rst: Mention the wiki.Marti Bolivar2011-08-191-0/+3
| | | | | | | | The wiki doesn't get enough love. This should help.
| * troubleshooting.rst: Add debugging pointers to "throbbing LED" item.Marti Bolivar2011-08-191-1/+15
| |
| * unix-toolchain: Add note about using BOARD env. variable.Marti Bolivar2011-08-181-0/+16
| |
| * usart: Add electrical configuration removed from serial.rst.Marti Bolivar2011-08-161-2/+11
| |
| * serial: Add tutorial style content, fix method signatures.Marti Bolivar2011-08-161-42/+122
| |
| * bootloader: Tweak.Marti Bolivar2011-08-161-1/+2
| |
| * Typo.Marti Bolivar2011-08-111-1/+1
| |