-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: initial support for connection via console_usb_serial_jtag
We can't use a uart callback when the usb-serial-jtag or usb-cdc console is chosen as they don't support this, so we have to use base64|hex encoding to upload/download files. Unfortunatly, the current nodemcu firmware does not support sending long chunks via usb-serial-jtag. See nodemcu/nodemcu-firmware#3657 Therefore, some features as 'file download' and 'send chunk of code from editor window' do not work. Also, if there are many files on spiffs, the extension hangs at the stage of reading from ESP.
- Loading branch information
Showing
5 changed files
with
343 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.