Make LPC1768 pinmapping not specific to Re-ARM (#8063)

* Merging early because of build failures.  See #8105

* Make LPC1768 pinmapping not specific to Re-ARM

* Add HAL_PIN_TYPE and LPC1768 pin features

* M43 Updates

* Move pin map into pinsDebug_LPC1768.h

* Incorporate comments and M226

* Fix persistent store compilation issues

* Update pin features

* Update MKS SBASE pins

* Use native LPC1768 pin numbers in M42, M43, and M226
This commit is contained in:
Thomas Moore
2017-10-26 13:37:26 -05:00
committed by Roxy-3D
parent e4266d0fde
commit 9e699811d2
49 changed files with 1176 additions and 1338 deletions

View File

@@ -139,9 +139,9 @@ lib_ignore = Adafruit NeoPixel
src_filter = ${common.default_src_filter}
#
# Re-ARM (NXP LPC1768 ARM Cortex-M3)
# NXP LPC1768 ARM Cortex-M3
#
[env:Re-ARM]
[env:LPC1768]
platform = nxplpc
board_f_cpu = 100000000L
build_flags = !python Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py
@@ -154,9 +154,9 @@ extra_scripts = Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py
src_filter = ${common.default_src_filter}
#
# Re-ARM (for debugging and development)
# LPC1768 (for debugging and development)
#
[env:Re-ARM_debug_and_upload]
[env:LPC1768_debug_and_upload]
# Segger JLink
platform = nxplpc
#framework = mbed