Sven Ginka
Sven Ginka
I did missconfigure the module by setting ``` AT+CUSBPIDSWITCH=9007 ``` now there is no USB CDC device available that I can use for serial communication Is there a way to...
I do have - stretch 32bit @ RPI 3b+ I am getting this **Failed to find module 'bcm2708_rng'** when booting. As far as I understand the **bcm2708-rng** is depricated and...
I am using wpa_cli to manage the wlan0. ``` sudo wpa_cli -i wlan0 status Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory ``` However this...
- added ASCII decoder - fixed loading of workspace (avoid null-pointer exception on missing modbus client) - fixed storing of workspace (cleanup of names and checks for proper saving)
https://github.com/intel-iot-devkit/tinyb/issues/177
I am using CMAKE 3.13+ the install will be incorrect. see log below the root cause might be incorrect place of `/usr/lib/pkgconfig/tinyb.pc` this should be `lib64` ``` Install the project......
I am really curious. Working with zephyr 3.0.0 CAN drivers was like charm. worked out of the box. However turning to zephyr 3.5.0 things seem to be a bit different...
just want to understand why `-PIE` is hard coded. if a bare metal build should be created, then this option prevents it. thus shouldnt the `-PIE` option be optional? hints:...