Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theheraldproject/zephyr-devices
A set of utility and driver classes to support IC peripherals in Zephyr RTOS.
https://github.com/theheraldproject/zephyr-devices
bluetooth device drivers health-care herald proximity rtos wearable wearable-devices zephyr
Last synced: 3 months ago
JSON representation
A set of utility and driver classes to support IC peripherals in Zephyr RTOS.
- Host: GitHub
- URL: https://github.com/theheraldproject/zephyr-devices
- Owner: theheraldproject
- License: apache-2.0
- Created: 2021-04-01T07:41:56.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-09T16:31:37.000Z (almost 4 years ago)
- Last Synced: 2024-07-31T09:08:17.161Z (6 months ago)
- Topics: bluetooth, device, drivers, health-care, herald, proximity, rtos, wearable, wearable-devices, zephyr
- Language: CMake
- Homepage: https://heraldprox.io
- Size: 230 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
- awesome-zephyr-rtos - A set of utility and driver classes to support IC peripherals in Zephyr RTOS.
README
# zephyr-devices
A set of utility and driver classes to support IC peripherals in Zephyr RTOS.
Adopts the same layout structure as the main Zephyr repository here:
https://github.com/zephyrproject-rtos/zephyr## Background
The devices contained within this library have been used in the design
of the Herald Hardware project's wearable and bluetooth beacons for
eHealth and Digital Contact Tracing. They are provided here for wider
community benefit.Information on the hardware designs can be found here:-
https://github.com/theheraldproject/herald-hardware## Zephyr board definitions
We are providing board definitions for the latest bleeding edge board
designs we are working on here. We will contribute back to Zephyr once
each hardware design is ratified and physically tested.The 'main' branch here is release quality, but the definitions may not
have made it into Zephyr upstream yet. The 'develop' branch is bleeding
edge but where each merged commit has been tested as per our contributing
guide. (See CONTRIBUTING.md)## License and Copyright
All files are copyright 2021 Herald Project Contributors and
are provided under the Apache 2.0 license.[![License: Apache-2.0](https://img.shields.io/badge/License-Apache2.0-yellow.svg)](https://opensource.org/licenses/Apache-2.0)
See LICENSE.txt and NOTICE.txt for details.