Mark

Results 57 comments of Mark

In the process of putting it in an archive so github would allow the upload, I seem to have drug a copy of the file into itself. this should be...

I cannot speak for the author. That said: If you care that your deps don't change, you should pin a specific version one way or another: * check a known-good...

Are you saying the led blinking on your screen isn't as fast as one on a breadboard, or that the simulation's predicted timing is different from what you observe with...

I am using periph.io - specifically, `bcm283x.Pin.PWM()` from `periph.io/x/host/v3 v3.7.2` I'd tried a while back to add a patch for vcio, but couldn't get its device to show up. It...

> [...] SVF must be preprocessed by some script and split to smaller chunks that ESP32 can buffer. Do you happen to know where I can find such a script?...

Interesting, I'd assumed the bitstream format was vendor-specific. I'll have to give this a try. Reading through the iMPACT documentation, I didn't see any way to split the .svf commands...

Reported 1.5 years ago and **still broken** in the latest version (a fresh install) of vagrant. :disappointed: ```console $ vagrant --version Vagrant 2.2.16 $ vagrant status ~/.vagrant.d/gems/2.6.7/gems/vagrant-aws-0.7.2/lib/vagrant-aws/action/connect_aws.rb:41:in `call': undefined method...

I've encountered a somewhat-related problem: when my provisioner (ansible) creates and attaches a second ENI with a security group that doesn't allow ssh, subsequent vagrant commands (such as `vagrant ssh`)...

Sounds the same as #8. A commenter there suggested that the problem could be (assuming linux) the serial port being in a "cooked" mode, where certain sequences are translated as...

The PR got merged into the sdk's `develop` branch: https://github.com/raspberrypi/pico-sdk/pull/1604 ... and a new release was cut 3 weeks ago - probably right about the time you opened this issue....