platformio / platformio-home

PlatformIO Home
https://docs.platformio.org/page/home/index.html
Apache License 2.0
92 stars 62 forks source link

Libraries: Updates #7514

Open pulsar1955 opened 1 month ago

pulsar1955 commented 1 month ago

PIO Core Call Error: "UnknownEnvNamesError: Unknown environment names 'lpc1769'. Valid names are 'mks_eagle_usb_flash_drive_msc, mks_robin_nano_v3, STM32F103RC_ZM3E2_USB_maple, STM32F070CB_malyan, FYSETC_CHEETAH_V20, chitu_v5_gpio_init, ERYONE_ERY32_MINI_maple, simulator_macos_release, chitu_f103_maple, mks_monster8, STM32F103VE_ZM3E4V2_USB, STM32F103RC_btt_512K_USB, sanguino644p, STM32F103RC_fysetc_maple, FYSETC_S6, mks_robin_mini, STM32F103RE_creality_smartPro_maple, NUCLEO_F767ZI, mks_robin_nano_v3_1, mks_robin_lite3, STM32F103RET6_creality_maple, mks_robin_pro_maple, mingda_mpx_arm_mini, FLY_MINI, STM32F103RC_btt_512K, STM32F401RC_creality, mks_robin_lite_maple, STM32F103CB_malyan, BIGTREE_SKR_2_F429, STM32F103VC_ZM3E4_USB_maple, LERDGES, TH3D_EZBoard_V2_no_bootloader, include_tree, melzi_optiboot, mks_monster8_usb_flash_drive, STM32F103RC_btt, STM32F103VE_GTM32, DUE, mks_robin_nano35, chitu_f103, STM32F103RC_maple, BIGTREE_SKR_PRO, STM32F103RC_btt_512K_USB_maple, trigorilla_pro_disk, mks_robin_e3p_maple, BIGTREE_SKR_2_F429_USB_debug, STM32F103RE_creality_smartPro, sanguino1284p, LERDGEX, teensy35, BIGTREE_BTT002_VET6, LPC1768, STM32F103RC_btt_USB, ARMED, STM32F103RE_creality, esp32, STM32F103RC_creality, jgaurora_a5s_a1_maple, BIGTREE_E3_RRF, teensy31, STM32F103RC_meeb, jgaurora_a5s_a1, mks_monster8_usb_flash_drive_msc, TH3D_EZBoard_V2_OpenBLT, trigorilla_pro, REMRAM_V1, BIGTREE_OCTOPUS_PRO_V1_F429, mega2560, STM32F103VE_GTM32_maple, mks_robin_mini_maple, BIGTREE_SKR_2, melzi_optiboot_optimized, simulator_windows, malyan_M300, FLY_MINI_maple, chitu_v5_gpio_init_maple, LPC1769, STM32G0B1RE_btt_xfer, mks_robin, rumba32, Artillery_Ruby, STM32F103RE_creality_xfer, STM32H743Vx_btt, STM32F103RET6_creality_xfer, STM32F103RC_creality_xfer, rambo, sanguino1284p_optimized, BIGTREE_SKR_PRO_usb_flash_drive, BIGTREE_SKR_2_USB_debug, BIGTREE_OCTOPUS_V1_USB, mks_robin_nano_v3_1_usb_flash_drive_msc, teensy41, SAMD51_grandcentral_m4, STM32F103RC_fysetc, at90usb1286_cdc, mks_robin_e3, simulator_linux_release, STM32F070RB_malyan, STM32F103RE_btt_USB_maple, STM32F103RET6_creality, BIGTREE_OCTOPUS_PRO_V1_F429_USB, trigorilla_pro_maple, STM32F103RE_creality_maple, mks_robin_e3p, BIGTREE_BTT002, STM32F103CB_malyan_maple, STM32F103RE, mks_robin_nano_v3_usb_flash_drive_msc, mks_robin_nano35_maple, mks_robin_nano_v1_3_f4, mks_robin_lite, mega1280, melzi_optimized, Anet_ET4_no_bootloader, LERDGEX_usb_flash_drive, STM32F103VC_ZM3E4_USB, mks_eagle_usb_flash_drive, STM32F103RE_btt, flsun_hispeedv1, STM32G0B1RE_btt, mks_tinybee, mks_eagle, MightyBoard1280, LERDGEK, melzi, BTT_SKR_SE_BX, simulator_linux_debug, STM32F103VE_ZM3E4V2_USB_maple, mks_robin_pro, mks_robin_e3_maple, FYSETC_E4, STM32F103VE_longer, BIGTREE_GTR_V1_0, STM32F103RE_maple, STM32F407VE_black, MightyBoard2560, BIGTREE_GTR_V1_0_usb_flash_drive, STM32F103VE_longer_maple, Opulo_Lumen_REV3, STM32F103RC_meeb_maple, STM32F103RC_ZM3E2_USB, BIGTREE_SKR_2_USB, mks_robin_lite3_maple, STM32F103RC_creality_maple, FYSETC_F6, PANDA_PI_V29, teensy20, teensy36, at90usb1286_dfu, simulator_macos_debug, mks_robin_nano_v3_1_usb_flash_drive, STM32F103RC_btt_maple, STM32F103ZE, mks_robin_maple, Anet_ET4_OpenBLT, mks_robin_pro2, STM32F401RC_creality_stlink, STM32F103RC_btt_USB_maple, DUE_archim, FYSETC_S6_8000, STM32F103VE, LERDGEK_usb_flash_drive, STM32F401RC_creality_jlink, STM32F103RE_btt_maple, STM32F103RE_btt_USB, mks_robin_nano_v3_usb_flash_drive, STM32F103RC_btt_512K_maple, BIGTREE_OCTOPUS_V1, linux_native, BIGTREE_SKR_2_F429_USB, DUE_USB, PANDA, LERDGES_usb_flash_drive, mega2560ext, FLYF407ZG'"

robertlipe commented 4 weeks ago

Is this more tricky than the actual text in the error?

Unknown environment names 'lpc1769'. Valid names are ... gpio_init_maple, LPC1769,

Maybe one of your dev team develops on a system where case in the filesystem isn't significant (ahem, MacOS) and you're developing on a system where case in pathnames DOES matter, such as most Linux filesystems?

Make the environment names match and see if that brings you to a happy place. If so, submit a PR to whatever app you're developing and close this out as it's just a reality of cross-platform development.