Sevstels
Sevstels
Compiler IAR ARM. I tested all the options listed on the documentation page. The error does not go away. It was possible to fix this only by forced type conversion....
/* #define LOG_PAGE_SIZE 256 static spiffs fs; static u8_t spiffs_work_buf[LOG_PAGE_SIZE*2]; static u8_t spiffs_fds[32*4]; static u8_t spiffs_cache_buf[(LOG_PAGE_SIZE+32)*4]; void my_spi_read(int addr, int size, char *buf) { } void my_spi_write(int addr, int size,...
Internal functions (my_spi_read etc) are not important, they are just stubs. The main code does not compile even if I delete them. In any case, thanks for the answers. Unfortunately,...
Glad if you liked it. It works really well under Windows. But it no one needs it anymore. The Chinese are massively cloning yours project and sale on Aliexpress. https://aliexpress.ru/af/ubertooth-one.html?d=y&origin=n&SearchText=ubertooth+one&catId=0&initiative_id=SB_20201206020703
Dear Author. I can't enter GitHub because of stupid authorization. There is no point in spending half an hour of time fighting this idiocy. 30.01.2024, 18:27, xxandy/USB_UDE_Sample < ***@***.*** ***@***.***...
Error: argument of type "void *" is incompatible with parameter of type "spiffs_t *" spiffs_nucleus.c 287
Hi. nuklear_glfw_gl3.h
Give pls a mbox to send the file. Here's an [app made on Nuklear](https://en.gradient-sg.com/s3d/vplayer.php). But I had to insert additional columns with empty text in front of the buttons so...
I'm trying to build an Android application in Visual Studio 2019. Clang compiler. This is only a small part of the critical errors.... and then it gets worse. The code...
1>linux_usbfs.c 1>src\LibUSB\lib\linux_usbfs.c(2551,8): error : case value evaluates to -18, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing] 1> case -EXDEV: 1> ^ 1>src\LibUSB\lib\linux_usbfs.c(2550,8): error : case value evaluates to...