aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f1
AgeCommit message (Expand)Author
2013-03-19Add support for static constructors and destructorsinit-fini-2Nicolas 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-02-26Added more warning CFLAGS to all makefiles.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-18Merge pull request #84 "Pr flash reg rename"Piotr Esden-Tempski
2013-01-23[flash] f1: use "proper" bit definition naming.Karl Palsson
2013-01-22[l1] PWR: fix style for common codeKarl Palsson
2013-01-09Merging pull request #72 DocPiotr Esden-Tempski
2013-01-08CRC moved to common areaKen Sarkies
2013-01-08I2C to common areaKen Sarkies
2013-01-08IWDG moved to common areaKen Sarkies
2013-01-08Move usart files to common areaKen Sarkies
2013-01-08Move DAC to common areaKen Sarkies
2013-01-08STM32: Moved SPI code into the common area.Ken Sarkies
2013-01-08Move STM32F1 DMA files to respective common directoriesKen Sarkies
2013-01-06Merging pull request #63 Improvements to STM32F1 I2C, CAN, RCC, and USB (f107)Piotr Esden-Tempski
2012-11-13Merge branch 'master' of git://github.com/libopencm3/libopencm3 into upstream...Jeff Ciesielski
2012-11-13Proposed deduplication of peripherals, GPIO exampleKen Sarkies
2012-11-12[doc] Cosmetic.Piotr Esden-Tempski
2012-11-12Documentation updatesKen Sarkies
2012-11-07Vectors and Memory Map for STM32L1 seriesKarl Palsson
2012-11-06Add a desig_get_unique_id_as_stringAndrey Smirnov
2012-11-01stm32/f1/can: Add clearing of can timing bits on initJeff Ciesielski
2012-10-31stm32/f1/can: clean up can_available_mailbox ->fewer 'if' statementsJeff Ciesielski
2012-10-31Merge pull request #57 F2/F4 timer merging actionPiotr Esden-Tempski
2012-10-31Merge pull request #53 CAN fixesPiotr Esden-Tempski
2012-10-31STM32F1 Addition to DMA to add interrupt flag read and clear.Ken Sarkies
2012-10-31Merge pull request #22 fixing usb and f4 alignment issuesPiotr Esden-Tempski
2012-10-30Move timer.c to be common to all stm32 seriesThomas Daede
2012-10-28Add CAN support for F2 and F4 series.Thomas Daede
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/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/dma: add clear_flag helper functionJeff Ciesielski
2012-10-19stm32/f1/can: Add loopback/silent vars to init function.Jeff Ciesielski
2012-10-19build common .o files everywhere (fixes issue #29)chrysn
2012-10-18unify scb (system control block)chrysn
2012-10-18drop two-line vector.c dispatchers in favor of central dispatchchrysn
2012-10-17Merge branch 'master' into generalizationschrysn
2012-10-16stm32f1:Ken Sarkies
2012-10-05Doc changes to go with previous commitKen Sarkies