Sevstels

Results 12 issues of Sevstels

Check 'busdog' 64 bit ver0.2.2 on Windows 7, 64. Then install driver, PC drop to Blue Screen of Death. If compile GUI example, have error: Microsoft.Common.targets(2348,5): error MSB3552: Resource file...

Example strings: cfg.hal_read_f = my_spi_read; cfg.hal_write_f = my_spi_write; cfg.hal_erase_f = my_spi_erase; Error: a value of type "void (*)(int, int, char *)" cannot be assigned to an entity of type "spiffs_read"...

Here released Ubertooth Windows port: > https://github.com/sevstels/Ubertooth-Win see menu point: > Ubertooth IAR & MSVS port for Windows Many small bug`s was removed, also USB transfer bug fixed. Presently have...

enhancement
help wanted
software

ActionBarActivity has been removed from support library https://github.com/kanytu/Android-studio-material-template/issues/17

File: USBcom.c 188: SIZE_T change to -> size_t rlen; File: BackChannel.c 89: SIZE_T change to -> size_t transferBufferLength; 141: SIZE_T change to -> size_t transferBufferLength;

The timeouts are not correctly. For example: poll_delay = DEVREV_DELAY; poll_delay is defined as uint8_t; But its initializing macros are defined as float. And they are always less than 1....

![errfs](https://user-images.githubusercontent.com/13213368/227773698-4abc2850-826c-4f78-8de7-9e2d90671c44.png)

Made a little GUI utility for Windows to make the tool easy to use. In order not to do unnecessary work, if there will be those who want to get...

Error: identifier "RADIO_CRCCNF_SKIP_ADDR_Skip" is undefined ..\Blessed\platform\nrf51822\radio.c 305 Error: identifier "RADIO_CRCCNF_SKIP_ADDR_Pos" is undefined ..\Blessed\platform\nrf51822\radio.c 305 Error while running C/C++ Compiler For fix this: #include to radio.c

![dll-err](https://github.com/btzy/nativefiledialog-extended/assets/13213368/f342a780-10cd-482d-9dac-e45e7d8e403c) An error appears when launching the 64bit Release application: Entry point to procedure cocreateinstance not found in the dll For 64bit Debug version it vorking well. How do fix...