Chris Wilson
Chris Wilson
When I try to build `/libgreat/host/` or `/host/` per the [documentation](https://greatfet.readthedocs.io/en/latest/getting_started_firmware_development.html#fresh-install), I get a `fatal: ambiguous argument` error like the following: ``` $ python setup.py build fatal: ambiguous argument 'bv2021.2.1':...
Feature request to render castellated holes (plated half-holes) correctly. In KiCad, plated holes which intersect the board outline are assumed to be castellated holes and are rendered correctly. The interactive...
Update the `lightdb_stream` example app to include sync & async examples showing how to send CBOR-encoded sensor data to LightDB Stream. If you don't want the last commit (dc055c6464d0c34445f1a53275033b6e1dea2ca6) just...
- [Link to Golioth Forums for discussions](https://github.com/golioth/golioth-firmware-sdk/pull/472/commits/eed4aa9fde9c5998dcbd5394f4a3da88bf0475ec) - [Update Style Guide to match current development practices](https://github.com/golioth/golioth-firmware-sdk/pull/472/commits/a977d08f014f15e0083cbee2f8d135a669bd6ae0)
When a `temp0` devicetree alias is added to the board overlay, the `get_temperature` function was looping through all sensor channels, always returning the result of reading the last one, even...
### Golioth Firmware SDK Commit Hash 11ed198648beddb1c895dde96e1af59121048e52 ### Platform/OS NCS v2.5.2 ### Hardware Target Aludel Elixir Rev B ### What host OS are you using? macOS Sonoma 14.4 ### Current...
Adds a MIT license (similar to your other repos https://github.com/jxltom/mcp2515-c/blob/master/LICENSE.md)
**Describe the bug** This issue is similar to https://github.com/zephyrproject-rtos/zephyr/issues/67227 but has to do with _board-specific_ overlays defined within a shield directory in a Zephyr module. Zephyr allows board-specific overlays &...
I'm trying to use `taplo lint --no-schema` in [pre-commit.ci](https://pre-commit.ci/) where no network access is allowed at runtime. Even though `--no-schema` is specified, it tries to look up the schema based...
The auto-generated github workflow (`test.yml`) created by `hatch new` runs `hatch test` with the `--parallel` flag. When the `--parallel` flag is included, I get a series of `CoverageWarning` on my...