diff --git a/9_Firmware/9_1_Microcontroller/tests/.gitignore b/9_Firmware/9_1_Microcontroller/tests/.gitignore index e185c71..c836306 100644 --- a/9_Firmware/9_1_Microcontroller/tests/.gitignore +++ b/9_Firmware/9_1_Microcontroller/tests/.gitignore @@ -18,3 +18,11 @@ test_bug12_pa_cal_loop_inverted test_bug13_dac2_adc_buffer_mismatch test_bug14_diag_section_args test_bug15_htim3_dangling_extern +test_agc_outer_loop +test_gap3_emergency_state_ordering +test_gap3_emergency_stop_rails +test_gap3_idq_periodic_reread +test_gap3_iwdg_config +test_gap3_overtemp_emergency_stop +test_gap3_temperature_max +test_um982_gps diff --git a/9_Firmware/9_1_Microcontroller/tests/test_agc_outer_loop b/9_Firmware/9_1_Microcontroller/tests/test_agc_outer_loop deleted file mode 100755 index 3cfb6ef..0000000 Binary files a/9_Firmware/9_1_Microcontroller/tests/test_agc_outer_loop and /dev/null differ diff --git a/9_Firmware/9_1_Microcontroller/tests/test_gap3_emergency_state_ordering b/9_Firmware/9_1_Microcontroller/tests/test_gap3_emergency_state_ordering deleted file mode 100755 index 5deabe3..0000000 Binary files a/9_Firmware/9_1_Microcontroller/tests/test_gap3_emergency_state_ordering and /dev/null differ diff --git a/9_Firmware/9_1_Microcontroller/tests/test_gap3_emergency_stop_rails b/9_Firmware/9_1_Microcontroller/tests/test_gap3_emergency_stop_rails deleted file mode 100755 index e806865..0000000 Binary files a/9_Firmware/9_1_Microcontroller/tests/test_gap3_emergency_stop_rails and /dev/null differ diff --git a/9_Firmware/9_1_Microcontroller/tests/test_gap3_idq_periodic_reread b/9_Firmware/9_1_Microcontroller/tests/test_gap3_idq_periodic_reread deleted file mode 100755 index 17c9ba1..0000000 Binary files a/9_Firmware/9_1_Microcontroller/tests/test_gap3_idq_periodic_reread and /dev/null differ diff --git a/9_Firmware/9_1_Microcontroller/tests/test_gap3_iwdg_config b/9_Firmware/9_1_Microcontroller/tests/test_gap3_iwdg_config deleted file mode 100755 index c684fbf..0000000 Binary files a/9_Firmware/9_1_Microcontroller/tests/test_gap3_iwdg_config and /dev/null differ diff --git a/9_Firmware/9_1_Microcontroller/tests/test_gap3_overtemp_emergency_stop b/9_Firmware/9_1_Microcontroller/tests/test_gap3_overtemp_emergency_stop deleted file mode 100755 index b32cd47..0000000 Binary files a/9_Firmware/9_1_Microcontroller/tests/test_gap3_overtemp_emergency_stop and /dev/null differ diff --git a/9_Firmware/9_1_Microcontroller/tests/test_gap3_temperature_max b/9_Firmware/9_1_Microcontroller/tests/test_gap3_temperature_max deleted file mode 100755 index d073d68..0000000 Binary files a/9_Firmware/9_1_Microcontroller/tests/test_gap3_temperature_max and /dev/null differ diff --git a/9_Firmware/9_1_Microcontroller/tests/test_um982_gps b/9_Firmware/9_1_Microcontroller/tests/test_um982_gps deleted file mode 100755 index 8f96f18..0000000 Binary files a/9_Firmware/9_1_Microcontroller/tests/test_um982_gps and /dev/null differ