summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-2/+1
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-161-1/+1
* Remove use of NET_LL_HDRLEN from Ethernet drivers. Use ETH_HDRLEN insteadGregory Nutt2014-11-151-2/+2
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+1
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-3/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-298-20/+20
* CC3200 Launchpad updatesGregory Nutt2014-08-263-3/+84
* Support the the TC3200 from Jim EwingGregory Nutt2014-08-2613-4/+2458
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-2/+2
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-084-4/+0
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Move interrupt dispatch logic from sched/ to sched/irqGregory Nutt2014-08-081-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-5/+9
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-2/+2
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+2
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-5/+5
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-7/+7
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-5/+5
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-13/+13
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* Fix an error introduced in the last commitGregory Nutt2014-04-191-0/+1
* LPC17xx, TIVA, and Kinetis interrupt initialization: use the NVIC ICTR regis...Gregory Nutt2014-04-171-16/+35
* More trailing whilespace removalGregory Nutt2014-04-138-23/+23
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-1/+1
* Add logic for TM4C125GXL clocking based on prototype from from Daniel Carvalh...Gregory Nutt2014-04-071-80/+158
* Cosmetic changes to comments and READMEGregory Nutt2014-04-072-0/+11
* All ARM Make.defs files should build up_checkstack.c if DEBUG_STACK is enabledGregory Nutt2014-03-231-0/+4
* Every ARM architecture must export g_instackbaseGregory Nutt2014-03-231-0/+1
* TM4C123G Launchpad: Corrected processor configuration from Daniel Pereira de...Gregory Nutt2014-03-185-4/+527
* TM4C: Fix typos in memory map reported by Daniel Pereira de CarvalhoGregory Nutt2014-03-121-1/+1
* TM4C: A few more changes to get a clean compilationGregory Nutt2014-03-104-5/+13
* Make sure that every reference to LM4F has corresponding logic for TM4CGregory Nutt2014-03-104-11/+17
* TM4C: Add SYSCONTROL register defintion header fileGregory Nutt2014-03-102-2/+1863
* Add support for TM4C GPIOsGregory Nutt2014-03-104-11/+329
* TIVA: Add memory map for the TM4C123Gregory Nutt2014-03-095-14/+206
* Add pin multiplex definitions for the TM4C123Gregory Nutt2014-03-092-0/+473
* TM4C: Add definitions for GPIO interruptsGregory Nutt2014-03-091-0/+30
* Add TM4C123 to the configuration systemGregory Nutt2014-03-091-0/+7
* Oop.. everything was named TM3C instead of TM4C in the last check-inGregory Nutt2014-03-092-4/+4
* TM3C123: Add chip characteristics and interrupt definition filesGregory Nutt2014-03-094-4/+230
* Hmmm.. not sure what happened but here is a missing TIVA fileGregory Nutt2014-03-081-0/+113
* functions and definitions renamed from lm_ to tiva_Gregory Nutt2014-03-0830-2764/+2762
* All files and functions beginning with lm_ changed to tiva_Gregory Nutt2014-03-0840-768/+657