summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
...
* Costmetic changes -- spacing, comments.Gregory Nutt2014-10-301-1/+0
* SAM3/4: Fix error serial TERMIOS ioctl handlingGregory Nutt2014-10-301-3/+3
* Add support for SAM3/4 basic TERMIOS and flow control. There are issues with...Gregory Nutt2014-10-292-12/+224
* 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
* SAM4: Fix a usbnsh build problem that has crept into all serial driversGregory Nutt2014-10-282-2/+4
* EFM32: Need to configure UART GPIOs as outputsGregory Nutt2014-10-281-4/+70
* Oops... fix an error in an assertion of last commitGregory Nutt2014-10-281-1/+1
* 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-282-2/+105
* EFM32G: Fix typo in memory map header fileGregory Nutt2014-10-281-1/+1
* SAM4E: Fix error TC header fileGregory Nutt2014-10-281-5/+5
* EFM32: Correct a typo in LFXO bit in clock configurationGregory Nutt2014-10-281-1/+2
* EFM32: Update a configuration; Compile fix for when DEBUG is enabledGregory Nutt2014-10-282-2/+2
* STM32 Serial: Don't compile up_earlyserialinit() if USE_EARLYSERIALINIT is n...Gregory Nutt2014-10-281-0/+2
* Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common driver...Gregory Nutt2014-10-278-84/+83
* Cosmetic... removed checks for non-existent configuration settingGregory Nutt2014-10-271-12/+0
* Cosmetic changesGregory Nutt2014-10-271-1/+1
* 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
* EFM32: Correct handling of DMA descriptors; Add initialization of DMA CTRLBASEGregory Nutt2014-10-252-126/+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
* SAM4E-EK: Add support for PHY insterruptGregory Nutt2014-10-241-0/+4
* 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
* SAM4E: Fix options to select GPIO interrupts in KconfigGregory Nutt2014-10-241-3/+24
* Add EFM32 DMA header fileGregory Nutt2014-10-241-0/+1937
* Another typo in EMF32 GPIO logicGregory Nutt2014-10-231-1/+1
* Fix compiler errors in up_itm_syslog.c. From Pierre-Noel BoutevilleGregory Nutt2014-10-231-3/+8
* Fix file naming: arm_item_syslog.c changed to up_itm_syslog.c. From Pierre...Gregory Nutt2014-10-232-2/+2