aboutsummaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix digitalRead() example bug.Marti Bolivar2011-09-231-1/+1
| | | | | | Thanks to forum user jumpnowdev. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* Added VREF errata.jess b2011-09-171-0/+3
|
* bootloader: Add FIXME for missing Native bootloader link.Marti Bolivar2011-09-211-0/+2
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* language.rst: Improvements for C and C++ programmers.Marti Bolivar2011-09-211-17/+10
| | | | | | | | | | Improve the "Looking for Something Else" escape hatches, so people who aren't looking for Wiring can get where they're going more easily. Fix and improve the Note for C/C++ hackers. Remove the note about dynamic memory; that works now. Other tweaks. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* maple-quickstart: Updates and improvements.Marti Bolivar2011-09-211-38/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | Tighten the timeline for updating the images. These are really showing their age. Replace all occurrences of "FLASH" in the running text with "Flash". Replace some usages of "Maple" with "board", to make it clear that the quickstart applies to all Maple line boards. However, don't replace all of these. Reinforcing the "Maple" name distinguishes this quickstart from future ones, e.g. Oak's. Regarding the LED: fix some of the language around the bootloader blinks, and point straight to the throb() troubleshooting item (instead of just the troubleshooting page). Move this paragraph to after the first program upload; I expect that's when users will be most curious about the blinking. (Hopefully, these changes will cut down on support requests about throbbing). Point at our Twitter account instead of asking for a leaflabs hashtag, since we actually maintain the Twitter account now. Other miscellaneous fixups and tweaks. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* faq: Tweak atoi() entry.Marti Bolivar2011-09-211-3/+3
| | | | | | Remove redundancy in HTML output. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* faq: Improve atoi() FAQ.Marti Bolivar2011-09-211-6/+4
| | | | | | | Add reference to strtol() to show we're hip to the times. Add link to arm-gcc section on libc for further reading. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* arm-gcc: Improve section :ref: names.Marti Bolivar2011-09-211-1/+5
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* coding-standard: Generify plea for editor configuration help.Marti Bolivar2011-09-211-1/+1
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* arm-gcc: Add note about incomplete syscall support.Marti Bolivar2011-09-211-0/+4
| | | | | | | Add note referencing syscalls.c. This gives people a place to start looking if our newlib stubs don't do what they want. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* contributing.rst: Mention git commit -s.Marti Bolivar2011-09-201-0/+4
| | | | | | | I guess we'll start doing this too, for consistency with what we ask of our users. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* contributing.rst: Add link to GitPhraseBook.Marti Bolivar2011-09-201-0/+4
|
* libmaple.rst: Add links to Wirish APIs.Marti Bolivar2011-09-201-1/+3
| | | | | This is necessary now that we point to this page from the libmaple GitHub repo.
* faq: Added another link on fast I/O.Marti Bolivar2011-09-201-1/+3
|
* 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.
* 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-091-2/+1
|
* 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
|
* 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.