adafruit / circuitpython_jupyter_kernel

Jupyter kernel to interact with CircuitPython board over USB
https://circuitpython-kernel.readthedocs.io/en/latest/
Other
37 stars 27 forks source link

Remove support for the ESP8266, support USB PID and VID #21

Closed brentru closed 3 years ago

brentru commented 5 years ago

CircuitPython 4.0 drops support for the ESP8266. Support for the ESP8266 should be removed from this library as well.

Add support for product ID along with vendor ID: https://github.com/mu-editor/mu/blob/master/mu/modes/adafruit.py#L38

https://github.com/adafruit/circuitpython_kernel/blob/master/circuitpython_kernel/board.py#L14 https://github.com/adafruit/circuitpython_kernel/blob/master/README.rst < update to reflect this change