-
Currently, the code for the I2C implementation looks ridiculously complex and large. It makes sense to think of a better way to implement this, maybe moving more stuff on the higher levels (C++ API). …
-
Hi,
I spotted a numerical precision issue with PoCL + CUDA.
The tests are part of a non regression test of `pyFAI`, but the code is from the `silx` library and ensures the numerical precision when …
-
Now that the new stable embedded-hal crate is out we should probably update all our code to use it. The Major release version means we can assume the api will be more stable than the 0.2.7 and older v…
-
### What happened?
For [Vae model](https://storage.googleapis.com/shark_tank/SDXL/mlir/vae_1_77_1024_1024_fp32_stable-diffusion-xl-base-1.mlir) I get the following runtime error :-
```
INTERNAL; CU…
-
Old bug - wrong retype (uint8_t)
https://github.com/STMicroelectronics/stm32f4xx-hal-driver/blob/064b123f8fc187d468bb762cc150d198f873478d/Src/stm32f4xx_hal_rtc_ex.c#L1781
Which produce upper 24…
-
#1901 used a pretty ugly design pattern to override buffer sizes and fix a bug that was introduced in the HAL refactor (#1759).
A better/cleaner approach would be to have a configuration structure fo…
-
So I managed to compile micropython for the Ai-Thinker (using https://github.com/othiman/esp-adf-ac101, but it's the samething right), but it's not using the SPIRAM.
Does anybody know what I need …
-
VScode中idf版本:4.4.6(通过vscode插件安装)
mdf也是通过vscode安装的为master版本
在编译到aliyun_sdk的时候报错ninja: build stopped: subcommand failed.
[1091/1120] Building C object esp-idf/aliyun_sdk/CMakeFiles/__idf_aliyun_s…
-
hi there. i am unable to remove the backround music device from my sound prefrences after removing your app. i have tryed both the uninstall.sh file which did nothing at all. and also tryed manualy un…
-
For my high performance data acquisition project I have successfully implemented ADC sampling with the DMA in both single and triple-interleaved modes (with STMCube HAL drivers), with ADC1 as master f…