summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc
Commit message (Expand)AuthorAgeFilesLines
* Big, very risky change: Remove all occurrences of up_maskack_irq() that disa...Gregory Nutt2015-02-091-1/+0
* SYSLOG: Add an option to use the syslog'ing device as the system consolution....Gregory Nutt2015-02-081-0/+3
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-9/+1
* All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2015-01-211-1/+24
* Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2015-01-201-1/+13
* Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt2015-01-201-0/+10
* Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being ...Gregory Nutt2015-01-201-2/+2
* Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2015-01-151-9/+55
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-151-1/+1
* Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet dr...Gregory Nutt2015-01-151-0/+2
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+1
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-11/+26
* The 'make export' target needs to bundle up the user C startup file (crt0), n...Gregory Nutt2014-09-041-3/+4
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-012-10/+11
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-293-5/+5
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-281-1/+1
* Add address environment support to ALL implementatins of up_release_pending()Gregory Nutt2014-08-281-2/+14
* Add address environment support to ALL implementatins of up_reprioritize_rtr()Gregory Nutt2014-08-281-2/+14
* AVR32: Move address environment switch from the task switchers to the interru...Gregory Nutt2014-08-283-38/+43
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-271-1/+12
* Add ADDRENV support to ALL implementations of up_unblock_task()Gregory Nutt2014-08-271-2/+22
* Add ADDRENV support to all implementations of up_block_task()Gregory Nutt2014-08-271-1/+21
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-3/+3
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-084-4/+2
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-086-6/+6
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-3/+4
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-082-2/+2
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-064-11/+15
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-1/+2
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-3/+3
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-7/+7
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-5/+5
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-13/+13
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1322-45/+45
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-1/+1
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-1/+26