Revision 691a0632

View differences:

modules/DiWheelDrive_1-1/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).
modules/LightRing_1-0/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).
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-
modules/NUCLEO-L476RG/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).
modules/PowerManagement_1-1/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).
modules/STM32F407G-DISC1/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).

Also available in: Unified diff