-
## Bevy version
0.13.2; main (9d59e52bb0deb7ae4ea002541bd8cbf2ccb0b4eb)
## Relevant system information
```
SystemInfo { os: "Linux 39 Fedora Linux Asahi Remix", kernel: "6.8.7-402.asahi.fc39…
-
you can use the STM32 board of you to finish this "good first issue"
if there's no board in "bsp/stm32/",
you can create the bsp with docuement [How to make a STM32 BSP for RT-Thread](https://githu…
-
Hi there!
I have identified the issue in STM32CubeWL V1.3.0. See here:
https://github.com/STMicroelectronics/STM32CubeWL/blob/main/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_subghz.c#L1000
…
-
```
~/.arduino15/packages/arduino/hardware/mbed_opta/4.1.5/libraries/STM32H747_System/src/STM32H747_System.cpp: In member function 'uint8_t STM32H747::readReg(uint8_t)':
~/.arduino15/packages/arduin…
-
you can use the nrf5x board on your hand to finish this "good first issue"
[bsp/nrf5x]https://github.com/RT-Thread/rt-thread/tree/master/bsp/nrf5x
You can follow the document [device introduce](…
-
可以做的PR:
- [ ] 支持IAR IDE
- [ ] UART_V2 驱动支持 control 修改参数,如波特率
- [ ] 硬件 IIC 驱动支持
- [ ] 以太网 接口驱动
- [ ] USB 接口驱动
- [x] 支持segger_rtt 软件包与console对接
-
If you copy/paste the code from [the RP2040 USB logger example](https://github.com/embassy-rs/embassy/blob/main/examples/rp/src/bin/usb_logger.rs) into a new project, it will not compile.
Here is t…
-
**Describe the bug**
Building for nrf54l15dk fails when enabling Bluetooth and entropy drivers at the same time.
**To Reproduce**
1. `west build --pristine --board nrf54l15dk/nrf54l15/cpuapp …
-
It is currently not possible to detect a line break on a UART using `stm32l0xx_hal_uart.h` and `stm32l0xx_hal_uart.c`.
This has been requested long ago [here](https://community.st.com/t5/stm32-mcus-p…
-
I'd like to update the libDaisy submodule inside DaisyExamples so I can use some of the new features from the latest version in my project. I've tried doing the naive thing where I just checked out t…