Revision 691a0632 modules/NUCLEO-F103RB/Makefile
| modules/NUCLEO-F103RB/Makefile | ||
|---|---|---|
| 35 | 35 |
|
| 36 | 36 |
# C specific options here (added to USE_OPT). |
| 37 | 37 |
ifeq ($(USE_COPT),) |
| 38 |
USE_COPT = -std=c11
|
|
| 38 |
USE_COPT = -std=c17
|
|
| 39 | 39 |
endif |
| 40 | 40 |
|
| 41 | 41 |
# C++ specific options here (added to USE_OPT). |
| ... | ... | |
| 226 | 226 |
# NOTE: Some can be overridden externally. # |
| 227 | 227 |
# # |
| 228 | 228 |
|
| 229 |
MCU = cortex-m4
|
|
| 229 |
MCU = cortex-m3
|
|
| 230 | 230 |
|
| 231 | 231 |
#TRGT = arm-elf- |
| 232 | 232 |
TRGT = arm-none-eabi- |
Also available in: Unified diff