FroggyCorp
FroggyCorp
Hi, I use the 3.5.0 sqlite plugin with grafana enterprise rpi 9.3.6 I have some temperature time series. I use the following query : SELECT (timestamp * 1000) as datetime,...
Hi, I'm using the 1.5.2 ATTinyCore, i saw that there is a 2.0 coming, and didn't try with it. I have actually no time to check my code on the...
Hi, I have some no sense issue on malloc and i have no way to reproduce it with simple code. I have some program using malloc which work on nano/STM32...
Hi, I’m making a new install on debian 13 (testing) with VSCode (last one). I first make an install which break. Maybe it’s because debian don’t have anymore python symlink,...
Hi, I'm using last version on W10 with vscode with a STM32L0 serie and STLink-V3PWR : ``` pio upgrade You're up-to-date! PlatformIO 6.1.18 is currently the newest version available. ```...
Hi, With STLINK-PWRV3, the protocol hla_swd is not supported, so need to use dapdirect_swd. As discribed in : https://community.platformio.org/t/stlink-v3pwr-debug-adapter-doesnt-support-hla-swd-transport/46648 i needed to make external upload script : ``` import serial...