aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23Add notes on build prerequisitesKarl Palsson
2013-01-23[flash] f4: use "proper" bit definition naming.Karl Palsson
2013-01-23[flash] f2: use "proper" bit definition naming.Karl Palsson
2013-01-23[flash] f1: use "proper" bit definition naming.Karl Palsson
2013-01-23[flash] l1: use "proper" bit definition naming.Karl Palsson
2013-01-23Add examples making use of the RTCKarl Palsson
2013-01-22[stm32] Support the "new" BCD style RTC peripheralKarl Palsson
2013-01-22[l1] rcc: support MSI clockingKarl Palsson
2013-01-22[l1] Update to newest ref man definitionsKarl Palsson
2013-01-22[l1] PWR: fix style for common codeKarl Palsson
2013-01-22[l1] fix whitespace and missing license infoKarl Palsson
2013-01-22[examples f1] ADC+DAC very basic exampleKarl Palsson
2013-01-16Remove assembly forcing stack.Karl Palsson
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