mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Update README/TODO with new naming
This commit is contained in:
@@ -1654,7 +1654,7 @@
|
|||||||
* arch/*/include/*/type.h: On some compilers, char defaults as unsigned.
|
* arch/*/include/*/type.h: On some compilers, char defaults as unsigned.
|
||||||
Explicitly add signed to integer types if signed is what is required.
|
Explicitly add signed to integer types if signed is what is required.
|
||||||
* arch/*: For all architectures -- Global register state save structure
|
* arch/*: For all architectures -- Global register state save structure
|
||||||
(usually called current_regs) should be marked volatile; Added general
|
(usually called g_current_regs) should be marked volatile; Added general
|
||||||
capability to support nested interrupts (not fully realized for all
|
capability to support nested interrupts (not fully realized for all
|
||||||
architectures).
|
architectures).
|
||||||
* sched/task_create.c: Add support for starting kernel-mode thread.
|
* sched/task_create.c: Add support for starting kernel-mode thread.
|
||||||
|
|||||||
@@ -1679,7 +1679,7 @@ o ARM (arch/arm/)
|
|||||||
Title: IMPROVED ARM INTERRUPT HANDLING
|
Title: IMPROVED ARM INTERRUPT HANDLING
|
||||||
Description: ARM interrupt handling performance could be improved in some
|
Description: ARM interrupt handling performance could be improved in some
|
||||||
ways. One easy way is to use a pointer to the context save
|
ways. One easy way is to use a pointer to the context save
|
||||||
area in current_regs instead of using up_copystate so much.
|
area in g_current_regs instead of using up_copystate so much.
|
||||||
|
|
||||||
This approach is already implemented for the ARM Cortex-M0,
|
This approach is already implemented for the ARM Cortex-M0,
|
||||||
Cortex-M3, Cortex-M4, and Cortex-A5 families. But still needs
|
Cortex-M3, Cortex-M4, and Cortex-A5 families. But still needs
|
||||||
|
|||||||
+1
-1
Submodule arch updated: 9a31f264ec...0dfea1d68b
+1
-1
Submodule configs updated: 82e6f02229...d43a9495be
Reference in New Issue
Block a user