summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/stm32f4/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/stm32f4: Add header filesChris Nott2014-10-231-0/+6
| | | | | | Added register definition headers for STM32F4 ADC, EXTI, PWR, SYSCFG, TIM, OTGFS and updated FLASH and RCC. Fixed PLL_Q for USB 48MHz operation. Added flash prefetch enable.
* bsp/stm32f4XXXX: System clock configurationTomasz Gregorek2014-10-021-0/+1
| | | | | | | | | | | | | | | | Added simple math to caclulate register values for the PLL and for the prescalers. It will try to keep 48MHz for the USB OTG FS. Also it will set latency on the Flash memory for the high speeds. Limitations: It is assumed that 1MHz resolution is enough. Best fits for the clocks are achieved with multiplies of 42MHz. Even though APB1, APB2 and AHB are calculated user is still required to provide correct values for the bsp configuration for the: STM32F4_PCLK1 STM32F4_PCLK2 STM32F4_HCLK (= system clock) as those are used for the peripheral clocking calculations.
* bsps: Fix build errorSebastian Huber2014-09-181-1/+0
| | | | Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
* score: Add CPU counter supportSebastian Huber2014-02-141-0/+2
| | | | | | | | | Add a CPU counter interface to allow access to a free-running counter. It is useful to measure short time intervals. This can be used for example to enable profiling of critical low-level functions. Add two busy wait functions rtems_counter_delay_ticks() and rtems_counter_delay_nanoseconds() implemented via the CPU counter.
* bsp/stm32f4: Add a simple I2C-driver.Christian Mauderer2013-10-241-0/+6
|
* bsp/stm32f4: Header for f10xxx EXTI.Christian Mauderer2013-10-241-0/+1
|
* bsp/stm32f4: Add STM32F10XXX support.Christian Mauderer2013-09-191-0/+6
|
* bsps/arm: Move implementation to inline functionsSebastian Huber2013-05-031-1/+0
|
* bsp/stm32f4: API changesSebastian Huber2012-04-151-0/+1
|
* bsp/stm32f4: Add IO and RCCSebastian Huber2012-04-121-0/+4
|
* bsp/stm32f4: New BSPSebastian Huber2012-04-071-0/+117