Index: firmware/App/HDCommon.h =================================================================== diff -u -re8053e6bdafd0638102e01c4250dfd74c0850ba1 -r5b8439db1353b69d8189a7ed1cd1f4d860e3b1d5 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision e8053e6bdafd0638102e01c4250dfd74c0850ba1) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 5b8439db1353b69d8189a7ed1cd1f4d860e3b1d5) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2020-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file HDCommon.h * -* @author (last) Dara Navaei -* @date (last) 22-Sep-2022 +* @author (last) Sean Nash +* @date (last) 28-Mar-2023 * * @author (original) Sean * @date (original) 27-Feb-2020 @@ -25,25 +25,17 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 6 #define HD_VERSION_MICRO 0 -#define HD_VERSION_BUILD 58 +#define HD_VERSION_BUILD 192 // ********** 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 +// #define DIALYZER_REPRIME_ENABLED 1 // Build with dialyzer reprime code #include #include