Boris Vinogradov

Results 11 issues of Boris Vinogradov

I think library now ready to create release of some HAL's and ready to publish on crates.io.

Currently we have control by cpu or gpu, but on Macbook Pro 13 (2018) with touch bar we have two coolers for one chip (cpu + gpu), I think it...

# Summary This proposal proposes to change the way how `async api` does implemented. It makes `async api` more clearly for use and extend. # Motivation Our current approach to...

RFC
discussion

Currently SPI have one model of work - Master + FullDuplex. But some mcu and mpu have more intelligence SPI implementation: HalfDuplex, variable length of transfer (4 - 16 bit),...

discussion

I found more update version of library - https://github.com/dtjones190/stm32f7xx-hal. Could you ask me about plans to update with common state such as stm32f4xx-hal, I can create PR based on upper...

This crate are great but it consist two functionalities: fat file system interface and implementation and sd/mcc card high level driver. I think we need to split this crate to...

For release 0.2.7 and later there is a wrong setup frequency for SoapySDRPlay plugin: ``` 2023-06-14 10:48:23.809969+0200 0x621d4 Default 0x0 19941 0 sdrplay_apiService: [0x16dd3b000]: devIdx0: sdrplay_apiService_rsp: checkTunerParamLimits: ERROR: Tuner1: rfFreq...

device specific
SDRPlay

Now control of temperature use only one type of source temperature. Will be better to use average/max/min for group of sensors as source of temperature.

feature request

I have sdrplay likely adapter. It fully detected by soapy: ``` % SoapySDRUtil --probe="driver=sdrplay" ###################################################### ## Soapy SDR -- the SDR abstraction library ## ###################################################### Probe device driver=sdrplay [INFO] devIdx:...

There aren't any way to setup run ADC from any timer or other event. Also there aren't any functions to create chain of timers. @usbalbin if you have some future...