summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/tiva
AgeCommit message (Expand)AuthorFilesLines
2015-04-01Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt1-1/+1
2015-03-23Fix typo from last commitGregory Nutt1-6/+6
2015-03-23Tiva: Remove unconditional debug output from GPIO codeGregory Nutt5-19/+33
2015-03-23Tiva: Fix compile errors when GPIO interrupts are not enabledGregory Nutt1-0/+4
2015-03-23Update some recent Tiva changes so that old LM3S parts at least still build (...Gregory Nutt2-4/+23
2015-03-23- ADC driver has been re-organized; configuration is now handled in codeGregory Nutt13-4398/+3838
2015-03-10Tiva TimerLib: Fix a typo in peripheral waiting logic: gptm, not gpio. From...Gregory Nutt1-1/+1
2015-02-27arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt1-1/+2
2015-02-25Tiva ADC: Drive updates from Calvin MaguranisGregory Nutt1-0/+51
2015-02-24Fix SSI TX and RX legacy mapping of TM4C1294NCsauttefk1-12/+16
2015-02-20Tiva GPIO clean-up by Calvin MaguranisGregory Nutt5-214/+83
2015-02-20Tiva: Move GPIIO prototypes out of arch/arm/include/tiva/irq.h to arch/arm/ti...Gregory Nutt1-1/+34
2015-02-20Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt1-2/+2
2015-02-17Tiva ADC: Should not have its own ADC debug. Should use the common Analog d...Gregory Nutt1-50/+36
2015-02-17Tiva: Updated files to allow for ADC triggering by the timer. I’ve cleaned ...Gregory Nutt5-952/+832
2015-02-17Tiva SPI: Cosmetic improvementsGregory Nutt1-2/+14
2015-02-11Merge commit 'd000b0ac237cb6b17e3d355b55250c3ca7e9f2d6'Gregory Nutt4-2/+682
2015-02-12Add TI EK-TM4C1294XL launchpad supportsauttefk4-2/+682
2015-02-09Oops... Conditioned on IPv4 wheren IPv6 was intendedGregory Nutt1-1/+1
2015-02-09Fix IPv4-dependend debug outputGregory Nutt1-2/+6
2015-02-06Updated Tiva ADC filesGregory Nutt2-1544/+1634
2015-02-05Tiva ADC: Add Kconfig options for ADC. From Calvin MaguranisGregory Nutt1-0/+902
2015-02-05Tiva ADC: Partial build support. Still missing Kconfg changesGregory Nutt2-0/+5
2015-02-05Tiva ADC: Adds a Tiva ADC driver. From Calvin MaguranisGregory Nutt2-0/+2971
2015-02-05Tiva ADC: Register definitiona header file from Calvin MaguranisGregory Nutt2-0/+943
2015-02-05Adds support for TM4C123G timers; integrates with the TM4C123G Launchpad. Fr...Gregory Nutt4-42/+153
2015-02-05ICMPv6: Add logic to behave like a router (if so configured): NuttX will no...Gregory Nutt1-0/+9
2015-02-04Networking: Break out Ethernet definitions into a separate file; add IPv6 mu...Gregory Nutt1-0/+10
2015-01-27Tiva Ethernet: Move place where interrupts are disabled. It is probably not...Gregory Nutt1-10/+12
2015-01-24Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt1-4/+0
2015-01-24Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt1-0/+4
2015-01-21All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2-3/+46
2015-01-20Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2-3/+26
2015-01-20Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt1-0/+10
2015-01-20Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being ...Gregory Nutt2-4/+4
2015-01-19TM4C Ethernet: Fix the ICMPv6 multicast addressGregory Nutt1-1/+5
2015-01-19Tiva Ethernet: Add support for receiving IPv6 multicast framesGregory Nutt1-6/+67
2015-01-18Tiva Ethernet: When calling into the stack from the worker thread, it is nec...Gregory Nutt1-0/+12
2015-01-18Tiva Ethernet: Don't try to print IPv4 address if IPv4 is not enabledGregory Nutt1-0/+4
2015-01-17Tiva Ethernet: Back out previous change... it is WRONGGregory Nutt1-12/+0
2015-01-17Tive Ethernet: Fix some race conditions in the driver that become apparent wh...Gregory Nutt1-11/+87
2015-01-17Tiva Ethernet: Costmetic changes to comments and debug stringsGregory Nutt1-8/+8
2015-01-17Tiva Ethernet: Remove assertion. Just log and error and continueGregory Nutt1-1/+6
2015-01-16TM4C Ethernet: Add some assertionsGregory Nutt1-1/+10
2015-01-15Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2-18/+110
2015-01-15- Rename devif_input() ipv4_input()Gregory Nutt2-2/+2
2015-01-15Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet dr...Gregory Nutt2-4/+8
2015-01-14Update READMEGregory Nutt1-0/+1
2015-01-14Tiva Timer: Revert the previous change. Thre is a better way to handler time...Gregory Nutt3-164/+214
2015-01-13Tiva Timer: Remove a big chunk of unnecessary logicGregory Nutt1-183/+6