aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-18Merging pull request #76 "LM4F clock api"Piotr Esden-Tempski
2013-02-15Fixes #93 copypasta error in RCC_CSR_BORRSTF definition.Piotr Esden-Tempski
2013-01-29Fixing gpio_set_af now really...Piotr Esden-Tempski
2013-01-29Fix gpio_set_af register usage.Piotr Esden-Tempski
2013-01-29Added IRQ USART example for the f4 discovery board.Piotr Esden-Tempski
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-09lm4f: Update miniblink example to demonstrate clock APIAlexandru Gagniuc
2013-01-09lm4f: Make miniblink example more readable, by defining RGB pinsAlexandru Gagniuc
2013-01-09lm4f: Add API for controlling the system run clock sourcesAlexandru Gagniuc
2013-01-09lm4f: Add API for enabling/disabling peripherals clock sourceAlexandru Gagniuc
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-06Marked some dummy variables in examples as unused, so that the newer GCC stop...Piotr Esden-Tempski
2013-01-06Fixed compilation of all the examples after merging pull requests...Piotr Esden-Tempski
2013-01-06Merging pull request #74 LM4F initial supportPiotr Esden-Tempski
2013-01-06Merge pull request #73 RNGPiotr Esden-Tempski
2013-01-06Merging pull request #69 Add __attribute__ ((naked)) to reset_handler()Piotr Esden-Tempski
2013-01-06Merging pull request #67 L1 support: flash, power basics, timersPiotr Esden-Tempski
2013-01-06Merging pull request #64 Various changesPiotr Esden-Tempski
2013-01-06Merging pull request #63 Improvements to STM32F1 I2C, CAN, RCC, and USB (f107)Piotr Esden-Tempski
2013-01-01doc: Include LM4F files when creating documentationAlexandru Gagniuc
2013-01-01lm4f: Update stellaris example to new LM4F registersAlexandru Gagniuc
2013-01-01lm4f: 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-12STM32: Move RNG to common area and add support for the F2.Roger Light
2012-12-12Update STM32 RNGEN register bit name to more closely match documentation.Roger Light
2012-11-28Add __attribute__ ((naked)) to reset_handler()Norbert Braun
2012-11-14stm32/f4/adc: DMA can always be used with ADC2Ben Gamari
2012-11-14stm32/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