Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear ODR for input pull-down mode. | Perry Hung | 2010-04-22 | 1 | -4/+3 |
| | |||||
* | PinMode pullup bug fix, wiring pin mode bug fix | Perry Hung | 2010-04-22 | 2 | -37/+55 |
| | |||||
* | after change of pin numbering scheme, NR_ANALOG_PINS doesn't make sense any more | bnewbold | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | Aded two timer function to set max reload value and prescaler | Perry Hung | 2010-04-19 | 2 | -0/+46 |
| | |||||
* | Added libmaple gpio_read_bit | Perry Hung | 2010-04-19 | 1 | -0/+4 |
| | |||||
* | Cleanup: trivial rename for exception handlers, removed unnecessary | Perry Hung | 2010-04-01 | 3 | -408/+45 |
| | | | | stm32f10x_conf.h | ||||
* | Licensing: Relicensed libmaple under the MIT License. | Perry Hung | 2010-03-31 | 27 | -230/+524 |
| | | | | | | 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. | ||||
* | Removed inttypes.h | Perry Hung | 2010-03-31 | 17 | -118/+114 |
| | | | | | Removed inttypes.h from libmaple. Will have another pass through to use the standard libmaple types, but will come in another commit. | ||||
* | Removed remaining STM32 types and #defines. | Perry Hung | 2010-03-30 | 3 | -75/+71 |
| | | | | | Updated usb subsystem to use libmaple types, removed STM32 peripheral library from the Makefile | ||||
* | Removed STM32 flash code, replaced with barebones hacks for now. | Perry Hung | 2010-03-30 | 6 | -7/+51 |
| | | | | | At this point, there shouldn't be any STM code being compiled and linked against. There are still a bunch of STM header includes, though. | ||||
* | Merge branch 'master' into rcc-dev | Perry Hung | 2010-03-30 | 7 | -30/+247 |
| | | | | | Conflicts: Makefile | ||||
* | Major hierarchy reorganization; see README. | bnewbold | 2010-03-31 | 25 | -0/+3271 |
copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added |