mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
Update ChangeLog
This commit is contained in:
@@ -11483,4 +11483,7 @@
|
|||||||
* sched/sched.h and other files: Replace the bool 'prioritized' in the task
|
* sched/sched.h and other files: Replace the bool 'prioritized' in the task
|
||||||
list table with a uint8_t bit set so that additional attributes of a task
|
list table with a uint8_t bit set so that additional attributes of a task
|
||||||
list can be provided without adding more booleans (2016-10-11).
|
list can be provided without adding more booleans (2016-10-11).
|
||||||
|
* Everywhere: Replace irqsave() with enter_critical_section(); replace
|
||||||
|
irqrestore() with leave_critical_section(). This is part of the onging
|
||||||
|
development of SMP support (2016-02-13).
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule arch updated: 4abb852339...354df5c0f3
+1
-1
Submodule configs updated: f9d09bf8c0...cfbc3f7c3e
Reference in New Issue
Block a user