Deomid Ryabkov

Results 363 comments of Deomid Ryabkov

ok, so we did not get any crashes on the block alloc assertion, bu we are still getting corruptions where superblock ceases to be super. we added this to our...

> What exact commit hash are you on? The line numbers don't seem to quite line up with 2.8.2. it's 2.8.2 + assertion + lfs_probe from https://github.com/littlefs-project/littlefs/issues/947 Here it is,...

and this is for the second one: ``` (gdb) frame 19 #19 0x4010972f in lfs_file_sync (lfs=0x3ffcd298, file=0x3ffd6d88) at lfs.c:6083 6083 lfs.c: No such file or directory. (gdb) print *file $1...

no, we're ok wrt stack: 6K and 4K free out of 8K total. additionally, we have a stack canary watchpoint at the end of he stack (`CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y` if you are...

we have an early indication that it is caused by a change between 2.7.0 and 2.8.2 - we managed to isolate what we think is a reliable repro for this,...

re: dumps - some come from reading device's flash, some were taken in a gdb session while examining crash dump. after that, it's `hexdump -C`, nothing special. @geky speaking of...

https://www.rfc-editor.org/rfc/rfc5322#section-3.6.4

as long as it follows the format specified in the RFC, it should. i think mailsend should at least try. in my case i was dropping things on the floor...

if it does not consume any power, it won't work anyway... as power is used to determine limits of movement. do i understand correctly that you have mechanism with two...

> the shutters have their own physical switches and automatically stops in end positions controlled by the motor itself this is actually what our implementation expects. if you just connect...