Kacper Kowalski

Results 4 issues of Kacper Kowalski

Under Ubuntu 16.04, Visual Studio Code 1.27.2, cquery extension 0.1.10. Consider such code: ``` std::string msg; msg += '+'; msg += '?'; ``` For the third line I get: >...

Hi! It's me again with problems with `valgrind`. When I run an application under `valgrind` the application hands on the first `xTaskCreate`. I debugged the port code and noticed that...

Hello! From that what I can see the Thread and Zigbee SDK has similar directory structure as the nRF SDK, but some of the components are missing and some of...

Hello! I used the library using synchronous approach: ``` req = GATTRequester(self.mac_address, False) req.connect(True, channel_type="random") # Perform discover_descriptors, some reads and write req.disconnect() # After that CPU load raises to...