Iulian Gheorghiu

Results 9 comments of Iulian Gheorghiu

The issue is that build-kernet.sh script clone the linux-rockcip repository that include the device tree dts's placed in "build/linux-rockchip/arch/arm64/boot/dts/rockchip" when the image is build the dtb's and dtbo's of that...

For my needs I can copy the newly compiled "rk3588s-9tripod-linux.dtb" "rk3588s-indiedroid-nova.dtb" ( cuz the device tree is correctly compiled ) and my other dtbo's to firmware after the image has...

I will never blame you, instead I thank you very much for your great work, your build is the closest to the desktop one, the rest are cut down or...

Wrong repo, wanted to open an issue on libraries repo

The application Is very simple: A bit-bang DHT22 driver, a bit-bang Usart TX and some delays, that's all. I attach the final code, ehh, not quite final, on what you...

Open an example for Attiny13 and put the below lines into the main file ```C #define XSTR(x) STR(x) #define STR(x) #x #pragma message XSTR(F_CPU) ``` You can see that at...

Yeah, seems to be the Arduino IDE 2.x.x at fault, Is the first time I seen this issue, is good to let it open, will be useful for those that...

Quick fix to be able to use it under Arduino ESP32 3.x.x

NTPClient does not want temporary allocated memory cuz is storing the pointer to the passed buffer that contains the URL, does not copy the content in an internal buffer. ```c...