|
VSF Documented
|
#include "vsf.h"#include "vsf_board.h"#include "component/test/vsf_test/vsf_test.h"#include <string.h>#include "./vsf_test_shell.h"Macros | |
| #define | VSF_TEST_SHELL_POLL_INTERVAL_MS 1 |
| #define | VSF_TEST_SHELL_LINE_BUF_SIZE 128 |
Functions | |
| void | vsf_test_shell_init (vsf_test_shell_t *shell, const vsf_test_suite_t **suites, uint8_t suite_count, const vsf_test_inst_t *instances, uint8_t instance_count) |
| void | vsf_test_shell_run (vsf_test_shell_t *shell) |
Variables | |
| vsf_mem_stream_t | VSF_DEBUG_STREAM_RX |
| #define VSF_TEST_SHELL_POLL_INTERVAL_MS 1 |
| #define VSF_TEST_SHELL_LINE_BUF_SIZE 128 |
| void vsf_test_shell_init | ( | vsf_test_shell_t * | shell, |
| const vsf_test_suite_t ** | suites, | ||
| uint8_t | suite_count, | ||
| const vsf_test_inst_t * | instances, | ||
| uint8_t | instance_count | ||
| ) |
| void vsf_test_shell_run | ( | vsf_test_shell_t * | shell | ) |
|
extern |