- Feb 17, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Tiva: Updated files to allow for ADC triggering by the timer. I’ve cleaned up some parts of the ADC code, too, and fleshed out the PWM triggering ioctl. From Calvin Maguranis
-
Gregory Nutt authored
NSH: The default priority of the network initialization thread should be lower. It is CPU intensive and can interfere with other operations
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Move some useful internal logic from recvfrom.c and udp_callback.c and put them in ip.h where they can be used more generally
-
Gregory Nutt authored
Move some useful internal macros from udp_send.c and put them in ip.h where they can be used more generally
-
- Feb 16, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 15, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 14, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Networking: Divide net_intiialize() into net_setup() and net_initialize() to solve a chicken-and-egg problem. net_setup() must be caleld before up_initialize() is called so that networking data structures are ready to register new network devices. net_initialize() now does only timer related operations and is called AFTER up_initialize() where the timers are configured. This is really.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 13, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Add some inclusions of nuttx/net.h to two files. Without these there can be compilation errors in certain configurations. From Max Neklyudov.
-
Gregory Nutt authored
Move the initialization of the networking subsystem to AFTER up_initialize is called. Fromo Macs Neklyudov.
-
Gregory Nutt authored
-
Gregory Nutt authored
-