aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Typo.Marti Bolivar2011-08-111-1/+1
| |
| * Improve external interrupts documentation.Marti Bolivar2011-08-032-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 Bolivar2011-08-031-4/+4
| |
| * hardwarespi: Fix HardwareSPI::transmit() -> HardwareSPI::transfer()Marti Bolivar2011-07-271-1/+1
| |
| * bootloader: Update boards the document applies to.Marti Bolivar2011-07-251-4/+6
| |
| * bootloader: Reorganize, bugfix, update "Flashing A Custom Bootloader".Marti Bolivar2011-07-251-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 Bolivar2011-07-101-0/+5
| |
| * coding-standard: Kill trailing whitespace.Marti Bolivar2011-07-101-1/+1
| |
| * bootloader: Mention lack of serial port after flashing a fresh bootloader.Marti Bolivar2011-07-061-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 Bolivar2011-07-051-1/+45
| |
| * usb: Add link to glossary of terms.Marti Bolivar2011-06-241-0/+1
| |
| * bootloader: Fix repo clone shell incantation.Marti Bolivar2011-06-231-1/+1
| |
| * arm-gcc: Add table of contents.Marti Bolivar2011-06-211-0/+3
| |
| * arm-gcc: Typo.Marti Bolivar2011-06-211-1/+1
| |
| * hardware/maple-ret6: Clarifications.Marti Bolivar2011-06-211-5/+7
| |
| * hardware/maple-mini: Trivial grammar fix.Marti Bolivar2011-06-201-1/+1
| |
| * unix-toolchain: Tweaks.Marti Bolivar2011-06-201-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 Bolivar2011-06-201-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 Bolivar2011-06-151-0/+6
| |
| * Add template page for creating libmaple proper API documentation.Marti Bolivar2011-06-152-2/+47
| |
| * external-interrupts: Add link to exti.h API page.Marti Bolivar2011-06-151-0/+1
| |
| * index: cosmetics.Marti Bolivar2011-06-151-3/+3
| |
| * conf.py: Update copyright.Marti Bolivar2011-06-151-1/+1
| |
| * troubleshooting: Generalize across boards.Marti Bolivar2011-06-151-8/+7
| |
| * bootloader: Point to perpetual bootloader troubleshooting item.Marti Bolivar2011-06-151-5/+3
| |
| * bootloader: Add some 0.0.12 FIXME comments.Marti Bolivar2011-06-151-2/+2
| |
| * bootloader: Fix "github" -> "GitHub"Marti Bolivar2011-06-151-3/+3
| |
| * unix-toolchain: Slight reorganization, typosMarti Bolivar2011-06-151-20/+18
| |
| * unix-toolchain: Typo.Marti Bolivar2011-06-151-1/+1
| |
| * faq: Adding "How do I write to a pin at high speed?"Marti Bolivar2011-06-141-0/+62
| |
| * .gitignore Emacs autosave files.Marti Bolivar2011-06-141-0/+1
| |
| * language: Making atoi() question point to FAQ.Marti Bolivar2011-06-141-9/+4
| |
| * Adding an FAQ.Marti Bolivar2011-06-142-0/+34
| |
| * arm-gcc: Expanding notes on replacing pgmspace.hMarti Bolivar2011-06-141-6/+17
| | | | | | | | Thanks to James Bowman for the extra defines and typedef.
| * arduino-compatibility: Grammar fix.Marti Bolivar2011-06-131-1/+1
| |
| * language.rst: Tweaks for C/C++ hackers.Marti Bolivar2011-06-131-1/+3
| |
| * adc.rst: Add link to adc.h page.Marti Bolivar2011-06-131-0/+1
| |