.. |
chip.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
Kconfig
|
configs/us7032evb1/ostest: Configuration converted to use the kconfig-frontends tools
|
2014-03-06 09:17:11 -06:00 |
m9s12_assert.c
|
Update everything under nuttx/arch to use the corrected syslog interfaces
|
2014-10-08 12:48:47 -06:00 |
m9s12_atd.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
m9s12_crg.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
m9s12_dumpgpio.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
m9s12_emac.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
m9s12_ethernet.c
|
Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet drivers
|
2015-01-15 07:07:39 -06:00 |
m9s12_flash.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
m9s12_gpio.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
m9s12_gpioirq.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
m9s12_iic.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
m9s12_initialstate.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
m9s12_int.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
m9s12_internal.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
m9s12_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 |
m9s12_lowputc.S
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
m9s12_mebi.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
m9s12_mmc.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
m9s12_phy.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
m9s12_pim.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
m9s12_saveusercontext.S
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
m9s12_sci.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
m9s12_serial.c
|
Add serial method so that lower half driver can provide RX flow control information. From Jussi Kivilinna
|
2014-05-08 09:00:33 -06:00 |
m9s12_serial.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
m9s12_spi.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
m9s12_start.S
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
m9s12_tim.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
m9s12_timerisr.c
|
Move clock functions from sched/ to sched/clock
|
2014-08-08 14:43:02 -06:00 |
m9s12_vectors.S
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -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 |