diff options
| author | Damien | 2013-10-26 18:01:48 +0100 |
|---|---|---|
| committer | Damien | 2013-10-26 18:01:48 +0100 |
| commit | 8f7491a109a555ca897ae49efe98f4cc2b080311 (patch) | |
| tree | d988eec1cb50f28b2d193721e54ac277e568aa8b /stm/Makefile | |
| parent | 9281cd66c9e0c82608259d8f345e4136cd6e0990 (diff) | |
Add USART support, connected to stdio for REPL.
Diffstat (limited to 'stm/Makefile')
| -rw-r--r-- | stm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/Makefile b/stm/Makefile index cf4ba8690..8a1980a9d 100644 --- a/stm/Makefile +++ b/stm/Makefile @@ -23,6 +23,7 @@ SRC_C = \ malloc0.c \ systick.c \ stm32fxxx_it.c \ + usart.c \ usb.c \ sdio.c \ lexerstm.c \ @@ -66,6 +67,7 @@ SRC_STM = \ stm32f4xx_sdio.c \ stm32f4xx_pwr.c \ stm32f4xx_rtc.c \ + stm32f4xx_usart.c \ stm_misc.c \ usb_core.c \ usb_dcd.c \ |
