Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nzmichaelh-master' into master. | Marti Bolivar | 2011-02-16 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | | | | | This provides DMA, IWDG, PWR, and BKP support, and fixes several bugs. Conflicts: libmaple/adc.h libmaple/libmaple.h libmaple/ring_buffer.h | ||||
| * | undoing USART[45] -> UART[45] mistake | Marti Bolivar | 2011-02-15 | 1 | -1/+2 |
| | | |||||
| * | nzmichaelh's pull request mods compile and upload. | Marti Bolivar | 2010-12-28 | 1 | -0/+4 |
| | | | | | | | | renamed SysTick_Handler back to SysTickHandler since all of our linker magic/lanchon-stm32 depends on that name. added backup register support in order to test independent watchdog support; it seems to work. next major test target is DMA support. | ||||
* | | Made Native prototype B definitions in libmaple.h and boards.h; added | Marti Bolivar | 2011-02-10 | 1 | -2/+2 |
| | | | | | | | | notes/native-pin-definitions.txt (copied from ST datasheet). | ||||
* | | Ported libmaple to the new mini prototype | Marti Bolivar | 2011-01-27 | 1 | -12/+10 |
| | | |||||
* | | maple mini runs blinky now. | Marti Bolivar | 2010-10-22 | 1 | -0/+6 |
| | | | | | | | | still need usb descriptors to improve, and also nothing else is tested. | ||||
* | | weird broken table for maple mini | Marti Bolivar | 2010-10-20 | 1 | -20/+55 |
| | | |||||
* | | somebody broke assertions | Marti Bolivar | 2010-10-07 | 1 | -1/+7 |
|/ | |||||
* | whitespace cleanups | Marti Bolivar | 2010-09-27 | 1 | -2/+2 |
| | |||||
* | bugfix MAPLE_RELOAD_VAL, whitespace fixes | Marti Bolivar | 2010-09-13 | 1 | -7/+3 |
| | |||||
* | debug verbosity levels | bnewbold | 2010-09-05 | 1 | -1/+5 |
| | |||||
* | added 'unused' attribs and reset default target | bnewbold | 2010-09-02 | 1 | -3/+4 |
| | |||||
* | Various fixes, working with Maple | bnewbold | 2010-09-01 | 1 | -0/+103 |
|\ | |||||
| * | Portability fixes | bnewbold | 2010-08-31 | 1 | -20/+13 |
| | | | | | | | | Still not working but fixed a lot of merge errors | ||||
| * | Merge maple-native changes into portable | bnewbold | 2010-08-31 | 1 | -0/+110 |
|/| | | | | | | | This compiles for both maple and maple_native but is untested. | ||||
| * | Further wirish portability progress | bnewbold | 2010-08-31 | 1 | -3/+46 |
| | | | | | | | | Sort of ugly changes. Compiles but untested. | ||||
| * | Partial progress on wirish portability | bnewbold | 2010-08-31 | 1 | -3/+6 |
| | | | | | | | | | | This version throws "defined but unused" warnings which could probably be squashed with #pragma | ||||
| * | MCU-specific, not BOARD-specific | bnewbold | 2010-08-31 | 1 | -9/+49 |
| | | |||||
| * | inital portability work | bnewbold | 2010-08-25 | 1 | -0/+18 |
|/ | |||||
* | Licensing: Relicensed libmaple under the MIT License. | Perry Hung | 2010-03-31 | 1 | -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. | bnewbold | 2010-03-31 | 1 | -0/+33 |
copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added |