Update some comments; Fix grammatic error in ChangeLog.
This commit is contained in:
parent
09a58263c8
commit
a3f3cc12c0
@ -11727,5 +11727,5 @@
|
|||||||
in all SAM DMA logic, unionfs, OS signalling logic,
|
in all SAM DMA logic, unionfs, OS signalling logic,
|
||||||
* configs/nucleo-144: Basic port for the Nucleo-144 board with the
|
* configs/nucleo-144: Basic port for the Nucleo-144 board with the
|
||||||
STM32F746ZG MCU. From Kconstantin Berezenko (2015-05-12).
|
STM32F746ZG MCU. From Kconstantin Berezenko (2015-05-12).
|
||||||
* arch/arm-src/armv7-a: Complete logic to initialize each CPUn, n > 0,
|
* arch/arm-src/armv7-a: Complete re-design of logic to initialize each
|
||||||
when CONFIG_SMP=y (2016-05-13).
|
CPUn, n > 0, when CONFIG_SMP=y (2016-05-13).
|
||||||
|
@ -100,7 +100,7 @@ static FAR const uint32_t *g_cpu_stackalloc[CONFIG_SMP_NCPUS] =
|
|||||||
* In this case, a new stack will need to be created for the IDLE
|
* In this case, a new stack will need to be created for the IDLE
|
||||||
* thread and this function is then equivalent to:
|
* thread and this function is then equivalent to:
|
||||||
*
|
*
|
||||||
* up_create_stack(tcb, stack_size, TCB_FLAG_TTYPE_KERNEL);
|
* return up_create_stack(tcb, stack_size, TCB_FLAG_TTYPE_KERNEL);
|
||||||
*
|
*
|
||||||
* The following TCB fields must be initialized by this function:
|
* The following TCB fields must be initialized by this function:
|
||||||
*
|
*
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
* In this case, a new stack will need to be created for the IDLE
|
* In this case, a new stack will need to be created for the IDLE
|
||||||
* thread and this function is then equivalent to:
|
* thread and this function is then equivalent to:
|
||||||
*
|
*
|
||||||
* up_create_stack(tcb, stack_size, TCB_FLAG_TTYPE_KERNEL);
|
* return up_create_stack(tcb, stack_size, TCB_FLAG_TTYPE_KERNEL);
|
||||||
*
|
*
|
||||||
* The following TCB fields must be initialized by this function:
|
* The following TCB fields must be initialized by this function:
|
||||||
*
|
*
|
||||||
|
@ -1745,7 +1745,7 @@ int up_cpu_index(void);
|
|||||||
* In this case, a new stack will need to be created for the IDLE
|
* In this case, a new stack will need to be created for the IDLE
|
||||||
* thread and this function is then equivalent to:
|
* thread and this function is then equivalent to:
|
||||||
*
|
*
|
||||||
* up_create_stack(tcb, stack_size, TCB_FLAG_TTYPE_KERNEL);
|
* return up_create_stack(tcb, stack_size, TCB_FLAG_TTYPE_KERNEL);
|
||||||
*
|
*
|
||||||
* The following TCB fields must be initialized by this function:
|
* The following TCB fields must be initialized by this function:
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user