Amomum
Amomum
The reason, as far as I can tell, is the following. Text in the specification says: > Передатчик начинает работать, прочитав ненулевое поле длины из буфера передатчика. > ... >...
`DMA_CtrlDataInitTypeDef DMA_PriCtrlStr; ` this structure is created but is not initialized, so call to DMA_Init triggers assert_failed. Unfortunately I have no idea how to use ETH_DMAPrepare and when to call...
I took 'Working with Iterables' example and modified it slightly (simple ProgressBar instead of BlockProgressBar, removed cursor manipulation and made vector smaller): ``` cpp #include #include #include #include #include int...
Since all of the assertions right now will cause compilation failure, it's hard to write unit tests that check them. For instance, if I'm writing a library and I want...
I added custom build step to my build system that regenerates .c and .h files for my .proto file. Unfortunately, nanopb puts this comment with current time and date in...
The issue seems to be caused by a relative link; fix appears to be very simple.
I'm using sublime on windows 7 and I noticed this behaviour while editing a reasonably large xml file (~1000 lines):   Lines 443, 445, 454, 456, 379 and 390...
Again, not an issue, more of a question. There is a function: ``` python def set_data_window(self,x,y,width,height): x = int(x / 4) # Column address is 4-pixel-groups (2 bytes) # Pass...