-
Notifications
You must be signed in to change notification settings - Fork 217
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-09-21 #1158
Commits on Sep 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0531bca - Browse repository at this point
Copy the full SHA 0531bcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5454d - Browse repository at this point
Copy the full SHA 0f5454dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd967c - Browse repository at this point
Copy the full SHA 6fd967cView commit details
Commits on Sep 20, 2021
-
Fix #1154, add bsp-specific configuration flag registry
Adds a simple BSP API to get/set integer flags for each resource type. All bits are platform-defined, so this can be used to store any arbitrary platform flag. Initial use case is for setting task flags on vxWorks platforms which require a certain task flag to be set.
Configuration menu - View commit details
-
Copy full SHA for 52afada - Browse repository at this point
Copy the full SHA 52afadaView commit details
Commits on Sep 21, 2021
-
Fix #1153, add os-specifc socket flag function
Adds the capability for the bsd sockets implementation to use a function provided by the OS layer to set the socket flags. This allows VxWorks to have an alternative implementation that uses ioctl rather than fcntl to set the flags.
Configuration menu - View commit details
-
Copy full SHA for 009abc1 - Browse repository at this point
Copy the full SHA 009abc1View commit details -
Merge pull request #1149 from skliper/fix1148-symbol_test
Fix #1148, Enable symbol api test and MIR dump too large
Configuration menu - View commit details
-
Copy full SHA for 94e6e35 - Browse repository at this point
Copy the full SHA 94e6e35View commit details -
Merge pull request #1152 from skliper/fix1151-osloader_ut
Fix #1151, MIR symbol too long or table to long for osloader test
Configuration menu - View commit details
-
Copy full SHA for 99c5c6e - Browse repository at this point
Copy the full SHA 99c5c6eView commit details -
Merge pull request #1155 from jphickey/fix-1154-bsp-specific-flags
Fix #1154, add bsp-specific configuration flag registry
Configuration menu - View commit details
-
Copy full SHA for a53bf89 - Browse repository at this point
Copy the full SHA a53bf89View commit details -
Merge pull request #1157 from jphickey/fix-1153-avoid-fcntl-vxworks
Fix #1153, add os-specifc socket flag function
Configuration menu - View commit details
-
Copy full SHA for 5108df3 - Browse repository at this point
Copy the full SHA 5108df3View commit details
Commits on Sep 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9bac361 - Browse repository at this point
Copy the full SHA 9bac361View commit details