-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
79 changed files
with
4,102 additions
and
5,721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule arducam
updated
15 files
+1 −2 | fsw/platform_inc/cam_msgids.h | |
+63 −162 | fsw/src/cam_app.c | |
+2 −3 | fsw/src/cam_app.h | |
+28 −101 | fsw/src/cam_child.c | |
+0 −1 | fsw/src/cam_child.h | |
+30 −22 | fsw/src/cam_lib.c | |
+4 −4 | fsw/src/cam_lib.h | |
+3 −20 | fsw/src/cam_msg.h | |
+42 −42 | fsw/unit_test/cam_cmd_test.c | |
+7 −7 | fsw/unit_test/cam_init_test.c | |
+1 −1 | gsw/ARDUCAM/cmd_tlm/ARDUCAM_CMD.txt | |
+2 −0 | gsw/ARDUCAM/cmd_tlm/ARDUCAM_TLM.txt | |
+1 −0 | gsw/ARDUCAM/target.txt | |
+0 −3 | sim/CMakeLists.txt | |
+0 −38 | sim/src/camsim.cpp |
Submodule generic_adcs
added at
7520ba
Submodule generic_css
updated
14 files
Submodule generic_eps
updated
13 files
Submodule generic_fss
updated
10 files
Submodule generic_imu
updated
15 files
Submodule generic_mag
updated
13 files
Submodule generic_radio
updated
12 files
Submodule generic_reaction_wheel
updated
12 files
Submodule generic_torquer
updated
9 files
Submodule novatel_oem615
updated
31 files
Submodule sample
updated
17 files
+27 −1 | README.md | |
+66 −95 | fsw/src/sample_app.c | |
+2 −2 | fsw/src/sample_app.h | |
+14 −14 | fsw/src/sample_device.c | |
+6 −6 | fsw/src/sample_device.h | |
+6 −6 | fsw/src/sample_msg.h | |
+57 −0 | generate_template.sh | |
+2 −0 | gsw/SAMPLE/cmd_tlm/SAMPLE_TLM.txt | |
+1 −0 | gsw/SAMPLE/target.txt | |
+0 −5 | sim/CMakeLists.txt | |
+1 −1 | sim/inc/sample_42_data_provider.hpp | |
+14 −6 | sim/inc/sample_data_point.hpp | |
+1 −1 | sim/inc/sample_data_provider.hpp | |
+32 −43 | sim/src/sample_data_point.cpp | |
+0 −2 | sim/src/sample_hardware_model.cpp | |
+0 −22 | sim/src/sample_sim.cpp | |
+5 −5 | support/sample_checkout.c |
Submodule template
deleted from
4c58a5
Submodule cfs_lib
deleted from
7fae51
Submodule ci
updated
40 files
Submodule ci_lab
updated
16 files
+13 −0 | .github/workflows/codeql-build.yml | |
+11 −0 | .github/workflows/format-check.yml | |
+10 −0 | .github/workflows/static-analysis.yml | |
+0 −39 | .travis.yml | |
+115 −0 | CHANGELOG.md | |
+8 −5 | CMakeLists.txt | |
+3 −0 | CONTRIBUTING.md | |
+3 −39 | README.md | |
+41 −0 | SECURITY.md | |
+24 −34 | fsw/mission_inc/ci_lab_perfids.h | |
+24 −34 | fsw/platform_inc/ci_lab_msgids.h | |
+138 −147 | fsw/src/ci_lab_app.c | |
+28 −36 | fsw/src/ci_lab_app.h | |
+27 −35 | fsw/src/ci_lab_events.h | |
+31 −43 | fsw/src/ci_lab_msg.h | |
+64 −40 | fsw/src/ci_lab_version.h |
Submodule hk
deleted from
e6aa54
Submodule hs
deleted from
585648
Submodule hwlib
updated
31 files
+17 −5 | fsw/linux/libcan.c | |
+1 −1 | fsw/public_inc/hwlib_version.h | |
+1 −20 | fsw/public_inc/libcan.h | |
+2 −0 | fsw/public_inc/libgpio.h | |
+23 −15 | fsw/public_inc/libi2c.h | |
+2 −0 | fsw/public_inc/libmem.h | |
+1 −0 | fsw/public_inc/libsocket.h | |
+2 −0 | fsw/public_inc/libtrq.h | |
+10 −10 | fsw/public_inc/libuart.h | |
+1 −1 | fsw/src/gpio_lib.c | |
+1 −1 | fsw/src/mem_lib.c | |
+1 −1 | fsw/src/socket_lib.c | |
+1 −1 | fsw/src/torquer_lib.c | |
+0 −218 | fsw/unit_test/hwlib_cam_test.c | |
+0 −19 | fsw/unit_test/hwlib_cam_test.h | |
+0 −1,362 | fsw/unit_test/hwlib_eps_test.c | |
+0 −20 | fsw/unit_test/hwlib_eps_test.h | |
+0 −135 | fsw/unit_test/hwlib_gps_test.c | |
+0 −20 | fsw/unit_test/hwlib_gps_test.h | |
+0 −41 | fsw/unit_test/hwlib_test.c | |
+0 −20 | fsw/unit_test/hwlib_test.h | |
+0 −182 | fsw/unit_test/hwlib_test_utils.c | |
+0 −66 | fsw/unit_test/hwlib_test_utils.h | |
+0 −51 | fsw/unit_test/hwlib_testrunner.c | |
+23 −57 | sim/src/libcan.c | |
+3 −3 | sim/src/libgpio.c | |
+62 −25 | sim/src/libi2c.c | |
+1 −0 | sim/src/libmem.c | |
+13 −7 | sim/src/libspi.c | |
+3 −6 | sim/src/libtrq.c | |
+15 −14 | sim/src/libuart.c |
Submodule io_lib
updated
55 files
Submodule sch
updated
20 files
+2 −2 | fsw/platform_inc/sch_platform_cfg.h | |
+4 −4 | fsw/public_inc/sch_api.h | |
+1 −1 | fsw/src/sch_api.c | |
+1 −1 | fsw/src/sch_apipriv.h | |
+59 −70 | fsw/src/sch_app.c | |
+4 −4 | fsw/src/sch_app.h | |
+70 −69 | fsw/src/sch_cmds.c | |
+26 −26 | fsw/src/sch_cmds.h | |
+4 −4 | fsw/src/sch_custom.c | |
+2 −2 | fsw/src/sch_events.h | |
+7 −7 | fsw/src/sch_msg.h | |
+1 −1 | fsw/src/sch_msgdefs.h | |
+1 −1 | fsw/src/sch_verify.h | |
+1 −0 | fsw/tables/sch_def_msgtbl.c | |
+4 −4 | fsw/unit_test/sch_api_test.c | |
+111 −111 | fsw/unit_test/sch_app_test.c | |
+128 −128 | fsw/unit_test/sch_cmds_test.c | |
+8 −8 | fsw/unit_test/sch_custom_test.c | |
+84 −84 | fsw/unit_test/sch_test_utils.c | |
+3 −3 | fsw/unit_test/sch_test_utils.h |
Submodule to
updated
44 files
Submodule to_lab
updated
17 files
+14 −0 | .github/workflows/codeql-build.yml | |
+12 −0 | .github/workflows/format-check.yml | |
+12 −0 | .github/workflows/static-analysis.yml | |
+181 −0 | CHANGELOG.md | |
+23 −15 | CMakeLists.txt | |
+3 −0 | CONTRIBUTING.md | |
+4 −56 | README.md | |
+41 −0 | SECURITY.md | |
+25 −35 | fsw/mission_inc/to_lab_perfids.h | |
+24 −34 | fsw/platform_inc/to_lab_msgids.h | |
+26 −29 | fsw/platform_inc/to_lab_sub_table.h | |
+195 −224 | fsw/src/to_lab_app.c | |
+28 −40 | fsw/src/to_lab_app.h | |
+42 −50 | fsw/src/to_lab_events.h | |
+52 −68 | fsw/src/to_lab_msg.h | |
+63 −40 | fsw/src/to_lab_version.h | |
+83 −72 | fsw/tables/to_lab_sub.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.