summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Forgot to add a file in the last commitGregory Nutt2015-02-131-0/+96
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-1311-46/+184
* Merge commit 'd000b0ac237cb6b17e3d355b55250c3ca7e9f2d6'Gregory Nutt2015-02-115-2/+811
|\
| * Add TI EK-TM4C1294XL launchpad supportsauttefk2015-02-125-2/+811
* | Kinetis: Add architectural support for the K26Z128VLH4. From Derek B. NoonburgGregory Nutt2015-02-113-4/+93
* | LP17 Ethernet Driver: Fix some compile problems when IPv6 is enabledGregory Nutt2015-02-101-5/+5
* | LPC17xx: Add IPv6 support to the LPC17 Ethernet driver. Untested... I no lo...Gregory Nutt2015-02-102-11/+286
* | SAM4 Ethernet Driver: No supports operation using the high priority work que...Gregory Nutt2015-02-102-43/+406
* | Fix some warningGregory Nutt2015-02-093-0/+6
* | Clone the SAMA5D4 IPv6 support to the SAM4E EMAC and SAMAd3 EMAC and GMAC dri...Gregory Nutt2015-02-094-31/+938
* | Big, very risky change: Remove all occurrences of up_maskack_irq() that disa...Gregory Nutt2015-02-0926-198/+60
* | SAMA5D Ethernet: Add support for CONFIG_NET_NOTINTS so that the driver can o...Gregory Nutt2015-02-091-41/+406
* | ARMv7-A interrupt handler: Should not automatically re-enable interrupts on ...Gregory Nutt2015-02-091-8/+0
* | Oops... Conditioned on IPv4 wheren IPv6 was intendedGregory Nutt2015-02-092-2/+2
* | Fix IPv4-dependend debug outputGregory Nutt2015-02-091-2/+6
* | SAMA5D4 EMAC: Add support for Multicast address matching and IPv6Gregory Nutt2015-02-091-7/+223
* | Add logic so that STM32 Ethernet drivier can avoid interrupt level processing...Gregory Nutt2015-02-091-38/+402
|/
* SYSLOG: Add an option to use the syslog'ing device as the system consolution....Gregory Nutt2015-02-0811-59/+105
* STM32 SPI: Clean-up asymmetric configuration of SPI6Gregory Nutt2015-02-071-1/+7
* STM32 SPI: The source clock for SPI 4,5, and 6 should be PCLK2, not PCLK1 (f...Gregory Nutt2015-02-071-3/+3
* Updated Tiva ADC filesGregory Nutt2015-02-062-1544/+1634
* Tiva ADC: Add Kconfig options for ADC. From Calvin MaguranisGregory Nutt2015-02-051-0/+902
* Tiva ADC: Partial build support. Still missing Kconfg changesGregory Nutt2015-02-052-0/+5
* Tiva ADC: Adds a Tiva ADC driver. From Calvin MaguranisGregory Nutt2015-02-052-0/+2971
* Tiva ADC: Register definitiona header file from Calvin MaguranisGregory Nutt2015-02-052-0/+943
* Adds support for TM4C123G timers; integrates with the TM4C123G Launchpad. Fr...Gregory Nutt2015-02-054-42/+153
* Networking: Changes need to build ICMPv6 'router' configuration on STM32 with...Gregory Nutt2015-02-051-0/+8
* STM32: Add an IPv6 configuration for the STM32F4-Discovery board (witht he ST...Gregory Nutt2015-02-051-1/+1
* Add IPv6 support to network driver skeleton and to SAMA5D4 Ethernet driver (w...Gregory Nutt2015-02-051-3/+87
* ICMPv6: Add logic to behave like a router (if so configured): NuttX will no...Gregory Nutt2015-02-052-0/+18
* Networking: Break out Ethernet definitions into a separate file; add IPv6 mu...Gregory Nutt2015-02-042-0/+20
* Minor update to Kconfig file selectionsGregory Nutt2015-02-041-2/+2
* Re-arrange condition logic from the last change to avoid having STM32-specifi...Gregory Nutt2015-02-042-1/+9
* STM32: Add driver for STM32L162XX AES peripheral. Signed-off-by: Juha Niskan...Gregory Nutt2015-02-044-1/+512
* EFM: Remove a misbehaving assertion. From Pierre-noel BoutevilleGregory Nutt2015-02-031-27/+36
* Remove and extra endif from the KconfigGregory Nutt2015-02-031-2/+0
* Convert the 64-bit usec limit to a 32-bit tick limitGregory Nutt2015-02-032-4/+20
* SAM4CM: Add support for tickless operationGregory Nutt2015-02-0310-6/+3276
* Refresh some configurationsGregory Nutt2015-02-011-1/+1
* Fix compile issues with configs/sim/nettestGregory Nutt2015-02-011-4/+7
* SIM: fix a case in the simulated Ethernet driver where it was using a old str...Gregory Nutt2015-02-011-2/+3
* drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of th...Gregory Nutt2015-02-012-103/+108
* Remove execute privileges from some header filesGregory Nutt2015-02-014-0/+0
* EFM32 Add support of BURTC and add possibility of debug message of RMU: Pierr...Gregory Nutt2015-02-015-5/+801
* Review/modifications for change of last mergeGregory Nutt2015-01-314-189/+189
* Merge commit '1207647ee19ac48746300f2d3fa8f4679c32de95'Gregory Nutt2015-01-3110-9/+200
|\
| * Interrupt vectors for ATMEGA1284P.jeditekunum2015-01-263-2/+158
| * Fix typos.jeditekunum2015-01-262-6/+3
| * First step at porting to MoteinoMEGA. LED shows assert failure at boot. App...jeditekunum2015-01-245-1/+39
* | Fix a missing quotation mark in configuration descriptionGregory Nutt2015-01-301-1/+1