Amomum

Results 8 issues of Amomum

The reason, as far as I can tell, is the following. Text in the specification says: > Передатчик начинает работать, прочитав ненулевое поле длины из буфера передатчика. > ... >...

bug
help wanted

`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...

bug
help wanted
question

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...

Priority-Low
Type-Enhancement
Component-Documentation

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): ![eragerzgr](https://cloud.githubusercontent.com/assets/4990494/25632045/e9fb9056-2f7a-11e7-9136-c70d311be9f3.PNG) ![awegaesfa](https://cloud.githubusercontent.com/assets/4990494/25632046/e9fe546c-2f7a-11e7-984a-732ce811f106.PNG) 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...