WHe PIO config LCP1769 for BTT_SKR_V1_4_TURBO is’t building. common_LPC is only setup for LPC1768 and LPC1769 fails with:
Unable to find destination disk (Autodetect Error)
Please select it in platformio.ini using the upload_port keyword (https://docs.platformio.org/en/latest/projectconf/section_env_upload.html) or copy the firmware (.pio/build/LPC1768/firmware.bin) manually to the appropriate disk
THe problem is in common_LPC the code snippet is below:
extra_scripts = ${common.extra_scripts}
Marlin/src/HAL/LPC1768/upload_extra_script.py
src_filter = ${common.default_src_filter} +<src/HAL/LPC1768>