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:
@@ -83,7 +83,21 @@ extern struct Storm700* const storm700;
|
||||
// internal FLASH
|
||||
extern struct InternalFlash* const iFlash;
|
||||
// Export of GPIOs
|
||||
extern struct Gpio* const ledBicolourGreen;
|
||||
extern struct Gpio* const ledBicolourRed;
|
||||
extern struct Gpio* const solenoid;
|
||||
extern struct Gpio* const buzzer;
|
||||
extern struct Gpio* const mcp0Relay;
|
||||
extern struct Gpio* const mcp1Relay;
|
||||
extern struct Gpio* const mcp2Relay;
|
||||
extern struct Gpio* const cat0Relay;
|
||||
extern struct Gpio* const cat1Relay;
|
||||
extern struct Gpio* const cat2Relay;
|
||||
extern struct Gpio* const teslaRelay;
|
||||
|
||||
extern struct Gpio* const hv0Present;
|
||||
extern struct Gpio* const hv1Present;
|
||||
extern struct Gpio* const hv2Present;
|
||||
|
||||
extern struct Interlock* const interlock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user