Non Pycom device support #244
Replies: 5 comments 15 replies
-
Hi @pauljurczak I can't offer an official stance on 3rd party support. That said, I expect Pymakr will work with most 3rd party devices. The most common obstacle is the root path. This can be solved by overriding the default path in We hope to feature automatic detection of the root path in the next patch so that 3rd party devices will work with no configuration. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for prompt answers. I'm planning to start using MicroPython after a long C/C++ experience, but I found the IDE world somewhat fragmented or targeted primarily to the beginners (Thonny, Mu). Pymakr with VS Code looks like an ideal combination for me. |
Beta Was this translation helpful? Give feedback.
-
New Preview out that auto detects the root path. Would greatly appreciate feedback on the new patch as I don't have any 3rd party devices to test. 🙂 |
Beta Was this translation helpful? Give feedback.
-
@jakobrosenberg, For now a very quick test on some of my kit seems to run into some code issues: Start VSCode with device attached :
Connect device while running:
All devices now appear hidden.When I try to unhide a device:
List all Devices does show the device connected.
Dev/Console log on startup:
|
Beta Was this translation helpful? Give feedback.
-
prio 1: Prio 2: SD card I love the device info hover, could you add : |
Beta Was this translation helpful? Give feedback.
-
Is this extension designed to support non Pycom devices? Specifically, I'm looking for RP2040, ESP32 and SAMD support. I've seen reports of success with some of these devices, but I would like to know how well they work and if they are officially supported.
Beta Was this translation helpful? Give feedback.
All reactions