matswebjorn

Results 3 issues of matswebjorn

I have a question on libopencm3-examples\examples\stm32\f1\lisa-m-1\usb_hid\usbhid.c . It defines `static enum usbd_request_return_codes dfu_control_request( usbd_device *dev, struct usb_setup_data *req, uint8_t **buf, uint16_t *len, void (**complete)(usbd_device *dev, struct usb_setup_data *req)) { (void)buf;...

Calling uninit() will not leave library in a state where it can be initialized again. There are several problems, but they are all in uninit() 1) uninit() does not reset...

master version creates a vector of defined length. This vector is filled with data from GVariant. Problem is that vector data is fed to constructor of std::string as initializer in...