John Maloney

Results 64 comments of John Maloney

Has anyone else taken this on? If not, I can give it a shot.

Unfortunately, after consulting with Valerii Koval from PlatformIO, I've concluded that this project is more than I care to take on, especially since I'd need to learn a lot about...

Here's what I use on Mac OS: platform_packages = maxgerhardt/framework-arduinopico@https://github.com/maxgerhardt/arduino-pico.git maxgerhardt/toolchain-pico@https://github.com/earlephilhower/pico-quick-toolchain/releases/download/1.3.2-a/x86_64-apple-darwin14.arm-none-eabi-9d55fd1.220202.tar.gz Hope that helps!

> That's interesting, this is not the link stated by Earle in his documentation, which is https://github.com/earlephilhower/arduino-pico.git (is there a specific reason for this change?). Anyway, I now tried using...

Hi, Max and Earle. I just upgraded Platformio and and I am now getting this compile error on Linux: $ pio run -e pico-linux Processing pico-linux (platform: https://github.com/maxgerhardt/platform-raspberrypi.git; board: pico;...

Hi, Max. The folder ```/home/git/.platformio/packages/framework-arduinopico/pico-sdk/lib/lwip/src/include``` does exist, but it is empty. My repository is here: [https://bitbucket.org/john_maloney/smallvm/src/master/](https://bitbucket.org/john_maloney/smallvm/src/master/) All the code is in the `vm` subfolder. To reproduce the problem, clone the...

Brilliant! That did the trick. I've been using this platformio setup since before the PicoW was released and had not upgraded for a while. I'm guessing that the platformio package...

> re: the universal binary UF2 As I understand it, the data blocks in the .uf2 can have a "family_ID" field and the boot loader is supposed to ignore blocks...

> The ROM itself needs to do this filtering, and there is no "Pico W" ROM, it's just a standard RP2040 chip That's what I thought; thanks for confirming. That...

Blend2D has amazing performance on MacOS and Linux. However, I've also hit compiler errors on the Raspberry Pi (model 4B). One error was in matrix.cpp. This code: void blTransformRtInit(BLRuntimeContext* rt)...