Dave Hylands
Dave Hylands
rather than Utils::delay which is a busy loop
This changes a few functions to pass around a serial port object rather than a serial port filename. I tested with a real Black Magic Probe under Linux and MacOS.
In copy.py: https://github.com/pfalcon/micropython-lib/blob/01b5a1571d3c094074fb08727c792bfd63b1732e/copy/copy.py#L163 the deepcopy function references the variable dispatch_table which isn't initialized.
I made the following changes in order to get the example to compile: https://github.com/ArduCAM/Arduino/pull/553 I run the following command: ``` $ ./ov5642_capture -c foo.jpg 320x240 OV5642 detected. Changed resolution1 to...
This allows the Raspberry Pi examples to build on a Raspberry Pi W 2 with `Raspbian GNU/Linux 11 (bullseye)`.
While investigating #1435 I ran into some other formatting issues. The output isn't necessarily wrong, but it doesn't match CPython either (although I am concerned about the outputting more data...
Arduino seems to concatenate multiple .pde files, if more than one exist in the project. So if have Blink/Blink.pde and Blink/Foo.pde then arduino compiles both of these, and furthermore it...
It was discovered that sgs2 kernels which are built using a host machine running ubuntu 11.10 or newer don't boot.
If you boot the sgs2 into recovery mode and adb shell into the phone, then you can see the files show up as being owned by the user that did...
If I try to run `Tut18BumpySquare` then I get the following error: ``` freeglut (./Tut18BumpySquare): ERROR: Internal error in function fgOpenWindow X Error of failed request: BadWindow (invalid Window parameter)...