Skip to content
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

ADCS commissioning #215

Merged
merged 26 commits into from
Feb 5, 2025
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c7bda96
fix numbers of telecommand args
DeemDeem52 Oct 5, 2024
9777f58
snprintf doesn't support floats
DeemDeem52 Oct 5, 2024
de7b504
Updated flash driver and littlefs helper to use NAND memory module (M…
KaleF07 Oct 6, 2024
6266845
Create Current ACP Status commands
DeemDeem52 Oct 9, 2024
c437f7f
Create Current ADCS State 1 command
DeemDeem52 Oct 9, 2024
1e7cffe
Create commissioning structs
DeemDeem52 Oct 14, 2024
b7e8868
Create Raw Star Tracker command
DeemDeem52 Oct 16, 2024
aaf6668
Create Save Image command
DeemDeem52 Oct 16, 2024
1d7b353
Create TCMDEXEC_adcs_request_commissioning_telemetry
DeemDeem52 Oct 19, 2024
e8eecb4
Minor change: lowercase function names
DeemDeem52 Oct 19, 2024
16a5bd4
Merge branch 'main' into nadeem-adcs-commissioning
DeemDeem52 Oct 19, 2024
5050a52
Create delayed and repeated telecommand functions
DeemDeem52 Oct 23, 2024
900081a
minor bugfix
DeemDeem52 Oct 26, 2024
6e7e0d2
ADCS Unix time telecommands
DeemDeem52 Oct 30, 2024
9db0127
Create SD Log Config commands
DeemDeem52 Nov 2, 2024
ebd7516
Update request_commissioning_telemetry with SD logger command
DeemDeem52 Nov 6, 2024
bafd10d
Update printing doubles to JSON
DeemDeem52 Nov 20, 2024
4f750eb
Double-to-string unit test
DeemDeem52 Nov 20, 2024
6a3589c
minor bugfix
DeemDeem52 Nov 23, 2024
bd60831
Merge branch 'main' into nadeem-adcs-commissioning
DeemDeem52 Nov 27, 2024
7f948c6
minor comment change
DeemDeem52 Nov 27, 2024
e465327
documentation change
DeemDeem52 Nov 27, 2024
68f3d37
timekeeping and float bugfixes
DeemDeem52 Dec 7, 2024
1778f36
minor docs changes
DeemDeem52 Dec 7, 2024
9e37eef
Add checks, clean comments, and remove unnecessary functions
DeemDeem52 Jan 22, 2025
67e92d0
Merge branch 'main' into nadeem-adcs-commissioning
DeemDeem52 Jan 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into nadeem-adcs-commissioning
DeemDeem52 committed Jan 22, 2025
commit 67e92d0e1939492c86a3140d935eaf760b03aab0
2 changes: 1 addition & 1 deletion firmware/Core/Inc/telecommands/telecommand_adcs.h
Original file line number Diff line number Diff line change
@@ -231,4 +231,4 @@ uint8_t TCMDEXEC_adcs_set_sd_log_config(const char *args_str, TCMD_TelecommandCh
uint8_t TCMDEXEC_adcs_get_sd_log_config(const char *args_str, TCMD_TelecommandChannel_enum_t tcmd_channel,
char *response_output_buf, uint16_t response_output_buf_len);

#endif // __INCLUDE_GUARD__TELECOMMAND_adcs_H
#endif // INCLUDE_GUARD__TELECOMMAND_adcs_H
You are viewing a condensed version of this merge commit. You can view the full changes here.