motor controll application from stm32 and zephyer RTOS
Project was used west tools and zephyer RTOS. below are the minimal commands to build the project. After clone the repo
- virtualenv -p python3 env
- source env/bin/activate
- pip3 install west
- west init -m
- west update
- pip3 install -r zephyer/scripts/requirments,txt
- west build -b stm32_min_dev_blue
- west flash --runner jlink