diff options
| author | Dave Hylands | 2015-08-02 10:42:09 -0700 |
|---|---|---|
| committer | Damien George | 2015-08-07 08:46:43 +0100 |
| commit | be66a9ecf60eac18e08eda7bddf4b3481459c9f2 (patch) | |
| tree | c65961e63c47efda30210bf775b8d2bdcc3d4f1b /stmhal/boards/ESPRUINO_PICO | |
| parent | 4836bcc957e970c93c02bfd465a35dba5da157ee (diff) | |
stmhal: Generate modstm constants per build
This causes unnecessary constants to no longer be generated.
Some constants (like UART_BRR) are different between the F4 and F7
Diffstat (limited to 'stmhal/boards/ESPRUINO_PICO')
| -rw-r--r-- | stmhal/boards/ESPRUINO_PICO/mpconfigboard.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/boards/ESPRUINO_PICO/mpconfigboard.mk b/stmhal/boards/ESPRUINO_PICO/mpconfigboard.mk index 3027f4cfd..428b271ab 100644 --- a/stmhal/boards/ESPRUINO_PICO/mpconfigboard.mk +++ b/stmhal/boards/ESPRUINO_PICO/mpconfigboard.mk @@ -1,3 +1,4 @@ MCU_SERIES = f4 +CMSIS_MCU = STM32F401xE AF_FILE = boards/stm32f401_af.csv LD_FILE = boards/stm32f401.ld |
