-
Following this example:
if I have lib foo with common code:
and I link lib foo with:
`
HAL::STM32::F4::GPIO
`
and I use this lib with executables bar1 and bar2 linking foo.
I see in the out…
-
Hello,
I am currently assessing the available secure boot modes of the Polarfire, and did the following test in SoftConsole:
- built project "mpfs-gpio-interrupt" in "LIM-Release" build configurat…
-
Hi all again!) I am working with loragw driver (ported it to esp32), now I need additional info on how can be interrupts mapped in order:
1. RX done event. In [other discussion] https://github.com/Lo…
-
Hello, opening an issue here to continue the discussion from
https://github.com/waydroid/android_hardware_waydroid/pull/44
Let me recap the context:
I'm working on enabling camera support for W…
-
Raspberry Pi Pico W now support WiFi & Bluetooth.
https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf
Is it possible to connect using rust?
-
code:
called from stup():
```c++
_dht = new DHT_Unified(_pin, _type == TemperatureSensorType::DHT11 ? DHT11 : DHT22);
_dht->begin();
```
called from loop, executed each 10 seconds:…
-
I've been reviewing a bunch of older esp32 pull requests and am a little puzzled. A bunch fall into the category of essentially exposing ESP-IDF functionality. For example, I2S #4471, smartconfig #440…
-
I came to a point where I need some `ns` delays, which can't be achieved by using the `Delay` trait. So I have done a bit of research and found that I am not the only one having this requirement. My e…
-
Using command below:
adb shell "perfetto -o /data/misc/perfetto-traces/trace.perfetto-trace -b 512mb -t 10s sched freq idle am wm gfx view binder_driver hal input **workqueue/*** "
In eng build, I ca…
-
The input/output pin trait available on the 0.2.x versions have been removed ahead of the 1.0.0 release. See: #357
This issue servers as a tracking issue until we add them back.
An interface should…