Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stm32.h: Doxygen tweaks. | Marti Bolivar | 2011-08-30 | 1 | -49/+49 |
| | | | | | | | | For some unfathomable reason, Doxygen happily believes in PCLK2, but but not PCLK1, so Breathe can't find the docs for PCLK1, and all the children are unhappy. As a workaround, move all the Doxgyen crap into __DOXYGEN_PREDEFINED_HACK sections immediately preceding the actual definitions. | ||||
* | stm32.h: Doxygen | Marti Bolivar | 2011-08-22 | 1 | -20/+49 |
| | |||||
* | stm32.h: Doxygen | Marti Bolivar | 2011-08-22 | 1 | -1/+31 |
| | |||||
* | stm32.h: Add license header. | Marti Bolivar | 2011-07-18 | 1 | -0/+26 |
| | |||||
* | stm32.h: Trivial comment tweak. | Marti Bolivar | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Add DELAY_US_MULT, for use in generalizing delay_us(). | Marti Bolivar | 2011-07-18 | 1 | -0/+7 |
| | | | | | | | | The delay_us() implementation multiplies its specified delay target by a fixed constant in order to turn it into a busy-loop. This magic number doesn't work properly when the clock configuration isn't the same as a stock LeafLabs board. Add DELAY_US_MULT to the MCU-specific configuration in stm32.h in order to allow other chips to use delay_us(). | ||||
* | Move STM32 config from libmaple.h into stm32.h. | Marti Bolivar | 2011-07-18 | 1 | -0/+39 |
| | |||||
* | stm32.h: Don't blindly assume PCLK1 and PCLK2 values. | Marti Bolivar | 2011-06-11 | 1 | -0/+4 |
| | | | | | Put the PCLK1 and PCLK2 within #ifndef guards. This assumption is biased towards LeafLabs boards. | ||||
* | Fix merge error and compile error. | Perry Hung | 2011-03-11 | 1 | -0/+10 |
| | |||||
* | checkpoint | Perry Hung | 2011-02-26 | 1 | -0/+12 |