Jihyun Yu

Results 6 comments of Jihyun Yu

@asabil Errors are already silently dropped because there is no return value check on httpc:request. If we need to check errors, we can handle error in both sync/async cases. With...

https://www.st.com/resource/en/application_note/cd00258017-stm32s-adc-modes-and-their-applications-stmicroelectronics.pdf ![image](https://user-images.githubusercontent.com/554344/80869171-c3439700-8cd9-11ea-8b7c-c01503c90ac3.png) I mean `Scan` mode on `stm32f1xx-hal` API with continuous conversion. On current API, we should choose between - single-channel single-shot conversion (`OneShot::read` API) - single-channel continuous conversion with...

I pushed new PR, including - Rebase - Update CHANGELOG.md - Try to validate buffer length on ADC DMA conversion.

I'll split the issue so that each layer should be tracked individually. It seems that directory layer is the hardest and requires both tuple and subspace layer, so let's rename...

Could you retry it with `--no-default-features` flag?