Mark Berner

Results 8 issues of Mark Berner

Can you please add SPM support? I have tried, but w/o completely change directory layout and removing some directories didn't succeed Thanks

Using pico_sdk for cpp, there is feature to enable USB stdio in the MakeLists.txt **pico_enable_stdio_usb(${NAME} 1)** It allows use picotool not in BOOTSEL mode Is rp-hal has similar feature?

I have client native application and RESTful backend uses **iris** for REST API Client protected by user authentication by **Auth0.com** Server protected by JWT, received by client during login. **Auth0.com**...

Is there a way to add support of RPI Camera Module 3 to the kirkstone branch? It requires installing overlay imx708

There is a line in the acc/gyr calibration function `writeByte(MPU9250_ADDRESS, MPU9250_USER_CTRL, 0x0C); // Reset FIFO and DMP` Why value is 0x0C and not 0x6? 0x0C = 0b1100 Bits 2 and...

During compilation process using feature **wgpu** I get overflow error (**but only in release mode**) **error[E0275]: overflow evaluating the requirement `naga::ir::ScalarKind: Sync** I work with the latest version from the...

Is there a way to enable printout bitbake error stack (IN RED) by calling `kas build` Not just `2025-07-24 07:40:27 - ERROR - Command "/workspace/poky/bitbake/bin/bitbake -c build my-project-image" failed with...