Index: firmware/App/HDCommon.h =================================================================== diff -u -r62a09fa67dc30631186f3e4d7a62437c1108c31a -r1fb58baf6e7e3d1f054b2a3634e233da7609dad9 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 62a09fa67dc30631186f3e4d7a62437c1108c31a) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 1fb58baf6e7e3d1f054b2a3634e233da7609dad9) @@ -35,8 +35,10 @@ #ifndef _VECTORCAST_ // #define RM46_EVAL_BOARD_TARGET 1 // limited build runs on RM46 eval board // #define BREADBOARD_TARGET 1 // old breadboard system build - no longer used? -// #define SIMULATE_UI 1 // build w/o requirement that UI be there + #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 SKIP_POST 1 // skip POST tests - all pass + #define LIMITED_NVDATA_CRC_CHECKS 1 // only perform POST CRC checks on nv-data records that are implemented so far #define SKIP_POST 1 // skip POST tests - all pass // #define LIMITED_NVDATA_CRC_CHECKS 1 // only perform POST CRC checks on nv-data records that are implemented so far #define DISABLE_ACCELS 1 // disable accelerometer POST and monitoring