aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32
AgeCommit message (Expand)Author
2012-10-31Add back timer_set_option for STM32F4, and document.Thomas Daede
2012-10-31Update comments and copy author from F4 version.Thomas Daede
2012-10-30Move timer.c to be common to all stm32 seriesThomas Daede
2012-10-30STM32F4: New adc moduleKen Sarkies
2012-10-29Merge branch 'generalizations'chrysn
2012-10-28Release the correct fifo in can_receive()Thomas Daede
2012-10-28Add CAN support for F2 and F4 series.Thomas Daede
2012-10-22stm32/i2c: Add DOXYGEN strings for i2c helper functions.Jeff Ciesielski
2012-10-22Missing EXTI ports and flag numbers for F4Karl Palsson
2012-10-22stm32/f1: Add user_reset_hook to reset_handler w/ jump_to_dfu presetJeff Ciesielski
2012-10-22stm32/f1/can: Add function to detect if can system has an available mailboxJeff Ciesielski
2012-10-19stm32/f1/i2c: remove unnecessary parenthesisJeff Ciesielski
2012-10-19stm32/f1/can: Replace mistaken logical operators with bitwise operators.Jeff Ciesielski
2012-10-19stm32/f1/gpio: use |= instead of = when setting up registersJeff Ciesielski
2012-10-19stm32/f1/rtc: add PLL2/3 to switch statement to avoid compiler warningJeff Ciesielski
2012-10-19stm32/f1/rcc: add 25mhz in to 72mhz out clock tree setup function.Jeff Ciesielski
2012-10-19stm32/f1/vector: add ability to boot to DFU bootloaderJeff Ciesielski
2012-10-19stm32/f1/i2c: add a whole bevy of additional helper functionsJeff Ciesielski
2012-10-19stm32/f1/dma: add clear_flag helper functionJeff Ciesielski
2012-10-19stm32/f1/can: Add loopback/silent vars to init function.Jeff Ciesielski
2012-10-19remove nvic.o from stm32/f[24]'s explicit listchrysn
2012-10-19build common .o files everywhere (fixes issue #29)chrysn
2012-10-18unified systick handlingchrysn
2012-10-18unify scb (system control block)chrysn
2012-10-18fix bug resulting from equally named fileschrysn
2012-10-18drop two-line vector.c dispatchers in favor of central dispatchchrysn
2012-10-18unified nvic.cchrysn
2012-10-17Merge branch 'master' into generalizationschrysn
2012-10-16Initial documentation for SPI, I2C and CRCKen Sarkies
2012-10-16Additional stm32/usart.c functions to enable/disable Rx/TxKen Sarkies
2012-10-16Initial documentation for stm32/usart.c, usart.hKen Sarkies
2012-10-16stm32f1:Ken Sarkies
2012-10-05Merging pull request #37 Adds hard-float support to stm32f4, with a nice mand...Piotr Esden-Tempski
2012-10-05Doc changes to go with previous commitKen Sarkies
2012-10-05Code changes to stm32f1 adc.c and adc.hKen Sarkies
2012-10-05unified vector table initializationchrysn
2012-10-02Add assert macros to aid in debugging.Tomaz Solc
2012-09-27Enable floating-point coprocessor on reset.Daniel Serpell
2012-09-27Compile stm32-f4 library with floating point support.Daniel Serpell
2012-09-13stm32 F2/F4 gpio_set_af() fixJason Kotzin
2012-09-13USB core updated for reentrance based on Christian Cier-Zniewski's branchJason Kotzin
2012-09-10Merging pull request #26 "Linker script cleanup/improvements"Piotr Esden-Tempski
2012-09-03Support exceptions on all targetsNicolas Schodet
2012-09-03Use a specific symbol for data source address in flashNicolas Schodet
2012-09-03Clean up and make linker scripts more uniformNicolas Schodet
2012-08-31STM32F1xx Additional minor changes to adc.h and adc.cKen Sarkies
2012-08-31ADC documentation addedKen Sarkies
2012-08-25Merging pull request #23 Changed markup to get more control over documentation.Piotr Esden-Tempski
2012-08-25Merging #18 pull request. Adding nvic documentation.Piotr Esden-Tempski
2012-08-20STM32F1xx: Changed markup to get more control over documentation, eachKen Sarkies