- Jan 27, 2015
-
-
Gregory Nutt authored
Disabling any of EXTI 5-9 interrupts was disabling interrupts for all EXTI 5-9. Same issue with EXTI 10-15. From Jussi Kivilinna.
-
- Jan 26, 2015
-
-
Gregory Nutt authored
Get USART 2 & 3 working on lpc4357-evb. These changes are required to get USART 2 and 3 working on the Embest development board. From Toby Duckworth
-
- Jan 24, 2015
-
-
Gregory Nutt authored
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
-
Gregory Nutt authored
Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK but without enabling debug. From David Sidrane
-
- Jan 23, 2015
-
-
Gregory Nutt authored
-
- Jan 22, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with standard NuttX stack montitoring logic
-
Gregory Nutt authored
Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with standard NuttX stack montitoring logic
-
- Jan 21, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
All Ethernet drivers (again): Missed one place where arp_out() is called and neighber_out() needs to be called
-
- Jan 20, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoing IPv6 packs in order to properly set the destination link layer address.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 19, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
nuttx/arch/arm/src/stm32/stm32_serial.c: fix declaration and definition of up_receive() and up_dma_receive() to match fields of uart_ops_s from nuttx/include/nuttx/serial/serial.h
-
- Jan 18, 2015
-
-
Gregory Nutt authored
Tiva Ethernet: When calling into the stack from the worker thread, it is necessary to have the stack locked
-
Gregory Nutt authored
-
- Jan 17, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 16, 2015
-
-
Gregory Nutt authored
-
- Jan 15, 2015
-
-
Gregory Nutt authored
Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an IPv6 packet is received
-
Gregory Nutt authored
- Copy net/devif/devif_input.c to ipv6_input.c. Remove all IPv4-specific logic. - Rename net/devif/devif_input.c to ipv4_input.c. Remove all IPv6-specific logic - Split IPv4 header structure out as net_ipv4hdr_s from net_iphdr_s
-
Gregory Nutt authored
-
- Jan 14, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Removed setting of the initial timer interval load value (or, rather, it is always set to zero for a free-running timer). Also, do not unconditional enable the timer out interrupt. The timerout interrupt is not not enabled until tiva_timer32_setinterval() is called.
-
- Jan 13, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Timer Timer: Timer driver now initializes without complaints. Need a test driver of some kind to make more testing progress.
-
Gregory Nutt authored
-
Gregory Nutt authored
Tiva Timer: Rename tiva_timerlow.c to tiva_timerlow32.c since it only supports 32-bit periodic timers
-
Gregory Nutt authored
-
Gregory Nutt authored
Tiva Timer: Allow timeout interrupts even if the reload value is zero. That is the value that is need to get an interrupt on the wrap from 0xffffffff to 0x00000000
-
Gregory Nutt authored
Tiva Timer: Add conditional compilation to enable/disable each timer feature. Not only does this reduce the footprint by suppressing unused features, it also protects from partially implemented features that are now conditioned on EXPERIMENTAL
-
- Jan 12, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-