Tenkai Kariya

Results 14 comments of Tenkai Kariya

I have also attempted to adjust my terminal settings to add up to a 50ms delay between characters, and it helps, but it will still miss characters maybe 1 /...

awesome library btw :D I like it alot! I will be trying to implement a command history, so I will do a pull request if I can get it to...

Ok, I found the cause was that there was something else that was blocking in the main loop where ush_service is running. This may indicate that the ush_service() would run...

would be awesome if this example mounted a fatfs file system as the root node

also hitting this same issue. setting auto_preview to false resolves the problem for me. seems like this MIGHT be happening because I have treesitter highlighting disabled, on account of using...

for anyone trying to get stdin working with crossterm, but having a hard time, I made an example repo on how to do it: https://github.com/cosmikwolf/piped_cli_interactive

+1 would love to have multiple entry points. looking for a new solution, might have to check out beefy...

Hi Paul, just added a pull request for this. I named it setAnalogReference() because there already is a function called analogReference in analog.c.

I would love to be able to implement a different async solution. I am building a new app and was trying to make it a non async app that uses...

I am also hitting this problem, implementing a simple HID device. HID signals will always stop sending at some point, with `tx_semaphore_get()` returning `TX_NO_INSTANCE` my setup is: - STM32H563 -...