You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This SDK supports the familiy of AFBR-S50 3D Time of Flight sensors for Broadcom, useful for Robotics applications (among other areas).
Mode of integration
The suggested integration mode is as an external module. The reason being: the library includes precompiled libraries, which can't be included in-tree.
Specifically, the integration is split between code residing in the External module and the Zephyr repository. The following diagram depics how this is done:
Zephyr code:
Zephyr Application using Zephyr Sensor API (e.g: Sensor Shell)
AFBR-S50 Sensor Driver: Implements Zephyr Sensor APIs (e.g: Read/Decode or Streaming, using sensor channels/triggers).
HAL (Zephyr-specific): Provides the glue to allow AFBR-S50 library to utilize IRQ, Timer(s), Counter, SPI and GPIOs to communicate with the sensor.
AFBR-S50 code:
AFBR-S50 APIs (header files, both user-facing and platform-facing)
AFBR-S50-API contains the neccesary software to support the AFBR-S50 sensor modules. This includes APIs. data-types and pre-compiled binaries and sample-code.
The AFBR HAL is a simplified version of this repository, following Zephyr suggested practices to integrate external moduels (including not hosting binary blobs in the repo).
BSD 3-Clause License
Copyright (c) 2021, Broadcom Inc
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Origin
Broadcom's AFBR-S50 API: https://github.com/broadcom/AFBR-S50-API/
External Module
Zephyr HAL for submission: https://github.com/cognipilot/hal_afbr
Purpose
This SDK supports the familiy of AFBR-S50 3D Time of Flight sensors for Broadcom, useful for Robotics applications (among other areas).
Mode of integration
The suggested integration mode is as an external module. The reason being: the library includes precompiled libraries, which can't be included in-tree.
Specifically, the integration is split between code residing in the External module and the Zephyr repository. The following diagram depics how this is done:
Suggested name: hal_afbr.
Maintainership
Maintainers:
Collaborators:
Pull Request
#87699
Description
AFBR-S50-API contains the neccesary software to support the AFBR-S50 sensor modules. This includes APIs. data-types and pre-compiled binaries and sample-code.
The AFBR HAL is a simplified version of this repository, following Zephyr suggested practices to integrate external moduels (including not hosting binary blobs in the repo).
Security
No security components included.
Dependencies
No other dependencies.
Revision
https://github.com/CogniPilot/hal_afbr/tree/676cafb93a8b01b1a5ac80dbe7cfac839b1bd8a5
License
The text was updated successfully, but these errors were encountered: