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
AgeCommit message (Expand)Author
2016-08-19atmel samd: Basic framework.Karl Palsson
2016-08-19lm3s: Support basic UART + RCCDaniele Lacamera
2016-08-17stm32f4: dsi: trivial style cleanupKarl Palsson
2016-08-16stm32f4: dma2d: Add include files for DMA2DChuck McManis
2016-08-16stm32f4: Add QUADSPI IncludesChuck McManis
2016-08-16stm32f4: dsi: DSI Peripheral include fileChuck McManis
2016-08-16stm32l0: Add timer supportEric Kerman
2016-08-16stm32f0: timers: input capture support rising/falling edgesKarl Palsson
2016-08-15stm32f4: rcc: support PLL_SAI and PLL_I2SChuck McManis
2016-08-15stm32f4: rcc: Add missing defines for f4x9 seriesChuck McManis
2016-08-15stm32l1: rcc: drop magic numbers in favour of definesKarl Palsson
2016-08-15stm32: rcc_wait_for_sysclk_status should actually waitKarl Palsson
2016-04-12stm32/desig: fix/cleanup desig_get_unique_id and to string functionalityUrja Rannikko
2016-04-02stm32: usart-v2: Extended USART functions (data/pin inversion, half duplex)Cem Basoglu
2016-03-30Revert "NOUP: stm32f3: rcc: provide async osc checks"Karl Palsson
2016-03-30NOUP: FIXME: flag next workKarl Palsson
2016-03-30NOUP: stm32f3: rcc: provide async osc checksKarl Palsson
2016-03-30stm32l4: add common timer code.Karl Palsson
2016-03-30stm32l4: flash: support basic core operationsbenjaminlevine
2016-03-30stm32l4: rcc: MSI range handlingKarl Palsson
2016-03-30stm32l4: rcc: Add core functionsKarl Palsson
2016-03-30stm32l4: rcc: missing pllp definitionsKarl Palsson
2016-03-30stm32l4: rcc: correct register nameKarl Palsson
2016-03-30stm32l4: pwr: basic core functionalitybenjaminlevine
2016-03-30stm32l4: pwr: include register definitions.benjaminlevine
2016-03-30stm32l4: Add header base for doxygenKarl Palsson
2016-03-30stm32l4: gpio: fix doxygen markersKarl Palsson
2016-03-30stm32l4: gpio: Correct ASCR name to match ref manualKarl Palsson
2016-03-30stm32: adc-v2: pull up voltage regulator control.Karl Palsson
2016-03-30stm32: adc-v2: pull up regular sequence setting.Karl Palsson
2016-03-30stm32l4: adc: Initial support for the adc-v2 periphKarl Palsson
2016-03-30stm32: adc-v2: pull up start_regularKarl Palsson
2016-03-30stm32: adc-v2: pull up function prototypesKarl Palsson
2016-03-30stm32: adc-v2: pull up overrun and EOC flag methodsKarl Palsson
2016-03-30stm32: adc-v2: Pull up more common basic functionalityKarl Palsson
2016-03-30stm32: adc-v2: pull up more common functionalityKarl Palsson
2016-03-30stm32l0: land adc-v2 peripheral supportKarl Palsson
2016-03-30stm32: adc-v2: Pull up the two forms of the adc-v2Karl Palsson
2016-03-30stm32: adc-v2: pull up common register definitionsKarl Palsson
2016-03-30stm32: adc-v2: pull up temp/vref switchesKarl Palsson
2016-03-30stm32: adc-v2: pull up single/continuous modesKarl Palsson
2016-03-30stm32f0/f3: adc: extract beginnings of common v2 periphKarl Palsson
2016-03-30stm32f3: adc: migrate CFGR -> CFGR1Karl Palsson
2016-03-30stm32f3: adc: common registers are per master/slaveKarl Palsson
2016-03-30stm32f3: adc: support voltage regulator on/offKarl Palsson
2016-03-30stm32f3: adc: rationalize Sampling Time definitions.Karl Palsson
2016-03-30stm32: standardize names for temp sensor calibrationsKarl Palsson
2016-03-30stm32: adc: standardize special channel namesKarl Palsson
2016-03-30stm32: adc: standardize adc_power_off naming. [BREAKING]Karl Palsson
2016-03-29stm32: timer: fix trigger selection namestsaitgaist