Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hardwarespi: Note about disable JTAG+SW when using SPI3. | Marti Bolivar | 2011-09-08 | 1 | -3/+4 |
| | |||||
* | hardwarespi: Add docs on SPI modes. | Marti Bolivar | 2011-08-29 | 1 | -0/+4 |
| | |||||
* | hardwarespi: Fix HardwareSPI::transmit() -> HardwareSPI::transfer() | Marti Bolivar | 2011-07-27 | 1 | -1/+1 |
| | |||||
* | Docs: Add Maple Mini information | Marti Bolivar | 2011-05-26 | 1 | -1/+1 |
| | | | | | Flesh out and uncomment maple-mini.rst. Add links to pieces of it in various appropriate places throughout the rest of the documentation. | ||||
* | 0.0.10 docs RC | Marti Bolivar | 2011-05-23 | 1 | -1/+1 |
| | |||||
* | SPI refactor. | Marti Bolivar | 2011-04-28 | 1 | -107/+108 |
| | | | | | | | | | | | | | | | | | Still a polling driver, but the libmaple proper interface exposes enough that users enable the various interrupts and define their own IRQ handlers if they feel like it. Wirish HardwareSPI interface was largely redone; it's more like the Arduino implementation now, although there are some differences when I didn't like their API. The old methods are still there, but are deprecated and slated for deletion in 0.1.0. New board-specific values: BOARD_NR_SPI, BOARD_SPIx_NSS_PIN, BOARD_SPIx_MOSI_PIN, BOARD_SPIx_MISO_PIN, and BOARD_SPIx_SCK_PIN, for x from 1 to BOARD_NR_SPI. Documentation was updated appropriately. | ||||
* | docs fixes | Marti Bolivar | 2011-02-16 | 1 | -8/+20 |
| | |||||
* | Finalized 0.0.9 documentation. | Marti Bolivar | 2010-12-15 | 1 | -0/+152 |