@@ -35,16 +35,16 @@ This file helps catch software logic issues before they affect the satellite har
35
35
36
36
| Component | Description |
37
37
| ------------------------| -----------------------------------------------------------------------------|
38
- | [ ` test_obc_main.c ` ] ( /assets/code/test_obc_main.c ) | Main test runner that initializes the OBC environment and simulates execution |
39
- | [ ` mock_uart.c ` ] ( /assets/code/mock_uart.c ) | Simulated UART communication layer with buffers to emulate data exchange |
40
- | [ ` mock_uart.h ` ] ( /assets/code/mock_uart.h ) | Simulated UART communication layer with buffers to emulate data exchange |
41
- | ` mock_flash.c ` | Emulated flash memory to verify write and read operations |
42
- | ` mock_flash.h ` | Emulated flash memory to verify write and read operations |
43
- | [ ` test_commands.c ` ] ( /assets/code/test_commands.c ) | Functions for creating and dispatching test commands |
44
- | [ ` test_commands.h ` ] ( /assets/code/test_commands.h ) | Functions for creating and dispatching test commands |
45
- | [ ` assert_utils.c ` ] ( /assets/code/assert_utils.c ) | Custom assert functions for validating results |
46
- | [ ` assert_utils.h ` ] ( /assets/code/assert_utils.h ) | Custom assert functions for validating results |
47
- | ` test_data/test_cases.txt ` | List of binary or ASCII commands for test input |
38
+ | < a href = " /assets/code/test_obc_main.c " download >test_obc_main.c</ a > | Main test runner that initializes the OBC environment and simulates execution |
39
+ | < a href = " /assets/code/mock_uart.c " download >mock_uart.c</ a > | Simulated UART communication layer with buffers to emulate data exchange |
40
+ | < a href = " /assets/code/mock_uart.h " download >mock_uart.h</ a > | Simulated UART communication layer with buffers to emulate data exchange |
41
+ | ` mock_flash.c ` | Emulated flash memory to verify write and read operations |
42
+ | ` mock_flash.h ` | Emulated flash memory to verify write and read operations |
43
+ | < a href = " /assets/code/test_commands.c " download >test_commands.c</ a > | Functions for creating and dispatching test commands |
44
+ | < a href = " /assets/code/test_commands.h " download >test_commands.h</ a > | Functions for creating and dispatching test commands |
45
+ | < a href = " /assets/code/assert_utils.c " download >assert_utils.c</ a > | Custom assert functions for validating results |
46
+ | < a href = " /assets/code/assert_utils.h " download >assert_utils.h</ a > | Custom assert functions for validating results |
47
+ | < a href = " /assets/code/ test_data/test_cases.txt" download >test_cases.txt</ a > | List of binary or ASCII commands for test input |
48
48
49
49
## Download Test File
50
50
0 commit comments