summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Tiva Ethernet: Back out previous change... it is WRONGGregory Nutt2015-01-171-12/+0
* Tive Ethernet: Fix some race conditions in the driver that become apparent wh...Gregory Nutt2015-01-171-11/+87
* Tiva Ethernet: Costmetic changes to comments and debug stringsGregory Nutt2015-01-171-8/+8
* Tiva Ethernet: Remove assertion. Just log and error and continueGregory Nutt2015-01-171-1/+6
* TM4C Ethernet: Add some assertionsGregory Nutt2015-01-161-1/+10
* Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2015-01-1514-127/+766
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-1514-14/+14
* Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet dr...Gregory Nutt2015-01-1515-16/+51
* Update READMEGregory Nutt2015-01-141-0/+1
* Tiva Timer: Revert the previous change. Thre is a better way to handler time...Gregory Nutt2015-01-143-164/+214
* Tiva Timer: Remove a big chunk of unnecessary logicGregory Nutt2015-01-131-183/+6
* Tiva Timer: Timer test must attach a timer handler or the timer is stopped at...Gregory Nutt2015-01-132-23/+22
* Timer Timer: Timer driver now initializes without complaints. Need a test d...Gregory Nutt2015-01-132-30/+60
* DK-TM3C129X Timer: Add timer initialization logic to the board bring-upGregory Nutt2015-01-131-1/+1
* Tiva Timer: Rename tiva_timerlow.c to tiva_timerlow32.c since it only suppor...Gregory Nutt2015-01-133-8/+3
* Tiva Timer: Completes implementation of the timer driver lower halfGregory Nutt2015-01-133-34/+202
* Tiva Timer: Allow timeout interrupts even if the reload value is zero. That...Gregory Nutt2015-01-132-15/+112
* Tiva Timer: Add conditional compilation to enable/disable each timer feature....Gregory Nutt2015-01-133-9/+231
* Tiva Timer: Rename tiva_timer.c to tiva_timerlib.cGregory Nutt2015-01-122-2/+2
* Tiva Timer: First cut at timer driver lower half (still incomplete)Gregory Nutt2015-01-124-34/+958
* Tiva Interrupts: Changes corresponding to the last needed in the Tiva Kconfig...Gregory Nutt2015-01-122-3/+10
* Tiva interrupts: Fix chip-specific interrupt un-definitionsGregory Nutt2015-01-121-9/+34
* Tiva Timers: Add interfaces to read the current timer valueGregory Nutt2015-01-122-7/+176
* USB host drivers: Change all parmeters named class to usbclass to avoid C++ ...Gregory Nutt2015-01-111-0/+4
* Tiva Timer: Fix a typoGregory Nutt2015-01-101-1/+1
* Tiva Timer: Implements configuration of the 32-bit RTC timerGregory Nutt2015-01-103-21/+66
* Tiva Timer: Add support for RTC match interruptsGregory Nutt2015-01-102-15/+163
* Tive Timer: Add support for ADC trigger generation from one-shot and periodi...Gregory Nutt2015-01-102-10/+100
* Tiva Timer: Add support to set the match regiser(s) relative to the timer cou...Gregory Nutt2015-01-103-42/+464
* Tiva Timer: Add support for input clock prescaler in 16-bit one-shot/periodi...Gregory Nutt2015-01-093-16/+10
* Tiva Timer: Add logic to acknowledge Tiva Timer interruptsGregory Nutt2015-01-092-25/+226
* Tive System Control: Add logic to configure the alternatie clock source (ALTC...Gregory Nutt2015-01-093-6/+32
* Tiva Timer: Add more interrupt management logicGregory Nutt2015-01-093-175/+238
* Tiva Timer: Add functions to set match registers; Add logic to select count ...Gregory Nutt2015-01-093-122/+255
* Tiva Timer: Add interfaces to start/stop timers and to set the interval load...Gregory Nutt2015-01-092-1/+202
* Tiva Timers: Add framework to support tmer interruptsGregory Nutt2015-01-092-55/+452
* STM32 SDIO: Don't let architectures select CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE ...Gregory Nutt2015-01-081-0/+1
* Tiva Timer: Partial support for 16- and 32-bit, oneshot and periodic timer c...Gregory Nutt2015-01-083-83/+140
* Tiva Timer: Add support to select alternate clock source and 32-bit register...Gregory Nutt2015-01-083-106/+158
* Tiva Timer: Add register level debug supportGregory Nutt2015-01-082-56/+249
* Tiva Timer: Add basic framework to configure timers. Incomplete on initial ...Gregory Nutt2015-01-087-55/+1036
* Tiva Timer: SYNC regiser is only available on GPTM0Gregory Nutt2015-01-081-39/+4
* Tiva Timer: Update timer register bit definitions for the LM4FGregory Nutt2015-01-081-49/+49
* Tiva Timer: Extend timer register definitions to handle other chipsGregory Nutt2015-01-081-224/+289
* MMCSD SDIO: Add support for a new SDWAIT_WRCOMPLETE condition. The previous...Gregory Nutt2015-01-081-15/+93
* Tiva Timer: Missed one register bit field definitionGregory Nutt2015-01-071-1/+1
* TM4C129X Timer: Completes timer register definition header fileGregory Nutt2015-01-071-46/+286
* TM4C129X Timer: Add some missing addresses and some of the register bit defi...Gregory Nutt2015-01-071-258/+386
* TM4C129X Timer: Update addresses in the timer register definitions file. St...Gregory Nutt2015-01-072-81/+536
* Tiva IRQs: Fix IRQ control logic; was limited to only 64 IRQs. That is a pr...Gregory Nutt2015-01-061-2/+67