Carlos Rodrigues
Carlos Rodrigues
You can edit the fuse configuration for the chip you're using in `boards.txt` (the Arduino IDE may, or may not, need a restart to detect the updated configuration). For example,...
I don't have any part to test with, so I'd welcome a pull request adding support. From a quick look(*), it seems the ATmega328PB is not a minor variation of...
I'm seeing the same problem with docker `20.10.5` on CentOS 7.9, CentOS 8.3, and Ubuntu 10.04 LTS on a couple of vagrant VMs I have: ``` $ sudo docker run...
Powering off the controllers on shutdown is the most obvious use case for being able send the power off comand on demand. Currently, the controllers stay on after shutdown and...
It's working for me now as well.
I'm not sure I understand the question. The board definitions in this repo are meant for running programs on ATmega MCUs without any bootloader.
I'm also seeing this problem where SVG images are displayed as code instead of an image. The most recent version that works for me is **nbconvert 6.5.2**. Later 6.5.x versions...
I've done more tests and I now see that **nbconvert 7.2.3** is still broken (e.g. SVG output from Plotly is rendered as a black rectangle) and the version that seems...
The commit that introduces the SVG issues is: 4b9c5e76
`nbconvert 7.2.6` released yesterday still has the same problem (the black figures in the image below are embedded SVGs).