Stability Fix
Clearing flags instead of ITStatus seems to improve stability in EXTI interrupts Added ASSERT functionality for STM std periphery library Also busy updating the HW validation menu git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@411 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -60,7 +60,6 @@ struct HwValidationMenuItems
|
||||
struct DisplayDevice* display; // DisplayDevice to talk to
|
||||
struct Adc* internalADC; // Internal ADC with channel array
|
||||
struct MAX5715* externalDAC; // External DAC with channel array
|
||||
struct Gpio* power6v5Enable;
|
||||
struct Gpio* interlockNO;
|
||||
struct Gpio* interlockNC;
|
||||
struct Gpio* TeslaSecurity;
|
||||
@@ -71,9 +70,14 @@ struct HwValidationMenuItems
|
||||
struct Gpio* cat0Relay;
|
||||
struct Gpio* cat1Relay;
|
||||
struct Gpio* cat2Relay;
|
||||
struct Gpio* hv0;
|
||||
struct Gpio* hv1;
|
||||
struct Gpio* hv2;
|
||||
struct Gpio* bicolourGreen;
|
||||
struct Gpio* bicolourRed;
|
||||
struct Pcba* pcba;
|
||||
struct Keypad *keypad;
|
||||
// struct Buzzer* buzzer;
|
||||
struct Buzzer* buzzer;
|
||||
};
|
||||
|
||||
struct HwValidationMenu
|
||||
|
||||
Reference in New Issue
Block a user