Added weak symbols for STM32W exception handlers and other minor updates for the HAL.
This commit is contained in:
parent
57163c616d
commit
0a0ad39c9b
8 changed files with 79 additions and 94 deletions
|
@ -15,6 +15,9 @@
|
|||
#include "memmap.h"
|
||||
#include "flash.h"
|
||||
|
||||
#ifdef FLASH_PROGRAMMING_WITH_EMPTY_FIB
|
||||
#define ST_EMU_TEST
|
||||
#endif
|
||||
// A translation table used to convert FibStatus codes to corresponding
|
||||
// StStatus values
|
||||
static const StStatus fibToStStatus[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue