74 Commits

Author SHA1 Message Date
Julian Todd
9f781d2e01 Update README.md
update the installation functions
2021-03-28 10:32:07 +01:00
MatthewCroughan
fe0a35dca3 Merge pull request #48 from MatthewCroughan/packaging
add packaging details for jupyter_micropython_kernel module
2020-12-02 02:01:58 +00:00
matthewcroughan
98c1f4af60 remove superfluous and outdated setup.py 2020-08-31 16:24:52 +01:00
matthewcroughan
d322fb666a Add PyPi installation details to README.md 2020-08-29 21:55:53 +01:00
matthewcroughan
57546c364d add packaging details for jupyter_micropython_kernel module 2020-08-29 07:22:59 +01:00
Julian Todd
ccd6e7803e remove typo of Nones 2019-06-13 14:07:18 +01:00
Julian Todd
92f6167dec make %fetchfile -l inline the file into the cell 2019-06-12 18:17:09 +01:00
Julian Todd
1f17dbec6c made the %ls command work 2019-06-12 13:07:14 +01:00
Julian Todd
6110229830 late chances and maixpy demo 2019-01-17 16:29:54 +00:00
Julian Todd
3c5d87c7fe Add in comments, remove the esptool -h and add "press prg button" message 2018-04-19 13:24:40 +01:00
Julian Todd
458f96f8a1 fix fetchfile bug when OK appeared in binascii string 2018-04-15 13:59:28 +01:00
Julian Todd
e3f3d0a9c9 Implemented a %fetchfile command 2018-04-15 00:49:45 +01:00
Julian Todd
b86d1916b0 fix issue 26 about %sendtofile not being commentable 2018-03-23 13:16:24 +00:00
Julian Todd
e47a214d6e %capture updates total line every second so that the browser doesn't get overloaded 2018-03-23 13:03:22 +00:00
Julian Todd
46d851f2da trap and handle value error on shlex (eg when missing quote) 2018-03-19 13:45:08 +00:00
Julian Todd
abf2151fb7 set clearoutput=True 2018-03-19 13:25:19 +00:00
Julian Todd
5a718605d8 Merge pull request #24 from andrewleech/sendtofile_folders
sendtofile: add support for sending folders recursively
2018-03-19 13:03:09 +00:00
Julian Todd
33ec87c48b Merge pull request #23 from andrewleech/esptool_command
esptool installs as "esptool.py" on linux and "esptool" on windows
2018-03-19 12:59:45 +00:00
Andrew Leech
3d251b2d93 Skip '.py' file if a compiled '.mpy' file is present 2018-03-15 14:58:34 +11:00
Andrew Leech
3d28fa63f4 sendtofile: add support for sending folders recursively 2018-03-15 11:22:34 +11:00
Andrew Leech
18f236a199 esptool command pip installs as "esptool.py" on linux and "esptool" on windows
This tests for both on first run and uses the first it find, or displays appropriate error
2018-03-15 09:46:19 +11:00
Julian Todd
e140d92513 improve listports to filter out non-existent rf ports 2018-03-07 10:54:07 +00:00
Julian Todd
4b79cdfdd3 get websockets to work by breaking down into individual bytes 2018-01-26 13:37:22 +00:00
Julian Todd
1d19834cb6 Allow comments before first %-command 2018-01-26 11:28:25 +00:00
Julian Todd
bab59d36dc shorten the delay on entering paste mode 2017-12-16 12:27:31 +00:00
Julian Todd
70b3c45381 non verbose setting on serialconnect actually works and makes things friendly 2017-11-18 14:31:38 +00:00
Julian Todd
e9dd0f6b01 Made sendtofile to base file or to destination directory 2017-11-10 19:03:58 +00:00
Julian Todd
832fa9fd31 sendtofile mkdir option made 2017-11-06 12:23:13 +00:00
Julian Todd
8020508a6d %comment function 2017-11-05 22:09:10 +00:00
Julian Todd
44f639ea7f Make mpy-cross magic function 2017-11-03 20:23:44 +00:00
Julian Todd
5d15139bf3 Close capture file when kernel interrupted 2017-10-26 13:44:39 +01:00
Julian Todd
8f739eda42 Max line length error on ascii transfer 2017-10-18 16:37:54 +01:00
Julian Todd
357e914b60 Make the serial connect more friendly (use a verbose flag to turn off messages) 2017-10-18 13:59:44 +01:00
Julian Todd
dbf1732b38 --execute mode in the writefile 2017-10-16 18:52:49 +01:00
Julian Todd
982523a8e7 debug the esptool 2017-10-11 12:47:10 +01:00
Julian Todd
c2db3b2e36 Multiple file transfer possible usine %sendtofile 2017-10-10 20:16:29 +01:00
Julian Todd
795ddadee5 Progress %age on file uploads 2017-10-09 19:05:23 +01:00
Julian Todd
768b206524 Now able to do %websocketconnect and do it over the webrepl 2017-10-05 18:00:03 +01:00
Julian Todd
f9c535e7ac binary file transfers from disk now possible 2017-10-03 19:52:35 +01:00
Julian Todd
2204ce0187 improved error colouring 2017-10-03 18:46:43 +01:00
Julian Todd
f6d252cbdf rewrite thelsmagic 2017-10-03 18:21:43 +01:00
Julian Todd
a1da7a97db fixed a dangling serial pointer 2017-10-03 18:00:09 +01:00
Julian Todd
e4e38ca2fa complete moving of workingserial code across 2017-10-03 17:15:33 +01:00
Julian Todd
0aa85ec39f moved much of the code into deviceconnector.py 2017-10-03 14:02:02 +01:00
Julian Todd
c4d78da2ce splitting off device connection into separate file 2017-10-03 12:47:00 +01:00
Julian Todd
3d6a6c9065 webrepl can work on individual eval expressions 2017-10-02 17:21:41 +01:00
Julian Todd
43c89bc2bd Handle socket connection to esp32 as prerequesite of webrepl implementation 2017-10-02 16:53:02 +01:00
Julian Todd
02faa36c39 total refactoring of %commands 2017-10-01 23:51:28 +01:00
Julian Todd
8f464b1518 More readme stuff and trying to use the argparse technology 2017-10-01 19:01:44 +01:00
Julian Todd
69a9ed4f00 fix install and serial to work on windows 2017-09-30 22:29:44 +01:00