Added weak symbols for STM32W exception handlers and other minor updates for the HAL.

This commit is contained in:
Salvatore Pitrulli 2011-03-25 09:13:53 +01:00 committed by Salvatore Pitrulli
parent 57163c616d
commit 0a0ad39c9b
8 changed files with 79 additions and 94 deletions

View file

@ -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[] = {