-
Notifications
You must be signed in to change notification settings - Fork 215
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
Integration candidate: 2020-06-17 #521
Commits on Jun 12, 2020
-
Keep the entire argc/argv from the shell. Do not prune the command name as getopt expects this to be there.
Configuration menu - View commit details
-
Copy full SHA for f0ebd4a - Browse repository at this point
Copy the full SHA f0ebd4aView commit details
Commits on Jun 16, 2020
-
Fix #501, add PIC library for ut assert
Add a position independent code (PIC) variant of the ut_assert library, which can be dynamically loaded into other applications rather than running as a standalone OSAL application. This enables loading UT assert as a CFE library. This required moving some symbols/functions around. Mainly, the PIC library does _not_ contain the "utbsp.c" file which has the bindings to the OSAL BSP when running as a standalone app, but everything else should be the same.
Configuration menu - View commit details
-
Copy full SHA for 1741655 - Browse repository at this point
Copy the full SHA 1741655View commit details -
Fix #506, enforce nonzero stack size
Resolve inconsistency in how the stack size is treated across different OS implemntations. POSIX would enforce a minimum, where RTEMS would not. With this change the user requested size is passed through to the underlying OS exactly as is, no enforced minimum. An additional sanity check is added at the shared layer to ensure that the stack size is never passed as 0.
Configuration menu - View commit details
-
Copy full SHA for d6bf132 - Browse repository at this point
Copy the full SHA d6bf132View commit details -
Fix #505, warnings in time base API test
Add requisite cast to printf. Also use sizeof() rather than hardcoded size of 12.
Configuration menu - View commit details
-
Copy full SHA for cbaaf5a - Browse repository at this point
Copy the full SHA cbaaf5aView commit details
Commits on Jun 19, 2020
-
Fix #516, Use absolute timeout for timedlock calls
The pthread API defines the timeout parameter for the pthread_mutex_timedlock call as an absolute value based on CLOCK_REALTIME. This introduces a wrapper function to calculate the absolute timeout for this.
Configuration menu - View commit details
-
Copy full SHA for a871dec - Browse repository at this point
Copy the full SHA a871decView commit details
Commits on Jun 23, 2020
-
Merge pull request #500 from jphickey/fix-499-linux-args
Fix #499, store all arguments in generic-linux BSP
Configuration menu - View commit details
-
Copy full SHA for 4878b90 - Browse repository at this point
Copy the full SHA 4878b90View commit details -
Merge pull request #504 from jphickey/fix-501-utassert-pic
Fix #501, add PIC library for ut assert
Configuration menu - View commit details
-
Copy full SHA for 2c35997 - Browse repository at this point
Copy the full SHA 2c35997View commit details -
Merge pull request #518 from jphickey/fix-516-absolute-timedlock
Fix #516, Use absolute timeout for timedlock calls
Configuration menu - View commit details
-
Copy full SHA for 9cfdbff - Browse repository at this point
Copy the full SHA 9cfdbffView commit details -
Merge pull request #507 from jphickey/fix-505-ut-timebase-warnings
Fix #505, warnings in time base API test
Configuration menu - View commit details
-
Copy full SHA for 9157dde - Browse repository at this point
Copy the full SHA 9157ddeView commit details -
Merge pull request #508 from jphickey/fix-506-task-stacksize
Fix #506, enforce nonzero stack size
Configuration menu - View commit details
-
Copy full SHA for 0689616 - Browse repository at this point
Copy the full SHA 0689616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4816c71 - Browse repository at this point
Copy the full SHA 4816c71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c8b0f - Browse repository at this point
Copy the full SHA 91c8b0fView commit details
Commits on Jun 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 703ea78 - Browse repository at this point
Copy the full SHA 703ea78View commit details -
Merge pull request #524 from skliper/fix520-update-license-ic
Fix #520, Update license and README for Apache 2.0, also updated quickstart
Configuration menu - View commit details
-
Copy full SHA for 57969ba - Browse repository at this point
Copy the full SHA 57969baView commit details
Commits on Jun 25, 2020
-
Increase version to 5.0.21 and update Readme
Gerardo E. Cruz-Ortiz committedJun 25, 2020 Configuration menu - View commit details
-
Copy full SHA for d47f38f - Browse repository at this point
Copy the full SHA d47f38fView commit details