summaryrefslogtreecommitdiff
path: root/nuttx/configs/dk-tm4c129x
Commit message (Expand)AuthorAgeFilesLines
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-312-0/+2
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-2/+4
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-272-2/+4
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-271-1/+2
* NSH: The default priority of the network initialization thread should be lowe...Gregory Nutt2015-02-172-2/+2
* More updates to README filesGregory Nutt2015-02-121-207/+4
* Updated README filesGregory Nutt2015-02-121-7/+10
* Add TI EK-TM4C1294XL launchpad supportsauttefk2015-02-122-2/+2
* Update README filesGregory Nutt2015-02-051-0/+33
* Fix an error in IPv6 netmask caused by a bad range in the Kconfig fileGregory Nutt2015-02-051-1/+1
* Networking: Add support for sending ICMPv6 Router Solicitation and receiving...Gregory Nutt2015-02-031-2/+1
* Restore 20Msec defaultGregory Nutt2015-02-021-1/+1
* Auto neighbor solicitation is no longer EXPERIMENTAL and is the default for t...Gregory Nutt2015-02-021-0/+3
* ICMPv6: Adds basic logic to support verification that we have the IPv6 addres...Gregory Nutt2015-02-021-0/+6
* Update ChangeLogGregory Nutt2015-01-291-0/+1
* Refresh configurationsGregory Nutt2015-01-282-4/+5
* Update READMEGregory Nutt2015-01-231-0/+41
* configs/dk-tm4c129x/ipv6: Add an IPv6-enabled NSH configruationGregory Nutt2015-01-234-0/+1348
* Cosmetic changes to comments; refresh configurationGregory Nutt2015-01-221-0/+8
* Refresh configuration/update some misnamed conditional compilationGregory Nutt2015-01-181-6/+11
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt2015-01-141-0/+16
* Tiva Timer: Revert the previous change. Thre is a better way to handler time...Gregory Nutt2015-01-143-12/+1
* Update READMEGregory Nutt2015-01-131-0/+39
* Timer Timer: Timer driver now initializes without complaints. Need a test d...Gregory Nutt2015-01-131-1/+1
* DK-TM3C129X Timer: Add timer initialization logic to the board bring-upGregory Nutt2015-01-136-3/+231
* Tive System Control: Add logic to configure the alternatie clock source (ALTC...Gregory Nutt2015-01-091-0/+18
* Update READMEGregory Nutt2015-01-071-1/+1
* DK-TM42129X: Support for the TMP100 temperature sensor is enabled by default ...Gregory Nutt2015-01-061-4/+19
* DK-TM4C129X: Add logic to initialize the TMP-100 temperature sensor driver at...Gregory Nutt2015-01-064-3/+65
* DK-TM4C129X: Add support for on-board TMP100 temperature sensorGregory Nutt2015-01-065-6/+164
* DK-TM4C129X: Enable I2C6 and the I2C tool in the default configurationGregory Nutt2015-01-053-3/+41
* DK-TM4C129X: The network monitor is no enabled by default in NSH configurationGregory Nutt2015-01-052-52/+106
* Tiva Ethernet: Add support for PHY interruptsGregory Nutt2015-01-031-0/+1
* DK-TM4C129X: Ethernet networking is now enabled by default in the NSH config...Gregory Nutt2015-01-032-16/+429
* DK-TM4C129X: Fix RAM size in defconfig filesGregory Nutt2015-01-031-1/+1
* DK_TM4C129X: Add more GPIO pin definitionsGregory Nutt2015-01-012-7/+20
* DK_TM4C129X: Add some GPIO pin definitionsGregory Nutt2015-01-012-8/+58
* TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user FLA...Gregory Nutt2015-01-012-0/+103
* Tiva Ethernet: Update Ethernet intializaiton logic. Still things to be doneGregory Nutt2015-01-011-0/+12
* Refresh configurationGregory Nutt2014-12-311-2/+3
* Refresh ConfigurationGregory Nutt2014-12-261-2/+13
* Cosmet updates to comments and README filesGregory Nutt2014-12-244-11/+11
* DK-TM4C129X: Fix sense of LEDs; active high. Also GPIO for blue and green re...Gregory Nutt2014-12-223-18/+26
* TM4C129X: A small step toward understanding new Tiva clockingGregory Nutt2014-12-221-49/+32
* Tiva SSI and board configurations: hange negative Tiva logic CONFIG_SSIx_DISA...Gregory Nutt2014-12-215-13/+20
* Tiva: Add a configuration setting to better distinguish TM4C123 and 129 fami...Gregory Nutt2014-12-201-0/+1
* TM4C129X: Add custom system control header file (incomplete)Gregory Nutt2014-12-191-8/+20
* Add some OpenOCD scripts for some TI Tiva boardsGregory Nutt2014-12-181-2/+2
* Tiva: Fix configuration logic for IRQ interrupts. The various parts support...Gregory Nutt2014-12-181-16/+23
* Tiva: Change negative logic CONFIG_TIVA_DISABLE_GPIOx_IRQS to positive logic ...Gregory Nutt2014-12-183-35/+22