platformio-core
platformio-core copied to clipboard
Import project from Keil µVision IDE
See https://community.platformio.org/t/port-keil-project-to-platformio/7409
Implement platformio project import
command.
For example,
platformio project import [KEIL_PROJECT_DIR] -d,--destination-dir [WRITABLE_DIR] -t,--type [keil|...]
Any update on this feature ? I am trying to move a project from Keil to PIO but I am getting tons of errors
Has anyone found a workaround for this?
Hello! I am a student from China, I am responding to the problem through the translator, because my English is not good, please forgive me! Why do I encounter the following error when importing keil to build the STM32 standard library project: Traceback (most recent call last): File "/usr/local/bin/platformio", line 5, in from platformio.main import main ModuleNotFoundError: No module named'platformio'
Any place to look for how to do this? Even manually it seems complicated.
因为这个导入工程是导入之前用platformio创建的工程
don't have this command
Any progress on this new feature?