nuttx/arch/z16/src/z16f
2014-10-08 12:48:47 -06:00
..
chip.h ZNeo: Calculation of timer reload and prescaler was wrong 2014-04-25 15:38:00 -06:00
Kconfig ZNEO: Add ESPI driver 2014-04-24 12:52:34 -06:00
Make.defs There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing. 2014-09-01 15:39:34 -06:00
z16f_clkinit.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
z16f_espi.c Minor/cosmetic changes 2014-04-27 08:32:36 -06:00
z16f_head.S ZNeo Serial: Need to configure UART1 alternate function 2014-04-26 09:43:40 -06:00
z16f_irq.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
z16f_lowuart.S ZNeo Serial: Need to configure UART1 alternate function 2014-04-26 09:43:40 -06:00
z16f_restoreusercontext.S Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
z16f_saveusercontext.S Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
z16f_serial.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
z16f_sysexec.c Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
z16f_timerisr.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00