Commit Graph

7 Commits (99098d035a41bac21ceee7ecc2dfe4489db3f50e)

Author SHA1 Message Date
Christopher Haster e1c42a3afc Adopt Callback class in rtos Threads 2016-05-13 19:07:45 -05:00
Niklas Hauser 8a37762866 Smaller Thread class with clearer error messages. 2016-05-10 16:07:39 +01:00
Christopher Haster da6571cc24 Add documentation on invalid thread functions in irq 2016-04-23 12:10:47 -05:00
Christopher Haster 21e68f3c91 Move configuration arguments to only constructor 2016-04-23 12:02:35 -05:00
Christopher Haster d15cd7826a Add Thread::join call for exiting threads without forceful termination
Allows multiple threads to join without forceful termination. Allows
threads to synchronize on cleanup.
2016-04-23 03:45:36 -05:00
Christopher Haster 8b8606b98d Add start function for separating object allocation from thread initialization
Allows threads to started separately from when they are declared,
avoiding the need to dynamically allocate threads at runtime.
2016-04-23 03:45:35 -05:00
Bogdan Marinescu db76c7fc37 Preparing new layout - moved rtos in core/mbed-rtos 2016-04-05 16:26:11 +01:00