summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* EFM32: Add missing shift of register valueGregory Nutt2014-10-281-8/+7
* EFM32: Fix GPIO configuration logic; Add missing board initializatin logic; F...Gregory Nutt2014-10-288-89/+187
* EFM32G: Fix typo in memory map header fileGregory Nutt2014-10-282-2/+2
* SAM4E: Fix error TC header fileGregory Nutt2014-10-281-5/+5
* EFM32: Correct a typo in LFXO bit in clock configurationGregory Nutt2014-10-282-5/+65
* EFM32: Update a configuration; Compile fix for when DEBUG is enabledGregory Nutt2014-10-283-3/+6
* STM32 Serial: Don't compile up_earlyserialinit() if USE_EARLYSERIALINIT is n...Gregory Nutt2014-10-281-0/+2
* Refresh a configurationGregory Nutt2014-10-281-5/+35
* Update READMEGregory Nutt2014-10-271-4/+59
* AIO: Several fixes for socket transfers, mostly from Victor Mayoral VilchesGregory Nutt2014-10-273-3/+4
* Refresh configurationGregory Nutt2014-10-271-60/+213
* Update ChangeLogGregory Nutt2014-10-271-1/+2
* Add isatty() function. From Alan Carvalho de AssisGregory Nutt2014-10-273-2/+77
* Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common driver...Gregory Nutt2014-10-279-85/+96
* Rename CONFIG_STM32_HAVE_USARTn to CONFIG_STM32_HAVE_UARTn for n-4,5,7,8Gregory Nutt2014-10-2713-77/+148
* Cosmetic... removed checks for non-existent configuration settingGregory Nutt2014-10-271-12/+0
* Update ChangeLogGregory Nutt2014-10-271-0/+4
* Add include/wchar.hGregory Nutt2014-10-271-0/+228
* Cosmetic changesGregory Nutt2014-10-272-11/+12
* EFM32 SPI: setfrequency() needs to return actual frequency; simplify nbits us...Gregory Nutt2014-10-271-43/+25
* EFM32 SPI: Add check to make sure that the SPI RX buffer is empty before sta...Gregory Nutt2014-10-261-3/+48
* EFM32 SPI: Change some logic that I fear could cause RX data overrunGregory Nutt2014-10-261-16/+12
* EFM32: Cosmetic changes to comments and formatGregory Nutt2014-10-263-72/+102
* Cosmetic update to spacing and commentsGregory Nutt2014-10-261-12/+14
* EFM32: Integrate SPI DMA capabilityGregory Nutt2014-10-265-107/+556
* EFM32: Integrate Pierre's SPI driverGregory Nutt2014-10-267-45/+1481
* Remove unnecessary header file inclusionGregory Nutt2014-10-261-1/+0
* EFM32: dma_config_t needs to be only 16-bits for nowGregory Nutt2014-10-251-37/+38
* EFM32 DMA: Cosmetic changes to debug instrumentatin and commentsGregory Nutt2014-10-251-16/+11
* EFM32: Fix misconception in DMA control descriptor alignmentGregory Nutt2014-10-251-5/+4
* EFM32: More fixes to DMA descriptor table logicGregory Nutt2014-10-251-21/+54
* Add debug assertionGregory Nutt2014-10-251-1/+3
* SAM4E-EK: Add -fno-strict-aliasingGregory Nutt2014-10-253-3/+3
* EFM32: Correct handling of DMA descriptors; Add initialization of DMA CTRLBASEGregory Nutt2014-10-253-127/+37
* EFM32: Completes very basic DMA support. Needs review. UntestedGregory Nutt2014-10-253-179/+251
* Dangle whitespace removalGregory Nutt2014-10-253-6/+6
* EFM32: A little more DMA logic. Still incompleteGregory Nutt2014-10-253-231/+676
* Add some logic to EFM32 DMA module. Still incompleteGregory Nutt2014-10-254-46/+303
* Add framework for EFM32 DMA support -- no logic in place yetGregory Nutt2014-10-245-3/+563
* Fix some typos that I just introduced... Sometimes I can't do anything rightGregory Nutt2014-10-241-4/+4
* Update EFM32 DMA header file for Gecko supportGregory Nutt2014-10-241-608/+820
* Update ChangeLogGregory Nutt2014-10-241-0/+2
* SAM4E-EK: Add support for PHY insterruptGregory Nutt2014-10-246-2/+313
* Another fix to SAM3/4 GPIO IRQ issueGregory Nutt2014-10-241-1/+11
* SAM3/4: Fix conditional compilation in GPIO IRQ logicGregory Nutt2014-10-241-1/+2
* Kconfig: Allow select of standard board properties for custom boardGregory Nutt2014-10-241-0/+31
* SAM4E: Fix options to select GPIO interrupts in KconfigGregory Nutt2014-10-242-4/+25
* Add EFM32 DMA header fileGregory Nutt2014-10-241-0/+1937
* Another typo in EMF32 GPIO logicGregory Nutt2014-10-231-1/+1
* Update ChangeLogsGregory Nutt2014-10-231-0/+6