A sample application that demonstrates how to use Pigweed in a Zephyr project.
- This application was developed on a Linux host. It should work on Windows and macOS, but this hasn't been personally verified.
$ pip install west
$ west init -l manifest
$ west update
$ . pigweed/bootstrap.sh
$ pip install -r requirements.txt
After the initial one-time setup, run these steps to re-activate your development environment:
$ . pigweed/activate.sh
- Check if
/usr/include/asm-generic/
exists. - If yes, try creating a symlink: sudo ln -s /usr/include/asm-generic/ /usr/include/asm
- Install
nvm
(https://github.com/nvm-sh/nvm) - Install
nodejs
:nvm install node
)
$ cd webconsole
$ npm install --force
$ npm run dev