summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/efm32
Commit message (Expand)AuthorAgeFilesLines
* EFM32 Timer/PWM: Add support for timer/PWM EFM32GG. From Pierre-noel Boutev...Gregory Nutt2014-12-267-1/+1567
* EFM32 Serial: Add support for termios TCGET and TCSET. For the moment, only...Gregory Nutt2014-11-272-13/+118
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+1
* Various issues/bugs detected by cppcheckGregory Nutt2014-11-241-5/+4
* EFM32 USART setup: Computation of BAUD includes shift; Eliminate additional s...Gregory Nutt2014-11-161-3/+6
* Cosmetic updates; updates to READMEGregory Nutt2014-11-142-5/+4
* EFM32: Finishes USB naming fixup. Still some missing initialization logicGregory Nutt2014-11-144-128/+150
* EFM32: More USB naming updates. Still not finishedGregory Nutt2014-11-141-62/+56
* EFM32: More USB register name corrections. Still incompleteGregory Nutt2014-11-132-219/+207
* EFM32: Finishes USB naming changes for deviceGregory Nutt2014-11-132-31/+19
* EFM32: Tweaks to get EFM32GG-STK3700 running NSH over LEUART0Gregory Nutt2014-11-121-2/+2
* EFM32: More USB register name corrections. Still incompleteGregory Nutt2014-11-123-34/+47
* EFM32: More USB register name corrections. Still incompleteGregory Nutt2014-11-123-36/+37
* EFM32: Reduce writes to the CTRL registerGregory Nutt2014-11-091-9/+3
* EFM32: Fix issues associated with SPI bi order. From PierreGregory Nutt2014-11-091-11/+32
* EFM32: Fix typo in connecting ODD GPIO interrupt. Noted by PierreGregory Nutt2014-11-081-1/+1
* EFM32 USB: More naming fixes... still does not compileGregory Nutt2014-11-053-57/+66
* EFM32 USB: A few more naming conversions... still a long way to goGregory Nutt2014-11-043-120/+126
* EFM32: Port USB device and host drivers from STM32. Still does not compileGregory Nutt2014-11-046-506/+10820
* EFM32: Add USB build supportGregory Nutt2014-11-044-7/+26
* STM32GG Starter Kit: Add basic NSH configurationGregory Nutt2014-11-031-0/+8
* EFM32 ROM table header filesGregory Nutt2014-11-013-0/+420
* EFM32: Add LESENSE header fileGregory Nutt2014-11-011-0/+2160
* EFM32: Add USB header fileGregory Nutt2014-11-011-0/+3114
* ARMv7-M: ETM header fileGregory Nutt2014-11-015-0/+24
* EFTM32 ITM: Add missing ~ in bit clear operation. From pn_bouteville@yahoo.frGregory Nutt2014-11-011-1/+1
* EFM32: Add LCD header fileGregory Nutt2014-10-311-0/+714
* EFM32: Add DAC header fileGregory Nutt2014-10-311-0/+883
* EFM32: Add BURTC header fileGregory Nutt2014-10-311-0/+471
* EFM32: Add PRS signalsGregory Nutt2014-10-311-0/+85
* EFM32: Add ADC heder fileGregory Nutt2014-10-311-0/+751
* EFM32: Add I2C header fileGregory Nutt2014-10-311-0/+800
* EFM32: Add PRS header fileGregory Nutt2014-10-311-0/+525
* EFM32: Add PCNT header fileGregory Nutt2014-10-311-0/+529
* EFM32: Add RMU header fileGregory Nutt2014-10-311-0/+205
* EFM32: Add EMU header fileGregory Nutt2014-10-311-0/+442
* EFM32: Add VCMP header fileGregory Nutt2014-10-316-1716/+1971
* EFM32: Add RTC header fileGregory Nutt2014-10-311-0/+281
* EFM32: Add AES header fileGregory Nutt2014-10-311-0/+327
* EFM32: Add watchdog header fileGregory Nutt2014-10-312-0/+178
* EFM32: Add LETIMER header fileGregory Nutt2014-10-312-1/+489
* EFM32: Add ACMP header fileGregory Nutt2014-10-312-0/+402
* EFM32: Add timer header fileGregory Nutt2014-10-311-0/+1219
* EFM32: Changes picked up from Pierre's repositoryGregory Nutt2014-10-302-0/+7
* EFM32: In order to use LEUART, LE clocking must be enabledGregory Nutt2014-10-291-0/+6
* EFM32: Various fixes for LEUART buildGregory Nutt2014-10-294-26/+46
* EFM32: Minor serial interrupt mask change; Add LEUART0 board supportGregory Nutt2014-10-291-2/+1
* EFM32: Implement HFPERCLK logicGregory Nutt2014-10-281-2/+18
* Fix a few more EFM32 integration bugsGregory Nutt2014-10-282-12/+11
* EFM32: Need to configure UART GPIOs as outputsGregory Nutt2014-10-281-4/+70