Sir-Branch / Pinnacle-100-Firmware-Manifest

Manifest repository for https://github.com/LairdCP/Pinnacle-100-Firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pinnacle 100 Firmware Manifest Repo

Using the Firmware

See the user guide for the firmware here

Cloning Firmware

WARNING: On Windows do not clone into a starting folder path longer than 12 characters or else the firmware will not build.

This is a Zephyr west manifest repository. To learn more about west see here.

To clone this repository properly use the west tool. To install west you will first need Python3.

Install west using pip3:

# Linux
pip3 install --user -U west

# macOS (Terminal) and Windows (cmd.exe)
pip3 install -U west

Once west is installed, clone this repository using west init and west update:

# Checkout the latest manifest on main
west init -m https://github.com/LairdCP/Pinnacle-100-Firmware-Manifest.git --mr main

# OR checkout the 5.0.0 release
west init -m https://github.com/LairdCP/Pinnacle-100-Firmware-Manifest.git --mr v5.0.0

# Now, pull all the source described in the manifest
west update

Preparing to Build

If this is your first time working with a Zephyr project on your computer you should follow the Zephyr getting started guide to install all the tools.

The firmware uses zephyr 2.4.x, so GCC 9 is recommended. GNU Arm Embedded Toolchain: 9-2020-q2-update is recommended.

See here to setup the GNU ARM Embedded tools

If using Linux, v0.11.4 of the Zephyr SDK is recommended.

Building the Firmware

See here for build commands.

About

Manifest repository for https://github.com/LairdCP/Pinnacle-100-Firmware

License:Apache License 2.0