-
The following test case:
```
#include
#include
#include "lfs.h"
#include "emubd/lfs_emubd.h"
#define REQUIRE(x) do {if(!(x)) {assert(false); exit(1);}} while(0);
lfs_t lfs;
lfs_emubd_t…
-
A new SPI flash chip will be installed in future PineTime batches since the current one is EoL. The only forseen changes are the JEDEC id of the memory chip.
See https://github.com/InfiniTimeOrg/In…
JF002 updated
2 months ago
-
https://meshtastic.org/docs/overview/mesh-algo/
doesn't say little/big endian fur multi bytes
also a link to implementation file would be nice.
-
### Platform
NRF52
### Description
Hi I want an Feature to send an SOS Alert to Mesh network Using User Button this will help this product adoption in use cases like Coal mining, Fire Fighter…
-
* [x] Calibration instructions
* [ ] Board errata
* [ ] Do a pass of rustdoc comments
-
**Describe the bug**
On my development machine, when I invoke a container (as `root`), with a given `entrypoint` and `args`, I am seeing a different behavior than when the runner invokes the cont…
-
### Affected hardware version
Bangle 2
### Your firmware version
2v23
### The bug
When connecting to Bangle.js 2 from the App Loader and Espruino Web IDE I get an immidiate connection drop with a…
-
经过我反复测试,网页端离线编程无法使用, 想问下这个功能是测试过可用的功能,还是未完成的功能?
日志如下:
I (1193808) programmer: prog_offline--> prog_idle
I (1197816) programmer: prog_idle--> prog_offline
I (1197819) prog_offline: file: /data/…
-
Hi,
In the startup page of my GDB hardware debug configuration, I didn't click "resume". Instead I put "-exec-run" in the text area. ("continue" skip the softdevice initialization of my nrf52833, so …
-
## Expected Behavior
run the program with OpenOCD
## Actual Behavior
run `./deploy.py --board=nrf52840_dongle --programmer=openocd --opensk` (--programmer=openocd must ad, otherwise will try to run…