-
Why?
-
1. nrf bsp 适配pm组件
- [nrf52x电源与时钟](https://github.com/supperthomas/supperthomas_doc/blob/master/source/11_ForestRain/02_PM/AN02_RT-Thread_PM2.0_nRF52xx_Power_and_Clock.md)
- [nrf52x pm适配](https://git…
-
I've pushed a fix here: https://github.com/lab11/nrf52x-base/pull/11. After it gets merged, we need to update the submodules in `buckler` and `lf-buckler`...
-
Hi - I have a few of these "T" versions of the QingPing sensor, which can run over bluetooth or Thread, and support HomeKit. Are you aware if the custom firmware works on them? (And whether it could s…
-
Thank you for opening an issue on an Adafruit Arduino library repository. To
improve the speed of resolution please review the following guidelines and
common troubleshooting steps below before cre…
-
**Describe the bug**
In NeoPixelBus::_rotateRight and _rotateLeft, it uses a variable length array like
```
uint8_t temp[rotationCount * T_COLOR_FEATURE::PixelSize];
```
In GC11+ this is not spec…
-
Hello, I am trying to replicate the steps from https://github.com/eriptic/uoscore-uedhoc/blob/a03997fc698db562527d95ea531985678d7a0954/samples/zephyr_edhoc/README.MD but after flashing onto the ESP-32…
-
For now only BLE is supported for nRF5x. IEEE802.15.4 will enable Thread support for Nordic chips. I have it partially done, but I don't know when I'll finish it, so I'm starting an issue to track any…
-
For hwmv2, there should be a match between the names and values of SoCs, this should take the form of:
```
config SOC_SERIES
default "nrf51" if SOC_SERIES_NRF51
default "nrf52" if …
-
**Describe the bug**
Several warnings are generated on the console during Bluetooth initialization with the message as follow:
` net_buf: Timeout discarded. No blocking in syswq`.
I discovered…