Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | conf.py: Update copyright. | Marti Bolivar | 2011-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | troubleshooting: Generalize across boards. | Marti Bolivar | 2011-06-15 | 1 | -8/+7 | |
| | | ||||||
| * | bootloader: Point to perpetual bootloader troubleshooting item. | Marti Bolivar | 2011-06-15 | 1 | -5/+3 | |
| | | ||||||
| * | bootloader: Add some 0.0.12 FIXME comments. | Marti Bolivar | 2011-06-15 | 1 | -2/+2 | |
| | | ||||||
| * | bootloader: Fix "github" -> "GitHub" | Marti Bolivar | 2011-06-15 | 1 | -3/+3 | |
| | | ||||||
| * | unix-toolchain: Slight reorganization, typos | Marti Bolivar | 2011-06-15 | 1 | -20/+18 | |
| | | ||||||
| * | unix-toolchain: Typo. | Marti Bolivar | 2011-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | faq: Adding "How do I write to a pin at high speed?" | Marti Bolivar | 2011-06-14 | 1 | -0/+62 | |
| | | ||||||
| * | .gitignore Emacs autosave files. | Marti Bolivar | 2011-06-14 | 1 | -0/+1 | |
| | | ||||||
| * | language: Making atoi() question point to FAQ. | Marti Bolivar | 2011-06-14 | 1 | -9/+4 | |
| | | ||||||
| * | Adding an FAQ. | Marti Bolivar | 2011-06-14 | 2 | -0/+34 | |
| | | ||||||
| * | arm-gcc: Expanding notes on replacing pgmspace.h | Marti Bolivar | 2011-06-14 | 1 | -6/+17 | |
| | | | | | | | | Thanks to James Bowman for the extra defines and typedef. | |||||
| * | arduino-compatibility: Grammar fix. | Marti Bolivar | 2011-06-13 | 1 | -1/+1 | |
| | | ||||||
| * | language.rst: Tweaks for C/C++ hackers. | Marti Bolivar | 2011-06-13 | 1 | -1/+3 | |
| | | ||||||
| * | adc.rst: Add link to adc.h page. | Marti Bolivar | 2011-06-13 | 1 | -0/+1 | |
| | | ||||||
| * | Update x893's EEPROM library link. | Marti Bolivar | 2011-06-13 | 1 | -1/+1 | |
| | | | | | | | | Old link was redirecting. | |||||
| * | adc: Add a beginner-friendly introductory section. | Marti Bolivar | 2011-06-11 | 1 | -25/+43 | |
| | | ||||||
| * | ide: Document further, reorganize. | Marti Bolivar | 2011-06-11 | 1 | -44/+72 | |
| | | | | | | | | | | | | Move screenshot down into its own section. Add table of contents. Reorganize toolbar button descriptions as subsections of a new section dedicated to the purpose. Add a stub about getting to the examples. | |||||
| * | Initial version separate leaflabs-docs repository. | Marti Bolivar | 2011-06-11 | 5 | -1678/+62 | |
| | | | | | | | | | | This repository previously lived in the libmaple/ repository, but that didn't make much sense, since it covers Maple IDE as well. | |||||
| * | Docs: Add GPIO port pin maps. | Marti Bolivar | 2011-06-10 | 3 | -0/+83 | |
| | | ||||||
| * | Docs: Update quickstart for Mini. | Marti Bolivar | 2011-06-10 | 1 | -8/+10 | |
| | | ||||||
| * | Docs: Update "my board is bricked!" troubleshooting item. | Marti Bolivar | 2011-06-10 | 1 | -4/+11 | |
| | | ||||||
| * | Docs: move ASSERT() to its own page. | Marti Bolivar | 2011-06-10 | 5 | -55/+51 | |
| | | | | | | | | | | ASSERT() was previously documented in language.rst. Move it to a new lang/api/assert.rst. | |||||
| * | Docs: Generalize throb()-related troubleshooting item. | Marti Bolivar | 2011-06-10 | 1 | -8/+6 | |
| | | | | | | | | | | | | The FAQ entry which explains the throbbing LED behavior is insufficiently general. Rewrite it so users can tell that throbbing generally indicates a failed assertion or some other error. | |||||
| * | Docs: Use "BOARD_LED_PIN" instead of "13". | Marti Bolivar | 2011-06-10 | 8 | -41/+36 | |
| | | | | | | | | | | | | Fix examples where pin 13 was used explicitly instead of BOARD_LED_PIN. Also change an AVR-specific example in docs/lang/cpp/booleanvariables.rst to Maple conventions. | |||||
| * | Docs: add note on adding self to plugdev group. | Marti Bolivar | 2011-06-06 | 1 | -3/+5 | |
| | | | | | | | | Thanks to forum user AndyH for the suggestion. | |||||
| * | Docs: Correct "Github" -> "GitHub" | Marti Bolivar | 2011-06-03 | 3 | -6/+6 | |
| | | ||||||
| * | Docs: Various tweaks and fixups. | Marti Bolivar | 2011-06-03 | 3 | -14/+15 | |
| | | | | | | | | Thanks to forum user AndyH for the corrections. |