All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] FreeRTOS skin #2
@ 2014-05-22 19:46 Matthias Schneider
  2014-06-02 18:46 ` Matthias Schneider
  0 siblings, 1 reply; 12+ messages in thread
From: Matthias Schneider @ 2014-05-22 19:46 UTC (permalink / raw)
  To: xenomai@xenomai.org

Hi all,

after having rework extensively the FreeRTOS skin patch I feel ready 
for the second round of review comments. I hope no one will mind me 
starting a new thread for discussing it. I have tried to address all 
of the mentioned issues so far, plus many more.

Among them:

* reworked alignment macros
* #define portLONG long
* remapped error codes
* reworked scheduler start and stop completely as suggested
* reworked Scheduler.queued_task, .state and .num_tasks
* added new (internal) scheduler state taskSCHEDULER_SUSPENDING
* many other improvements and simplifications
* only take tasklist_lock for short time

Like suggested, I have gone for the simpler implementation of the task 
scheduler functionality and I added warnings and checks in case unsupported
use cases are triggered (e.g. holding the scheduler lock on mp systems, etc.)
This still needs to be reflected in the docu.

I have not yet addressed the issues of 

* vPortEnterCritical()/vPortExitCritical()
  since they are used extensively in the demo code (which is completely 
  hardware independent), but this can still be easily adapted.

* starting thread priority inheritance (need to start a new 
  discussion thread)

* there is still a workaround for the cobalt priorities in the patch...

Regards,
Matthias

p.s. Thank you a lot for your responsiveness addressing issues reported 
by me, including all the refactoring that is making my life easier!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Initial-Freertos-commit.-2.patch.gz
Type: application/x-gzip
Size: 34572 bytes
Desc: not available
URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20140522/0136d1b5/attachment.bin>

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-07-14 20:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22 19:46 [Xenomai] FreeRTOS skin #2 Matthias Schneider
2014-06-02 18:46 ` Matthias Schneider
2014-06-20  7:55   ` Philippe Gerum
2014-06-23 10:31     ` Matthias Schneider
2014-06-23 20:27       ` Matthias Schneider
2014-07-01 16:48         ` Matthias Schneider
2014-07-09  7:42           ` Philippe Gerum
2014-07-09  8:24             ` Philippe Gerum
2014-07-14 19:12               ` Matthias Schneider
2014-07-14 19:18             ` Matthias Schneider
2014-07-14 20:15               ` Philippe Gerum
2014-07-09  7:46           ` Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.