-
Notifications
You must be signed in to change notification settings - Fork 76
Open Source Draco Release #466
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
| #define PSP_DEBUG(...) PSP_DEBUG_LEV(1, __VA_ARGS__) | ||
| #else | ||
| /* Debug printfs are not compiled in at all */ | ||
| #define PSP_DEBUG_LEV(l, ...) |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #else | ||
| /* Debug printfs are not compiled in at all */ | ||
| #define PSP_DEBUG_LEV(l, ...) | ||
| #define PSP_DEBUG(...) |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| CFE_PSP_MODULE_DECLARE_SIMPLE(endian_api); | ||
|
|
||
| /* Note these are not supposed to be exposed publicly but UT needs to access them */ | ||
| uint8_t CFE_PSP_ENDIAN_INDICATOR; |
Check notice
Code scanning / CodeQL
Global could be static Note
| return (CFE_PSP_ENDIAN_INDICATOR == CFE_PSP_LITTLE_INDICATOR); | ||
| } | ||
|
|
||
| void CFE_PSP_ReportEndian(uint8 CheckValue) |
Check notice
Code scanning / CodeQL
Long function without assertion Note
| */ | ||
| #include "cfe_psp_endian.h" | ||
|
|
||
| #define ENDIAN_CONVERSION_COMBINE_NAME(ns, f) ns##_##f |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
|
|
||
| /* When compiled with _UNIT_TEST_, this changes the names of the functions | ||
| * to allow multiple different implementations to be tested together */ | ||
| #ifdef _UNIT_TEST_ |
Check notice
Code scanning / CodeQL
Conditional compilation Note
| /* | ||
| ** External Declarations | ||
| */ | ||
| #ifdef __riscv |
Check notice
Code scanning / CodeQL
Conditional compilation Note
c6eac8c to
16a0036
Compare
Batch update of latest cFS software release Reflects commit 4589155d61cf2540c335d3495b836fe4677c2b03 from NASA internal development repo
16a0036 to
0b4796e
Compare
NASA Docket No. GSC-19,200-1, and identified as "cFS Draco"
Batch update of latest cFS software release
Reflects commit 4589155d61cf2540c335d3495b836fe4677c2b03 from NASA internal development repo