PER Firmware
Loading...
Searching...
No Matches
g4_testing.h
Go to the documentation of this file.
1#ifndef __G4_TESTING__
2#define __G4_TESTING__
3
4// To add new tests create a separate file (see led_blink.c) and add it to the enum here
5#define TEST_BLINKY 0
6#define TEST_FDCAN 1
7#define TEST_USART 2
8#define TEST_SPI 3
9#define TEST_CANPILER 4
10#define IZZE_IMU_CONFIG 5
11#define TEST_FLASH 6
12#define TEST_FREERTOS 7
13#define TEST_CRC 8
14#define TEST_USB 9
15#define TEST_PWM 10
16#define TEST_ADC 11
17#define TEST_GPIO 12
18
19// Change this define to set the test compiled
20#define G4_TESTING_CHOSEN TEST_BLINKY
21
22#endif // __G4_TESTING__