Index: firmware/App/HDCommon.h =================================================================== diff -u -ra1bc52ef42e3e767f8ce84346d41832d5b46ebce -re5d24f913e4f29d61c813cd1446ac22a368815f2 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision a1bc52ef42e3e767f8ce84346d41832d5b46ebce) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision e5d24f913e4f29d61c813cd1446ac22a368815f2) @@ -7,8 +7,8 @@ * * @file HDCommon.h * -* @author (last) Dara Navaei -* @date (last) 18-Oct-2022 +* @author (last) Sean Nash +* @date (last) 21-Dec-2022 * * @author (original) Sean * @date (original) 27-Feb-2020 @@ -29,21 +29,13 @@ // ********** development build switches ********** -// TODO - remove build switches before release #ifndef _RELEASE_ #ifndef _VECTORCAST_ -// Build switches. NOTE: These build switches will remain as #define -// #define USING_DEBUGGER 1 // Want to be able to use the debugger and have break points +// Build switches. NOTE: These build switches are never considered for release builds. // #define BOARD_WITH_NO_HARDWARE 1 // Target is a PCB w/ no hardware // #define RUN_WITHOUT_DG 1 // Run HD w/o DG // #define SIMULATE_UI 1 // Build w/o requirement that UI be there // #define TASK_TIMING_OUTPUT_ENABLED 1 // Re-purposes alarm lamp pins for task timing - #define DISABLE_BATT_COMM 1 // Disable battery communication // TODO soft switch -// #define READ_FPGA_ASYNC_DATA 1 // Test build reads non-priority register page every other time -// #define DISABLE_FPGA_COUNTER_CHECKS 1 // Disable alarms associated with FPGA read/error counters -// #define EMC_TEST_BUILD 1 // EMC test build - HD/DG run separately but connected, HD pumps toggle on/off w/ stop button -// #define DISABLE_WD_AND_SFTY_POST_TESTS 1 // Disable watchdog and safety shutdown POST tests - #define DISABLE_UI_POST_TEST 1 // Disable the UI POST #include #include