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
|
@ -109,6 +109,14 @@ const ButtonResourceType ButtonsMB950A[] = {
|
|||
}
|
||||
};
|
||||
|
||||
const ButtonResourceType ButtonsMB951A[] = {
|
||||
{
|
||||
"S1",
|
||||
PORTA,
|
||||
3
|
||||
},
|
||||
};
|
||||
|
||||
const TempSensorResourceType tempSensorMB851A = {
|
||||
"STLM20",
|
||||
PORTB,
|
||||
|
@ -143,6 +151,11 @@ const BoardIOType ioMB950A = {
|
|||
ButtonsMB950A,
|
||||
};
|
||||
|
||||
const BoardIOType ioMB951A = {
|
||||
LedsMB954A,
|
||||
ButtonsMB951A,
|
||||
};
|
||||
|
||||
const BoardResourcesType MB851A = {
|
||||
"MB851 A",
|
||||
(BOARD_HAS_MEMS | BOARD_HAS_TEMP_SENSOR | BOARD_HAS_FTDI),
|
||||
|
@ -214,7 +227,7 @@ const BoardResourcesType MB951A = {
|
|||
(BOARD_HAS_STM32F),
|
||||
BUTTONS_MB951A,
|
||||
LEDS_MB951A,
|
||||
&ioMB954A,
|
||||
&ioMB951A,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue