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
2013-01-10acknowledge mergedebianchrysn
2013-01-10Merge branch 'master' into debianchrysn
2013-01-10efm32gg990f1024: added linker scriptchrysn
2013-01-10platform-independent makefile: fix old "stm32" referencechrysn
2013-01-09Merging pull request #72 DocPiotr Esden-Tempski
2013-01-09Removed dummy character string from examples due to api change in: 7a5da60Piotr Esden-Tempski
2013-01-08Minor cleanup to use dispatch memorymap.hKen Sarkies
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-08STM32 DMA: replaced F4 header to match that for F2, and move header and sourc...Ken Sarkies
2013-01-07Marked some dummy variables in examples as unused, so that the newer GCC stop...Piotr Esden-Tempski
2013-01-07Fixed compilation of all the examples after merging pull requests...Piotr Esden-Tempski
2013-01-07Merging pull request #74 LM4F initial supportPiotr Esden-Tempski
2013-01-07Merge pull request #73 RNGPiotr Esden-Tempski
2013-01-07Merging pull request #69 Add __attribute__ ((naked)) to reset_handler()Piotr Esden-Tempski
2013-01-07Merging pull request #67 L1 support: flash, power basics, timersPiotr Esden-Tempski
2013-01-07Merging pull request #64 Various changesPiotr Esden-Tempski
2013-01-07Merging pull request #63 Improvements to STM32F1 I2C, CAN, RCC, and USB (f107)Piotr Esden-Tempski
2013-01-02doc: Include LM4F files when creating documentationAlexandru Gagniuc
2013-01-02lm4f: Update stellaris example to new LM4F registersAlexandru Gagniuc
2013-01-02lm4f: Add system control register definitionsAlexandru Gagniuc
2012-12-31lm4f: Compile in the interrupt vector tableAlexandru Gagniuc
2012-12-31lm4f: Compile with FPU supportAlexandru Gagniuc
2012-12-31lm4f: Fix problems with example Makefile.includeAlexandru Gagniuc
2012-12-31lm4f: Remove erroneous references to lm3sAlexandru Gagniuc
2012-12-31lm4f: Add exammple for Stellaris Launchpad boardAlexandru Gagniuc
2012-12-31lm4f: Add lm4f support files copied from lm3sAlexandru Gagniuc
2012-12-16Fix trivial typo INTERRPUT -> INTERRUPT.Roger Light
2012-12-13STM32: Move RNG to common area and add support for the F2.Roger Light
2012-12-13Update STM32 RNGEN register bit name to more closely match documentation.Roger Light
2012-12-09Merge branch 'master' into debianchrysn
2012-11-28Add __attribute__ ((naked)) to reset_handler()Norbert Braun
2012-11-15stm32/f4/adc: DMA can always be used with ADC2Ben Gamari
2012-11-15stm32/f4/memorymap.h: Fix ADC offsetsBen Gamari
2012-11-14[l1] Add common timer code support.Karl Palsson
2012-11-14[l1] Add rcc clock setup helper routinesKarl Palsson
2012-11-14[l1] Add PWR register definitionsKarl Palsson
2012-11-14[l1] Add missing TIM5 bit from newer ref manualKarl Palsson
2012-11-14[l1] Add Flash Memory Controller Register defns for L1.Karl Palsson
2012-11-14Merge pull request #3 from Jeff-Ciesielski/masterJeff Ciesielski
2012-11-14Merge branch 'master' of git://github.com/libopencm3/libopencm3 into upstream...Jeff Ciesielski
2012-11-13Change to make L1 series fit with common filesKen Sarkies
2012-11-13Adjustments to fix documentationKen Sarkies
2012-11-13rebase and fixKen Sarkies
2012-11-13Proposed deduplication of peripherals, GPIO exampleKen Sarkies