nuttx/arch/z16/src/z16f
2016-03-09 13:41:48 -06:00
..
chip.h Remove the final vestiges of up_spiinitialize() 2016-01-27 09:26:14 -06:00
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -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 Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
z16f_espi.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
z16f_head.S Rename board_led_initialize to board_autoled_initiaize 2015-11-01 09:01:59 -06:00
z16f_irq.c Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs 2016-03-09 13:41:48 -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 Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
z16f_sysexec.c Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs 2016-03-09 13:41:48 -06:00
z16f_timerisr.c Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00