Simplify board names for max32 and wf32.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#
|
||||
architecture "pic32"
|
||||
cpu "PIC32MX7" # Processor variant
|
||||
board "CHIPKIT_MAX32" # Board type
|
||||
board "MAX32" # Board type
|
||||
ldscript "cfg/bootloader-max32.ld" # Linker script
|
||||
|
||||
# Standard system options
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PARAM = -DCHIPKIT_MAX32
|
||||
PARAM = -DMAX32
|
||||
PARAM += -DPIC32MX7
|
||||
PARAM += -DPWM_ENABLED
|
||||
PARAM += -DADC_ENABLED
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#
|
||||
architecture "pic32"
|
||||
cpu "PIC32MX7" # Processor variant
|
||||
board "CHIPKIT_WF32" # Board type
|
||||
board "WF32" # Board type
|
||||
ldscript "cfg/bootloader-max32.ld" # Linker script
|
||||
|
||||
# Standard system options
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PARAM = -DCHIPKIT_WF32
|
||||
PARAM = -DWF32
|
||||
PARAM += -DPIC32MX7
|
||||
PARAM += -DPWM_ENABLED
|
||||
PARAM += -DADC_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user