gojimmypi
gojimmypi
thanks for the `td_serial_dev_open` fix. I am able to compile your `iua` branch, but `pulseview` does not seems to like it. ``` $ pulseview pulseview: error while loading shared libraries:...
there's an [install_requires](https://github.com/olofk/edalize/blob/a09c806c190145133b98b0a5f79afedfa9ebe986/setup.py#L53) section that _checks_... do you think it would be good to prompt the user as to exactly what should be done? The error is a bit long...
I encountered an error in step `2 Copying to the Clipboard with JavaScript` of `How to Add a Copy-to-Clipboard Button to Jekyll` for doing the actual copy: ``` window.navigator.writeText(code); ```...
@tulimid1 I have a [small script to do the copy](https://github.com/gojimmypi/gojimmypi.github.io/blob/7190c66c448aa9922eb5dba2e88b345d24845ab3/_includes/footer.html#L20) in the footer of my blog that may be a helpful example. If you are new to coding web pages,...
Note there's a `{% include code_header.html %}` included just above every segment to copy to clipboard. Here's an [example](https://github.com/gojimmypi/gojimmypi.github.io/edit/master/_posts/2022-05-07-Tigard-JTAG-SingleStep-Debugging-ESP32.md):  That particular example page is [here](https://gojimmypi.github.io/Tigard-JTAG-SingleStep-Debugging-ESP32/). Hope this helps.
Hi @tulimid1 , can you please confirm where you put the new files? I don't seem to find them in your `_includes`: https://github.com/tulimid1/tulimid1.github.io/tree/master/_includes I'm not sure if other repos will...
I too, have spent a bit of time trying to understand the jekyll "local vs GitHub" plugins. I found these tidbits that may help explain why some `gh_pages` just don't...
Although there are plans to address this, at this time it is currently a low priority as the [Espressif install](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/) states "_ESP-IDF does not support spaces in paths_". 
hi @ESP32DE ! Thanks for your help. The [sdkconfig](https://github.com/gojimmypi/esp-idf-v5-blinky/blob/main/sdkconfig) is in the project directory, in my case `C:/Users/gojimmypi/source/repos/EmbeddedProject10`. This is the file generated by `idf.py`. I did notice the `esp32`...
thanks everyone for taking a look at this. > Isn't it possible to pick the environment deployed by idf-installer in VisualGDB? @georgik that would be really cool if possible, but...