aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/libmaple_types.h
Commit message (Collapse)AuthorAgeFilesLines
* Initial SPI Polling implementation.Perry Hung2010-04-241-0/+2
| | | | | | | | | Initial commit of a polling-based SPI driver. The driver is limited to synchronous, blocking sends and a 8-bit data frame format. Tested on SPI1 and SPI2. Other peripherals are temporarily disabled, and the rx function is untested until I find a good peripheral to test everything on.
* Licensing: Relicensed libmaple under the MIT License.Perry Hung2010-03-311-12/+17
| | | | | | Relicensed the bulk of libmaple under the more permissive MIT License, from GPLv3. Files that were largely or entirely derived from the Arduino, STM, or Lanchon retain their original licenses.
* Major hierarchy reorganization; see README.bnewbold2010-03-311-0/+42
copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added