summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update document and READMEGregory Nutt2014-10-302-0/+3
* Fix all yahoo links. From Magnus TemplingGregory Nutt2014-10-3015-22/+22
* Fix typo introduced into a Kconfig file in the last few days. Thanks to Seba...Gregory Nutt2014-10-301-1/+1
* Update READMEGregory Nutt2014-10-301-0/+18
* Remove some dangling whitespaceGregory Nutt2014-10-302-2/+2
* Documentation UpdateGregory Nutt2014-10-302-11/+106
* Update ChangeLogGregory Nutt2014-10-291-0/+2
* SAM4E-EK: Fix an error in USART1 pin numberGregory Nutt2014-10-291-2/+2
* Update ChangeLogGregory Nutt2014-10-291-0/+3
* Add support for SAM3/4 basic TERMIOS and flow control. There are issues with...Gregory Nutt2014-10-292-12/+224
* Fix some errors that I introduced into NSH telnet this morningGregory Nutt2014-10-291-4/+6
* EFM32 Gecko Starter Kit: Calibrate delay loops, update READMEGregory Nutt2014-10-293-9/+28
* Update ChangeLogGregory Nutt2014-10-291-0/+4
* EFM32 Gecko Starter Kit: Switch to LEUART0 as the default consoleGregory Nutt2014-10-292-25/+30
* EFM32: In order to use LEUART, LE clocking must be enabledGregory Nutt2014-10-291-0/+6
* Fix some typosGregory Nutt2014-10-292-2/+2
* Fix problem with trailing whitespace (newline) in Telnet username/password. ...Gregory Nutt2014-10-291-7/+93
* EFM32: Various fixes for LEUART buildGregory Nutt2014-10-294-26/+46
* EFM32: Minor serial interrupt mask change; Add LEUART0 board supportGregory Nutt2014-10-292-2/+11
* EFM32: Implement HFPERCLK logicGregory Nutt2014-10-281-2/+18
* Fix a few more EFM32 integration bugsGregory Nutt2014-10-283-14/+19
* 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-283-4/+76
* 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-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