-
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
osal Integration candidate: 2021-03-02 #835
Commits on Feb 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 32a5f5f - Browse repository at this point
Copy the full SHA 32a5f5fView commit details
Commits on Feb 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bbce4be - Browse repository at this point
Copy the full SHA bbce4beView commit details
Commits on Feb 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b257683 - Browse repository at this point
Copy the full SHA b257683View commit details
Commits on Mar 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d1c4e8f - Browse repository at this point
Copy the full SHA d1c4e8fView commit details -
Merge pull request #834 from skliper/fix833-init_filedes
Fix #833, Initialize file descriptor in OS_OpenCreate
Configuration menu - View commit details
-
Copy full SHA for 38e9d6c - Browse repository at this point
Copy the full SHA 38e9d6cView commit details -
Merge pull request #826 from skliper/fix795-config_coverage
Fix #795, Add uncovered vxworks source files to coverage statistics
Configuration menu - View commit details
-
Copy full SHA for 8576598 - Browse repository at this point
Copy the full SHA 8576598View commit details -
Merge pull request #827 from zanzaben/fix780_restrict_file_create
Fix #780, restrict permissions on file create
Configuration menu - View commit details
-
Copy full SHA for 9725f44 - Browse repository at this point
Copy the full SHA 9725f44View commit details -
Merge pull request #829 from zanzaben/fix828_fix_comment_style
Fix #828, fix comment style
Configuration menu - View commit details
-
Copy full SHA for f5b47d1 - Browse repository at this point
Copy the full SHA f5b47d1View commit details
Commits on Mar 2, 2021
-
Fix #821, add accessor functions for version strings
Adds 4 version API calls: const char *OS_GetVersionString(void); const char *OS_GetVersionCodeName(void); void OS_GetVersionNumber(uint8[4]); uint32 OS_GetBuildNumber(void); These return the values of current macros in osapi-version.h. The accessor function should be the preferred way to get the OSAL version info (vs. using macro directly) as it is evaluated at OSAL library compile time, rather than application compile time, and thus will remain correct in the event that OSAL is relinked without recompiling the application.
Configuration menu - View commit details
-
Copy full SHA for 6197a52 - Browse repository at this point
Copy the full SHA 6197a52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c47365 - Browse repository at this point
Copy the full SHA 7c47365View commit details -
Merge pull request #824 from 'jphickey/fix-821-version-strings'
Fix #821, add accessor functions for version strings Fix format in `osapi-utstub-version.c`
Configuration menu - View commit details
-
Copy full SHA for 86b220b - Browse repository at this point
Copy the full SHA 86b220bView commit details
Commits on Mar 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 75105a8 - Browse repository at this point
Copy the full SHA 75105a8View commit details