New HAL and SimpleMAC for STM32W108.
This commit is contained in:
parent
c9af578eab
commit
eb588f1aec
89 changed files with 1503 additions and 1883 deletions
|
@ -10,6 +10,8 @@
|
|||
#ifndef LOADER
|
||||
#if defined (CORTEXM3_STM32W108)
|
||||
#include "hal/micro/cortexm3/stm32w108/memmap.h"
|
||||
#elif defined (CORTEXM3_STM32F103)
|
||||
#include "hal/micro/cortexm3/stm32f103ret/memmap.h"
|
||||
#else
|
||||
#error no appropriate micro defined
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue