-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OSAL over cmsisos2 for ETH boards - step 1 (#220)
* osal over cmsisos2: just born (still wip) * osal over cmsisos2: some extra feature (still WIP) * embot::os -> added new features - embot::os::rtos -> callbackqueue_t + some methods + adapted cmsisos2 to latest versions of _mutex_initialize() etc. - embot::os::Thread -> optimised embot::os::CallbackThread::Impl to use callbackqueue_t - embot::os::theScheduler -> added customization for stacksize of the timer thread in cmsisos2 * cmsisos2 -> solved crash in pre main() stage happening during jumps from loader to application - removed OS initialization in _platform_post_stackheap_init(). the OS initialization must be done after main() * ems: customized a new project for use w/ OSAL_USE_rtos_cmsisos2 * test project * osal-cmsisos2 -> first release * amc: udpdemobasic has now also a periodic thread * fixed a few projects for use of cmsisos2
- Loading branch information
1 parent
c9e9b37
commit 9073802
Showing
33 changed files
with
16,345 additions
and
774 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.