-
If we want to remove dependency on mbed-drivers. I had a quick look at files within hal, which are referenced within hal tree:
Files from mbed-drivers used in target's HAL:
- pinmap common (uses erro…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to use the OV2640 camera module on the NUCLEO-H743ZI2 board. However, the video driver for the DCMI peripheral doesn't ex…
-
```c++
#include
#include
class dual_pwm_motor : public hal::motor
{
dual_pwm_motor(hal::pwm& p_forward, hal::pwm& p_reverse);
hal::status slow_decay(bool p_enable = true);
};
```
So…
-
CROSS_COMPILE_PREFIX=arm-linux-gnueabihf ./cross_compile.sh
make[1]: Entering directory '/home/pi/works/rplidar_sdk/sdk'
CXX src/sl_lidar_driver.cpp
In file included from src/sl_lidar_driver.cpp:…
neolu updated
2 years ago
-
I created this based on the STM32 example:
```
use anyhow::Result;
use esp_idf_hal::delay::FreeRtos;
use esp_idf_hal::peripherals::Peripherals;
use esp_idf_hal::spi::{config::Config, SpiDeviceD…
-
Hi Team,
I am getting below error while trying to do make.
In file included from /root/linux_wifi/RTL88x2BU-Linux-Driver/include/drv_types.h:97,
from /root/linux_wifi/RTL88x2BU…
-
I've started the Daisy Patch verb example using PlatformIO and kept the makefile in place for good measure. I get various build failures from either method. Here, you can see I've set up both workflow…
-
I'm trying to write an initialisation function for a driver, but the fact that the pin initialisation functions don't give me an embedded-hal Error trait is being a bit of a pain in the behind for me.…
-
## Bevy version
0.15
## Relevant system information
Rust version: cargo 1.80.1 (376290515 2024-07-16)
OS: Windows 11 Business
GPU: AMD Radeon 780M
## What you did
I ran the example `car…
-
**Describe the bug**
With some cores, such as `esp32s3` (for the Espressif ESP32-S3 dev board), simply _referencing_ a default-method NeoPixelBus in the code (not necessarily actually using it!) caus…
egnor updated
2 months ago