-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: Unit tests fixes #6965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@jarvte and @AriParkkila please review this |
@@ -0,0 +1,13 @@ | |||
#ifndef CMSIS_OS_H_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing copyrights.
@@ -0,0 +1 @@ | |||
#define OS_STACK_SIZE 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing copyrights.
@@ -0,0 +1 @@ | |||
typedef void* Mutex; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing copyrights.
@@ -0,0 +1 @@ | |||
typedef void* Semaphore; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing copyrights.
I'm going to rebase. |
e56f4ba
to
853c4c6
Compare
Who's review is needed for this to proceed? |
@jarvte is on sick leave, but his comment has been addressed. This is ready to be merged |
/morph build |
Build : SUCCESSBuild number : 2181 Triggering tests/morph test |
Test : FAILUREBuild number : 1969 |
Exporter Build : SUCCESSBuild number : 1806 |
@0xc0170 Can you retrigger failed test. For some reason NRF51_DK timed out. |
/morph test |
Test : SUCCESSBuild number : 1971 |
Description
Fixes for following issues:
Pull request type