Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-10-15[stm32l0] Initial support for STM32L0 architecture, Add GPIO peripheralFrantisek Burian
2014-10-15vf6xx: add I/O mux controllerStefan Agner
2014-10-15vf6xx: initial GPIO supportStefan Agner
2014-10-15vf6xx: add UART supportStefan Agner
2014-10-15vf6xx: calculate core clocksStefan Agner
2014-10-15vf6xx: enable floating-point coprocessorStefan Agner
2014-10-15vf6xx: initial memorymap and clock control moduleStefan Agner
2014-10-15vf6xx: set vector table to memoryStefan Agner
2014-10-15vf6xx: initial add of Vybrid VF6xx supportStefan Agner
2014-10-15[f4] Added a 25mhz clockFreek van Tienen
2014-10-08stm32: common: fix missing SPI_I2S_BASE rename regressionKarl Palsson
2014-10-07stm32: gpio_toggle: ensure correct state of non-toggled pins.Michael Spieler
2014-10-07init: call pre_main before C++ constructorsStefan Agner
2014-10-07stm32: i2c: actually keep bit 14 set as per datasheet.Karl Palsson
2014-10-07stm32/spi: Replace all SPIx_I2S_BASE with SPIx_BASEKarl Palsson
2014-08-12Makefile: fix build for directories with spacesPaul Fertser
2014-08-11stm32f3: drop redundant gpio.cKarl Palsson
2014-08-04stm32: timers: fix mixup between TIMx_CCMR1 and TIMx_CCMR2 in timer_set_oc_mo...Norbert Braun
2014-07-15stm32: timers: Fix edge polarity setupKarl Palsson
2014-07-14[l1-flash/eeprom] Add lock/unlock/eeprom helper routinesKarl Palsson
2014-07-14Allow more than one usbd_register_set_config_callbackFranck Jullien
2014-07-03add MSC (Mass Storage Class) supportPavol Rusnak
2014-06-28[stm32] fix dox for rcc_periph_xFelix Ruess
2014-06-26[stm32] fix i2c_resetFelix Ruess
2014-06-11[stm32] implement i2c_reset using rcc_periph_reset_pulseFelix Ruess
2014-05-19stm32/dac: Follow ref-man guidelines on GPIO configKarl Palsson
2014-05-19stm32/flash: Make comments match realityRoger Wolff
2014-04-05sync: use matching #ifdefs in source as in headerKarl Palsson
2014-03-12cm0 doesn't support sync operationsKarl Palsson
2014-03-12stm32l1: lcd: Basic LCD configure functions.Nikolay Merinov
2014-03-12stm32l1: lcd: Define all LCD registersNikolay Merinov
2014-03-12stm32: common: SPI: Fix spi_common_all warningFrantisek Burian
2014-03-11[STM32F0] Add support for timers.Frantisek Burian
2014-03-11add dac support to stm32 f0Rick Kimball
2014-03-11Changes to the header includes for all STM32 peripheralsKen Sarkies
2014-03-01[sam3a] apply SRCLIBDIR patchFelix Held
2014-02-24[stm32f1] Fix bad RCC_ definitions for issue #77Frantisek Burian
2014-02-24[sam3a] add irq table and memory mapFelix Held
2014-02-17stm32: dac: buffer enable bits were inverted.R.E. Wolff
2014-02-12[BUILD] Fix the correct make behavior if compiling inside treeFrantisek Burian
2014-02-07[F0] Add new peripheral Clock Recovery Subsystem as defined in RM0091 Rev. 5Frantisek Burian
2014-02-07[F0] Updated RCC module to be compatible wih RM0091 Rev. 5Frantisek Burian
2014-02-07add memory map and irq table for sam3s and sam3u devicesFelix Held
2014-02-06Fix the stm32f0 evident bugsFrantisek Burian
2014-02-06Use type suffix to avoid warningsStefan Agner
2014-02-06Deduplication of flash code for STM32F0 and F1.Ken Sarkies
2014-02-06[Style] Don't use editor droppings in files, please.Frantisek Burian
2014-02-06Updates for STM32F429 chipcmcmanis
2014-02-05stm32: unify bulk of adc convenience functionsKarl Palsson
2014-02-02[stm32f3] Moving common f0 an f3 functions together. New init_master function.memeruiz