summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix a missing quotation mark in configuration descriptionGregory Nutt2015-01-301-1/+1
* EFM32: Logic to unconditionally enable LE clocking. Even you don't use core c...Gregory Nutt2015-01-302-56/+88
* ARM assembly language memcpy.S was not returning a value in R0 it is required...Gregory Nutt2015-01-292-0/+30
* Tiva Ethernet: Move place where interrupts are disabled. It is probably not...Gregory Nutt2015-01-271-10/+12
* Recent changes to stm32_rtcc.c do not compile with STM32L15XX configurations....Gregory Nutt2015-01-272-0/+19
* Disabling any of EXTI 5-9 interrupts was disabling interrupts for all EXTI 5-...Gregory Nutt2015-01-271-7/+31
* Get USART 2 & 3 working on lpc4357-evb. These changes are required to get USA...Gregory Nutt2015-01-261-30/+30
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-2436-143/+37
* Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt2015-01-2436-41/+111
* Add support for the EFM32 reset management unit (RMU). From Pierre-noel Bout...Gregory Nutt2015-01-234-0/+201
* Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with...Gregory Nutt2015-01-221-4/+0
* STM32 Ethernet: Port IPv6 address filtering from the Tiva TM4C driverGregory Nutt2015-01-211-3/+68
* All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2015-01-2110-11/+226
* Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2015-01-2010-14/+133
* Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt2015-01-209-6/+94
* Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being ...Gregory Nutt2015-01-2010-20/+20
* TM4C Ethernet: Fix the ICMPv6 multicast addressGregory Nutt2015-01-191-1/+5
* Tiva Ethernet: Add support for receiving IPv6 multicast framesGregory Nutt2015-01-191-6/+67
* nuttx/arch/arm/src/stm32/stm32_serial.c: fix declaration and definition of up...Gregory Nutt2015-01-191-4/+4
* Tiva Ethernet: When calling into the stack from the worker thread, it is nec...Gregory Nutt2015-01-181-0/+12
* Tiva Ethernet: Don't try to print IPv4 address if IPv4 is not enabledGregory Nutt2015-01-181-0/+4
* 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-1510-86/+533
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-1510-10/+10
* Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet dr...Gregory Nutt2015-01-1510-11/+37
* 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