Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding RCC_SPI3 for high density devices. | Marti Bolivar | 2011-04-29 | 1 | -0/+1 |
| | |||||
* | Adding rcc_dev_clk(), an accessor for a peripheral's clock line. | Marti Bolivar | 2011-04-25 | 1 | -8/+15 |
| | |||||
* | Adding i2c2 and i2c fast mode | Anton Eltchaninov | 2011-04-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Anton Eltchaninov <anton.eltchaninov@gmail.com> | ||||
* | RCC refactor. | Marti Bolivar | 2011-03-21 | 1 | -53/+75 |
| | | | | | | Older refactor commit e4807a5010f59ab863ad2c96dc14caf65bf1ae60 used bit-banding in rcc_clk_init() to set RCC_CR_HSEON, which doesn't work for some reason. Not going to try to figure out why. | ||||
* | Fix merge error and compile error. | Perry Hung | 2011-03-11 | 1 | -1/+1 |
| | |||||
* | i2c merge | Perry Hung | 2011-02-28 | 1 | -0/+2 |
|\ | |||||
| * | checkpoint | Perry Hung | 2011-02-26 | 1 | -0/+2 |
| | | |||||
* | | Refactor backup (BKP) and power (PWR) routines. | Marti Bolivar | 2011-02-27 | 1 | -9/+11 |
| | | |||||
* | | libmaple: Refactor ADC routines | Perry Hung | 2011-02-27 | 1 | -0/+1 |
|/ | | | | | | ADC routines rewritten, support for ADC2, 3, added. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | ||||
* | Basic DAC functionality (high-density devices only). | Marti Bolivar | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | undoing USART[45] -> UART[45] mistake | Marti Bolivar | 2011-02-15 | 1 | -2/+2 |
| | |||||
* | Added DMA1 and DMA2 to the RCC | Michael Hope | 2010-10-20 | 1 | -0/+2 |
| | |||||
* | whitespace cleanups | Marti Bolivar | 2010-09-27 | 1 | -97/+93 |
| | |||||
* | Merge maple-native changes into portable | bnewbold | 2010-08-31 | 1 | -42/+106 |
|\ | | | | | | | This compiles for both maple and maple_native but is untested. | ||||
| * | Further wirish portability progress | bnewbold | 2010-08-31 | 1 | -0/+1 |
| | | | | | | | | Sort of ugly changes. Compiles but untested. | ||||
| * | inital portability work | bnewbold | 2010-08-25 | 1 | -42/+9 |
| | | |||||
| * | Switch spi to use new rcc interface | Perry Hung | 2010-08-04 | 1 | -0/+2 |
| | | |||||
| * | New reset and clock control api | Perry Hung | 2010-08-04 | 1 | -83/+152 |
| | | |||||
| * | Basic flash peripheral management api for board bringup | Perry Hung | 2010-08-04 | 1 | -8/+0 |
| | | |||||
* | | Some refactoring | bnewbold | 2010-08-05 | 1 | -95/+64 |
|/ | |||||
* | rename clock selection register | bnewbold | 2010-07-24 | 1 | -2/+2 |
| | | | | | | | This is just a change of macro name with zero impact on the actual binary. Looking at page 87/1003 of the STM reference manual, bits [0:1] are the SW register which is modifiable by software, while [2:3] are SWS and are set only by hardware. | ||||
* | Licensing: Relicensed libmaple under the MIT License. | Perry Hung | 2010-03-31 | 1 | -0/+24 |
| | | | | | | 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 | 1 | -9/+9 |
| | | | | | Removed inttypes.h from libmaple. Will have another pass through to use the standard libmaple types, but will come in another commit. | ||||
* | Removed STM32 flash code, replaced with barebones hacks for now. | Perry Hung | 2010-03-30 | 1 | -3/+3 |
| | | | | | 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 | 1 | -0/+113 |
Conflicts: Makefile |