aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-19Add support for static constructors and destructorsinit-fini-2Nicolas Schodet
2013-03-19Synchronise linker scripts which are supposed to be identicalNicolas Schodet
2013-03-09This mainly moves the STM32 timers' code to the common area.Ken Sarkies
2013-03-07Add test in common headers for improper inclusion of such files in application.Ken Sarkies
2013-03-07Repair to documentation (most documented files)Ken Sarkies
2013-03-01EXTI: Added function to get flag statusAustin Palmer
2013-03-01[stm32] Added *DECLS in stm32/common/gpio_common_all.h and stm32/l1/rcc.hlappi
2013-02-27Fixing some errors introduced with #107.Michael Aherne
2013-02-26Adding some useful functions for wakeup timer interruptsMichael Aherne
2013-02-26Adding f4-specific rtc functionsMichael Aherne
2013-02-26Formatting and commentingMichael Aherne
2013-02-26Minor fixes to RTC definitionsMichael Aherne
2013-02-26[stm32] [lib] Fixed declaration of spi_clean_disable to match implementation.Piotr Esden-Tempski
2013-02-26Implement SPI clean disable from TODO commentZachary Crockett
2013-02-26[examples] [maple] Fixed all warnings in the new leaf maple examples.Piotr Esden-Tempski
2013-02-26Add a few example programs for the Leaf Maple / IteadMaple boards.Weston Schmidt
2013-02-26SPIEX: Fixed warnings in the new SPI examples.Piotr Esden-Tempski
2013-02-26[examples] added simple spi and dma based spi examples for stm32 f1 on Lisa/M...Stephen Dwyer
2013-02-26Fixed all warnings for examples.Piotr Esden-Tempski
2013-02-26Fix all remaining lib warnings.Piotr Esden-Tempski
2013-02-26Fixed all warnings in stm32l1 lib.Piotr Esden-Tempski
2013-02-26Fix all warnings for stm32f4 lib.Piotr Esden-Tempski
2013-02-26Fix all warnings for stm32f2 lib.Piotr Esden-Tempski
2013-02-26Fix all warnings for stm32f1 lib.Piotr Esden-Tempski
2013-02-26Added more warning CFLAGS to all makefiles.Piotr Esden-Tempski
2013-02-26Remove duplicate declarationMichael Aherne
2013-02-26COMMON: Fix a tiny macro typo!Piotr Esden-Tempski
2013-02-26FLASH: Make sure that the flash unlock register state is cleared before tryin...Piotr Esden-Tempski
2013-02-26Fixed gpio_primary_remap; swjdisable is pre-shifted and therefore needs to be...Vegard Storheil Eriksen
2013-02-25ADC: Fix CR usage in adc_enable_discontinuous_mode_regular. Fixes #101Piotr Esden-Tempski
2013-02-25Merge pull request #100 from alex-n-/masterKarl Palsson
2013-02-25fix stm32f2 sdio base adressalexn
2013-02-25fix stm32f4 sdio base adressalexn
2013-02-25CAN support STM32F4alexn
2013-02-24[cm3] add missing declaration for systick_get_reloadFelix Ruess
2013-02-19Merge remote-tracking branch 'github/deprecationmacro'Piotr Esden-Tempski
2013-02-19[cm3] fix doxygen for systick_get_value, add systick_get_reloadFelix Ruess
2013-02-18Merge pull request #88 "Fix logical operator error in tim_ic_set_input report...Piotr Esden-Tempski
2013-02-18Merge pull request #92 "DMA tidyup"Piotr Esden-Tempski
2013-02-18Adjusted code for l1 to the new api introduced by karlp in pr #84Piotr Esden-Tempski
2013-02-18Merge pull request #85 "Add notes on build prerequisites"Piotr Esden-Tempski
2013-02-18Merge pull request #84 "Pr flash reg rename"Piotr Esden-Tempski
2013-02-18Merge pull request #81 "[examples f1] ADC+DAC very basic example"Piotr Esden-Tempski
2013-02-18Merge pull request #79 "More L1 support (and f2/f4 rtc)"Piotr Esden-Tempski
2013-02-18Merging pull request #78 "Remove assembly forcing stack."Piotr Esden-Tempski
2013-02-18Merging pull request #76 "LM4F clock api"Piotr Esden-Tempski
2013-02-15Fixes #93 copypasta error in RCC_CSR_BORRSTF definition.Piotr Esden-Tempski
2013-02-06[stm32] Use common memorymap include for consistencyKarl Palsson
2013-02-06[stm32-dma] Eliminate redundant write.Karl Palsson
2013-02-01Fix logical operator error in tim_ic_set_input reported by hmjack2008Ken Sarkies