summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/src/m9s12
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-0825-26/+26
* Add support for dumping board-specific information on assertion. From David ...Gregory Nutt2015-03-041-0/+5
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-1/+2
* 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
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-10/+10
* 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-081-1/+0
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-9/+13
* 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
* More trailing whilespace removalGregory Nutt2014-04-1316-32/+32
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-1/+26
* configs/us7032evb1/ostest: Configuration converted to use the kconfig-fronten...Gregory Nutt2014-03-061-106/+2
* configs/ne64badge/ostest and demo9s12nec64/ostest: Configurations onverted to...Gregory Nutt2014-03-051-1/+139
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-3/+3
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-012-3/+3
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-2/+2
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-2/+2
* Remove up_assert_codeGregory Nutt2013-04-252-25/+4
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-142-7/+7
* Rename _TCB to struct tcb_spatacongo2013-02-042-6/+6
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-2/+2
* Resync new repository with old repo r5166patacongo2012-09-171-2/+2
* Remove executable property from source and make filespatacongo2012-09-1323-0/+0
* Email address change in nuttx/patacongo2012-09-1329-168/+168
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* More Kconfig stuffpatacongo2012-04-171-0/+7