Vedant Paranjape

Results 12 issues of Vedant Paranjape

Since, the test is meant for tesing strlen, it should be used. But both test cases use strnlen, isn't this unwanted ? Even the test suite description is this https://github.com/embox/embox/blob/929f2dde3629ceef2047c9b0e4b765bd1495f9cc/src/tests/stdlib/strlen.c#L11...

In rtlreader.py, the decoder decodes only data from a rtl, there is no way to pass raw iq data to it from outside, and whenever object of rtlreader is created,...

I didn't have access to a IR remote. So, I had to spend lot of time understanding the work flow, and then just hardcoded to play in the event loop....

pyls_ms in not supported and nvim-lspconfig has done a breaking change, the example config file needs to be updated. Issue describing the breaking change here: https://github.com/neovim/nvim-lspconfig/issues/1075

@VedantParanjape , if you rely on RPMSG, you also need to update the PRU firmware. For kernel 5.10 please check the recent commits in: - https://github.com/dinuxbg/pru-software-support-package , master branch, lab05...

Using protocol-common example for connecting to wifi is forbidden. It is possible to implement a simple wifi handler for the same. It will also remove dependency of protcol_examples_common example. CC:...

Add option to write logs to the memory card as well

Dominance is important for correctly identifying loops and their properties. This patch implements a dominator analysis that finds out immediate dominators for all the blocks of the CFG, it also...