nuttx/arch/arm/src
2014-10-25 17:21:58 -06:00
..
a1x Build support for platform-specific shared memory logic. Not logic yet in place 2014-09-24 07:38:11 -06:00
arm Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
armv6-m Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
armv7-a Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
armv7-m Fix compiler errors in up_itm_syslog.c. From Pierre-Noel Bouteville 2014-10-23 18:30:32 -06:00
c5471 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
calypso 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
common Misc changes to get a clean build after all of the syslog changes. There are probably other things still broken 2014-10-08 16:23:48 -06:00
dm320 Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
efm32 EFM32: Fix misconception in DMA control descriptor alignment 2014-10-25 17:21:58 -06:00
imx Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
kinetis 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
kl Trivial, cosmetic typos in comments 2014-10-20 08:12:07 -06:00
lpc17xx 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
lpc31xx Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
lpc43xx Update to the LPC43xx RIT/Tickless code. From Brandon Warhurst 2014-10-23 07:14:37 -06:00
lpc214x Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
lpc2378 Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
nuc1xx 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
sam34 SAM4E-EK: Add support for PHY insterrupt 2014-10-24 12:28:57 -06:00
sama5 Dangle whitespace removal 2014-10-25 10:35:29 -06:00
samd 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
stm32 Add framework for EFM32 DMA support -- no logic in place yet 2014-10-24 17:59:13 -06:00
str71x Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
tiva 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
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Makefile The 'make export' target needs to bundle up the user C startup file (crt0), not the kernel head object 2014-09-04 13:31:34 -06:00