nuttx/arch/hc/src/m9s12
2016-02-14 16:11:25 -06:00
..
chip.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -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
m9s12_assert.c Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore() 2016-02-14 16:11:25 -06:00
m9s12_atd.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_crg.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_dumpgpio.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
m9s12_emac.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_ethernet.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
m9s12_flash.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_gpio.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
m9s12_gpioirq.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
m9s12_iic.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_initialstate.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
m9s12_int.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_irq.c Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore() 2016-02-14 16:11:25 -06:00
m9s12_lowputc.S Rename all architecture files of form xyz_internal.h to just xyz.h 2015-12-29 18:07:11 -06:00
m9s12_mebi.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_mmc.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_phy.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_pim.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_saveusercontext.S Rename all architecture files of form xyz_internal.h to just xyz.h 2015-12-29 18:07:11 -06:00
m9s12_sci.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_serial.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
m9s12_serial.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
m9s12_spi.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_start.S Rename all architecture files of form xyz_internal.h to just xyz.h 2015-12-29 18:07:11 -06:00
m9s12_tim.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
m9s12_timerisr.c Rename all architecture files of form xyz_internal.h to just xyz.h 2015-12-29 18:07:11 -06:00
m9s12_vectors.S Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
m9s12.h Remove the final vestiges of up_spiinitialize() 2016-01-27 09:26:14 -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