summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* STM3210E-EVAL: Add missing initialization for the joystick driverGregory Nutt2014-11-281-0/+18
* STM3210E-EVAL: Add a DJoystick driverGregory Nutt2014-11-286-10/+363
* STM3210E-EVAL: Don't treat joystick as buttons if the DJOYSTICK driver is en...Gregory Nutt2014-11-284-62/+94
* Refresh configurationGregory Nutt2014-11-281-73/+219
* STM3210E-EVAL: Rename files for compatibility with current standardsGregory Nutt2014-11-2826-123/+101
* STM3240G-EVAL: Rename files for compatibility with current naming conventionsGregory Nutt2014-11-2821-85/+69
* Refresh configurationGregory Nutt2014-11-281-83/+289
* LPC4357 EVB: Ooops got sense of the LED GPIO backwardGregory Nutt2014-11-275-16/+24
* LPC4357-EVB: Fix LEDs; comment out old unimplemented button stuffGregory Nutt2014-11-277-149/+177
* Minor change to README fileGregory Nutt2014-11-271-1/+4
* Fix minor typos in C commentsGregory Nutt2014-11-276-6/+6
* Fix replicated typo in most of the newly added lpc4357-evb filesGregory Nutt2014-11-268-13/+13
* Add some discussio of the LPC4357 to documentation and README filesGregory Nutt2014-11-261-3/+3
* Misc changes while verifying the clean build of the LPC4357 portGregory Nutt2014-11-263-46/+30
* Initial support for the LPC4357-EVB provided by Toby DuckworthGregory Nutt2014-11-2621-1/+4201
* Fix more issues detected by cppcheckGregory Nutt2014-11-251-20/+21
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-2512-23/+26
* If SAM4E-EK is selected, then configs/Kconfig must select ARCH_PHY_INTERRUPTGregory Nutt2014-11-251-0/+1
* Nucleo F4x1RE: Stangeness in initialization noted by Sébastien LorquetGregory Nutt2014-11-242-3/+11
* Nucleo F4x1RE: Typos in previously untested code. message() does not exist, r...Gregory Nutt2014-11-241-2/+2
* Fix BAS configuration from last change; refresh STM32 F4 NSH configurationGregory Nutt2014-11-241-1/+2
* Update comments and READMEGregory Nutt2014-11-241-2/+13
* Network: Misc changes to UDP bind logic for the case of multiple networksGregory Nutt2014-11-211-2/+2
* Update READMEsGregory Nutt2014-11-212-0/+19
* apps/examples/bridge: Lots of fixes. I think it is working although I have ...Gregory Nutt2014-11-213-10/+18
* apps/examples/bridge: Add host-side test driverGregory Nutt2014-11-211-0/+2
* SAMA5D3 Xplained: Add an apps/examples/bridge configurationGregory Nutt2014-11-206-3/+1313
* Update READMEGregory Nutt2014-11-201-2/+10
* Refresh STM32F429i Disco USB NSH configurationGregory Nutt2014-11-202-106/+224
* STM32 F4 OTGHS device controller driver from Brennan AshtonGregory Nutt2014-11-202-2/+2
* Freedom K25Z: Fix missing file inclusion in board Makefile. From Alan Carva...Gregory Nutt2014-11-192-3/+7
* Update READMEGregory Nutt2014-11-181-0/+7
* SAM EMAC: Fix typo in the check for successfull allocation of a timerGregory Nutt2014-11-181-1/+1
* SAMA5D4-EK bridge configuration: Correct configuration -- PHY interfaces are...Gregory Nutt2014-11-172-8/+8
* Due to limitations in port unique-ness, have to use unique port numbers in ap...Gregory Nutt2014-11-171-2/+2
* SAMA5D4-EK bridge configuration needs to set software MAC addressGregory Nutt2014-11-171-2/+4
* Update ChangeLogGregory Nutt2014-11-171-2/+15
* Change SAMA5D4-EK bridge configuration so that runs out of DRAMGregory Nutt2014-11-172-30/+28
* configs/sama5d4-ek/bridge: Add a simple test for the dual EMACs on the SAMA5D4Gregory Nutt2014-11-174-0/+1349
* changes for clean build with Ethernet+SLIPGregory Nutt2014-11-161-1/+5
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-1683-83/+83
* Refresh configurationGregory Nutt2014-11-161-2/+6
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt filesGregory Nutt2014-11-167-12/+12
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-1678-78/+78
* Network: Update SLIP configuration; Fix compile issues when building SLIP onlyGregory Nutt2014-11-151-17/+115
* STM32F4Discovery netnsh configuration needs to set MAC addressGregory Nutt2014-11-151-1/+4
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-10/+41
* ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt2014-11-1462-68/+715
* Cosmetic updates; updates to READMEGregory Nutt2014-11-141-3/+7
* EFM32GG-STK3700: Increase LEUART0 baud to 9600; Calibrate delay loopGregory Nutt2014-11-142-9/+7