Maximilian Gerhardt

Results 502 comments of Maximilian Gerhardt

As far as I know it's minified code, not the original source.

Nice find, in that minified `extension.js` file. But also can't find the source (or, non-minified) version for that NPM module. https://www.npmjs.com/package/platformio-vscode-debug and https://www.jsdelivr.com/package/npm/platformio-vscode-debug show the package and package data, but...

This came up again in [this thread](https://community.platformio.org/t/teensy3-5-serial-not-working-in-platformio-on-raspi-4-same-example-works-from-arduino-teensyduino/20455/7?u=maxgerhardt).

At https://github.com/Rahix/atdf2svd/issues/25#issuecomment-858741454 I've posted a reference with 8-bit regsiters which works nicely per https://github.com/platformio/platform-ststm8/pull/38, see screenshots. >I'd be happy to debug, but although according to Community PIO Plus is supposed...

@dignifiedquire yeah this is a draft PR and things can change and break at any time. Currently it uses ```ini platform = https://github.com/maxgerhardt/platform-raspberrypi.git platform_packages = ; earlephilhower/framework-arduinopico @ ~1.20201.0 earlephilhower/framework-arduinopico...

Not working for me either with [those steps](https://github.com/geerlingguy/pico-w-garage-door-sensor#using-pip-source-install), looking at the auto-generated `platformio.ini` it uses the "stable" platform `platformio/raspberrypi @ 1.7.0` instead of my platform that's written in [here](https://github.com/esphome/esphome/pull/3284/files#diff-4446afd728a4f34cbcddc306a9cb6be845d1a61c216076a295683bcc9c106724R155), so...

Using an *older version* with ```sh pip3 uninstall esphome pip3 install "git+https://github.com/jesserockz/esphome.git@691cc5ffa8496b58843c1ca88802e25c46bc908f" esphome -v run garage-door.yml --device /Volumes/RPI-RP2 ``` inside [Jeff's repo](https://github.com/geerlingguy/pico-w-garage-door-sensor) works for me. ``` RAM: [== ] 15.1%...