Simplify board names for max32 and wf32.

This commit is contained in:
Serge Vakulenko
2015-09-04 20:55:02 -07:00
parent f055b45453
commit a73bd691b3
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
# #
architecture "pic32" architecture "pic32"
cpu "PIC32MX7" # Processor variant cpu "PIC32MX7" # Processor variant
board "CHIPKIT_MAX32" # Board type board "MAX32" # Board type
ldscript "cfg/bootloader-max32.ld" # Linker script ldscript "cfg/bootloader-max32.ld" # Linker script
# Standard system options # Standard system options

View File

@@ -1,4 +1,4 @@
PARAM = -DCHIPKIT_MAX32 PARAM = -DMAX32
PARAM += -DPIC32MX7 PARAM += -DPIC32MX7
PARAM += -DPWM_ENABLED PARAM += -DPWM_ENABLED
PARAM += -DADC_ENABLED PARAM += -DADC_ENABLED

View File

@@ -12,7 +12,7 @@
# #
architecture "pic32" architecture "pic32"
cpu "PIC32MX7" # Processor variant cpu "PIC32MX7" # Processor variant
board "CHIPKIT_WF32" # Board type board "WF32" # Board type
ldscript "cfg/bootloader-max32.ld" # Linker script ldscript "cfg/bootloader-max32.ld" # Linker script
# Standard system options # Standard system options

View File

@@ -1,4 +1,4 @@
PARAM = -DCHIPKIT_WF32 PARAM = -DWF32
PARAM += -DPIC32MX7 PARAM += -DPIC32MX7
PARAM += -DPWM_ENABLED PARAM += -DPWM_ENABLED
PARAM += -DADC_ENABLED PARAM += -DADC_ENABLED