-
Notifications
You must be signed in to change notification settings - Fork 57
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
Fix #263, modular psp implementation #264
Fix #263, modular psp implementation #264
Commits on Mar 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 07cd861 - Browse repository at this point
Copy the full SHA 07cd861View commit details
Commits on Mar 3, 2021
-
Fix nasa#254, use CMake to publish interface details
Use target_include_directories and target_compile_definitions to propagate the interface details for PSP
Configuration menu - View commit details
-
Copy full SHA for 23a33b7 - Browse repository at this point
Copy the full SHA 23a33b7View commit details -
Fix nasa#256, add PSP version API
Add a PSP implementation of the version API discussed in nasa/cFS#200
Configuration menu - View commit details
-
Copy full SHA for 2670eef - Browse repository at this point
Copy the full SHA 2670eefView commit details
Commits on Mar 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ceb4b1f - Browse repository at this point
Copy the full SHA ceb4b1fView commit details -
Merge remote-tracking branches 'ariel/SecurityPolicy', 'jphickey/fix-…
…256-version-api', 'jphickey/fix-254-psp-interface' and 'zanzaben/fix246_fix_comment_style' into ic-20210305
Configuration menu - View commit details
-
Copy full SHA for e81fe5a - Browse repository at this point
Copy the full SHA e81fe5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 215807e - Browse repository at this point
Copy the full SHA 215807eView commit details
Commits on Mar 9, 2021
-
Fix nasa#261, add psp_module_api interface target
Adds a new target for PSP modules and use this to propagate the compile definitions and include directories for all PSP code.
Configuration menu - View commit details
-
Copy full SHA for 0ccebed - Browse repository at this point
Copy the full SHA 0ccebedView commit details
Commits on Mar 11, 2021
-
Merge pull request nasa#262 from jphickey/fix-261-psp-api-intf
Fix nasa#261, add psp_module_api interface target
Configuration menu - View commit details
-
Copy full SHA for d7af7a0 - Browse repository at this point
Copy the full SHA d7af7a0View commit details
Commits on Mar 12, 2021
-
HOTFIX 20210312, updates to work with older CMake
Certain operations in the recent baseline were dependent on a recent version of CMake. In particular object libraries cannot be used in the intended way in the older versions. This adds workarounds for those cases. Tested against CMake versions 3.5.1, 3.10.2, and 3.16.3.
Configuration menu - View commit details
-
Copy full SHA for 0800544 - Browse repository at this point
Copy the full SHA 0800544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c8b39 - Browse repository at this point
Copy the full SHA 10c8b39View commit details
Commits on Mar 15, 2021
-
Merge pull request nasa#268 from skliper/ic-20210312
Integration candidate: 2021-03-12
Configuration menu - View commit details
-
Copy full SHA for 850be4b - Browse repository at this point
Copy the full SHA 850be4bView commit details -
Bump to v1.5.0-rc1+dev82 (nasa#269)
Update Readme, fix URL for IC-2021-03-12 entry in changelog
Configuration menu - View commit details
-
Copy full SHA for 0f39a13 - Browse repository at this point
Copy the full SHA 0f39a13View commit details
Commits on Mar 16, 2021
-
Fix nasa#263, selectable eeprom implementation
Use the PSP module feature to allow selection/override of EEPROM accessors. The current code is converted to an "eeprom_direct" module which is included only on platforms where it is valid (e.g. mcp750, no mmu).
Configuration menu - View commit details
-
Copy full SHA for 3d15b72 - Browse repository at this point
Copy the full SHA 3d15b72View commit details