diff options
| author | Damien George | 2019-11-01 14:52:17 +1100 |
|---|---|---|
| committer | Damien George | 2019-11-01 14:52:17 +1100 |
| commit | 6a64b280d03755ecb0c58f42f6b649e931fd2018 (patch) | |
| tree | ba0ff1e2ff40b913c7401dec1b3d87e9ceea19a6 /ports/stm32/Makefile | |
| parent | 40ea1915fc06b7abc4fac6649c70f9b89dc51e2b (diff) | |
stm32: Add support for RF coprocessor on WB55 MCUs.
This requires a BLE wireless stack firmware to be already programmed in the
secure flash area of the device.
Diffstat (limited to 'ports/stm32/Makefile')
| -rw-r--r-- | ports/stm32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm32/Makefile b/ports/stm32/Makefile index 2a3b14d04..99d2248fd 100644 --- a/ports/stm32/Makefile +++ b/ports/stm32/Makefile @@ -252,6 +252,7 @@ SRC_C = \ softtimer.c \ powerctrl.c \ powerctrlboot.c \ + rfcore.c \ pybthread.c \ factoryreset.c \ timer.c \ |
