This repository’s main branch contains the hardware schematic and device tree definitions for the OceanSensorNES board using Zephyr. To use these board definitions in a new Zephyr application, follow the steps below.
First, clone the repository that contains the board design. Open your terminal and run:
git clone https://github.com/LMY-Mengyao/OceanSensorNES.git- Navigate to the optical-sensor branch.
- Clone the repository and follow the instructions provided in the test documentation(will update soon).
- Update your application’s configuration to reference the new board files if necessary.
- Ensure your Zephyr project’s
CMakeLists.txtor build configuration is aware of the additional board directory. - For any changes to the board schematic or device tree, update the files in the
boards/OceanSensorNESdirectory of your application accordingly. - Ensure your environment is set up for Zephyr development before proceeding.
- If you encounter issues, refer to the Zephyr documentation or the repository’s issues section for support.