-
I've followed this guide https://forum.lvgl.io/t/how-to-configure-the-dma2d/3407/5
and added
```
/* 1: Enable GPU interface*/
#define LV_USE_GPU 0 /*Only enables gpu_fill_cb and gpu_blend_cb in t…
-
After initialization with ['sh2_initialize']() and ['sh2_setSensorCallback'](), the reset event is not received by the registered handler.
I initialize the SH2 with:
```C
sh2_initialize(event_han…
-
I get a strange error when trying to build the blinky example:
```rust
error[E0433]: failed to resolve: use of undeclared crate or module `embedded_hal`
--> src/main.rs:17:5
|
17 | use e…
-
Hello.
I have an orange pi zero and awus1900 with chipset rtl8814au. ( Armbian 20.11.6 Focal with Linux 5.10.4-sunxi Armbianmonitor: http://ix.io/2L6Y )
I try install driver for rtl8814au as thi…
-
For some time now, I have been thinking about how to communicate with Machinekit_HAL instance from the context of local machine and from remote. One of the ways is to use the HAL remote and Machinetal…
cerna updated
5 years ago
-
**NOTE**: some of this is still in flux and when completed we can document this in more detail; this serves as a WIP design overview and tracking issue but _not_ a design doc. This works backwards fro…
-
The strategy we use for handling DMA channels in HAL_ChibiOS needs an overhaul.
The current strategy is:
- we allocate DMA streams to peripherals at build time using the script libraries/AP_HAL_Ch…
-
Dear Tjerreio,
This is an error with the esp-idf latest.
The older version was imcompatable with the atest updates UBUNtu 2022.4.
So I tried the esp-idf latest.
jan@jan-LubuntuESP32:~/esp/esp-…
-
There's no crate named avr-hal, why?
I apologize for being naive but this is my very first Rust project and ... I'm kind of dazed. I am developing an embedded firmware that should be able to run on…
mfp20 updated
4 months ago
-
Running Manjaro and using the 3.16 branch, I run install.sh and it compiles everything. However, rtl8723ae is not included.
I merge the code from quolpr's pull request and start again but rtl8723ae …
ghost updated
10 years ago