File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed
Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 5454 -o build/test.elf \
5555 Src/can_wrapper/main.c Src/can_wrapper/can_wrapper.c Src/can_wrapper/test_can_wrapper.c \
5656 Src/can_wrapper/tx_cache.c Src/can_wrapper/can_command_list.c Src/debug/debug_logger.c \
57- Src/debug/print.c Src/debug/ log_buffer.c \
57+ Src/debug/log_buffer.c \
5858 -lc -lm -lnosys
5959
6060 - name : Build Production Version
7676 -o build/production.elf \
7777 Src/can_wrapper/main.c Src/can_wrapper/can_wrapper.c \
7878 Src/can_wrapper/tx_cache.c Src/can_wrapper/can_command_list.c Src/debug/debug_logger.c \
79- Src/debug/print.c Src/debug/ log_buffer.c \
79+ Src/debug/log_buffer.c \
8080 -lc -lm -lnosys
8181
8282 - name : Generate Hex Files
Original file line number Diff line number Diff line change 44 * Configurations for all valid command ID's.
55 */
66
7- #include "tuk/can_wrapper/can_command_list.h"
7+ #include "../../Inc/ tuk/can_wrapper/can_command_list.h"
88
99const CmdConfig CMD_CONFIGS [NUM_COMMANDS ] = {
1010 ////////////////////////////////////////////
Original file line number Diff line number Diff line change 55 * IMPROVED VERSION: Single ownership pattern eliminates race conditions.
66 */
77
8- #include "tuk/can_wrapper/can_wrapper.h"
9- #include "tuk/can_wrapper/error_info.h"
10- #include "tuk/can_wrapper/tx_cache.h"
11- #include "tuk/debug.h"
12- #include "tuk/utils.h"
8+ #include "../../Inc/ tuk/can_wrapper/can_wrapper.h"
9+ #include "../../Inc/ tuk/can_wrapper/error_info.h"
10+ #include "../../Inc/ tuk/can_wrapper/tx_cache.h"
11+ #include "../../Inc/ tuk/debug /debug.h"
12+ #include "../../Inc/ tuk/debug /utils.h"
1313
1414#include <stddef.h>
1515
Original file line number Diff line number Diff line change 1- #include "tuk/can_wrapper/can_wrapper.h"
1+ #include "../../Inc/ tuk/can_wrapper/can_wrapper.h"
22
33#ifdef RUN_TESTS
44#include "test_can_wrapper.h"
Original file line number Diff line number Diff line change 66 */
77
88#include <stdbool.h>
9- #include <tuk/can_wrapper/tx_cache.h>
9+ #include <../../Inc/ tuk/can_wrapper/tx_cache.h>
1010
1111static bool is_matching_ack (const CANMessage * msg , const CANMessage * ack );
1212
Original file line number Diff line number Diff line change 22 * @file debug_logger.c
33 */
44
5- #include "tuk/debug/debug_logger.h"
6- #include "tuk/debug/print.h"
5+ #include "../../Inc/ tuk/debug/debug_logger.h"
6+ #include "../../Inc/ tuk/debug/print.h"
77
88#include <string.h>
99#include <stdint.h>
Original file line number Diff line number Diff line change 44
55#include <stdbool.h>
66
7- #include "tuk/debug/log_buffer.h"
7+ #include "../../Inc/ tuk/debug/log_buffer.h"
88
99bool LogBuffer_IsEmpty (const LogBuffer * log_buffer )
1010{
You can’t perform that action at this time.
0 commit comments