Opened on 09/22/11 at 18:07:43
Closed on 09/24/11 at 11:41:28
#1921 closed defect (fixed)
Allow CPU port to provide optional multitasking start and stop
Reported by: | Sebastian Huber | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | normal | Milestone: | 4.11 |
Component: | score | Version: | 4.11 |
Severity: | normal | Keywords: | |
Cc: | gedare@… | Blocked By: | |
Blocking: |
Description
For the ARM Cortex-M support it is necessary to start and stop the multitasking with special functions. Doing this via a context switch would add a lot of complexity to the context switch code. This special case handling is optional and does not affect other architectures.
Attachments (1)
Change History (4)
Changed on 09/22/11 at 18:07:43 by Sebastian Huber
Attachment: | start-stop.patch added |
---|
comment:1 Changed on 09/22/11 at 19:44:06 by Gedare Bloom
Cc: | giddyup44@… added |
---|
comment:2 Changed on 09/24/11 at 11:41:28 by Sebastian Huber
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed to CVS head.
comment:3 Changed on 11/23/14 at 15:50:06 by Gedare Bloom
Version: | unknown → 4.11 |
---|
Set version based on title name, these seem obviously to only affect 4.11
Note: See
TracTickets for help on using
tickets.
Proposed change.