Adapt Zephyr RTOS App for Pandora STM32L475 Development Board
Pandora STM32L475 Development Board
cd ~/zephyrproject/zephyr
west build -p always -b pandora_stm32l475 samples/basic/blinky
west flash
source ~/zephyrproject/.venv/bin/activate
export ZEPHYR_BASE=~/zephyrproject/zephyr
cd Pandora_STM32L475_Zephyr
west build -p always -b pandora_stm32l475 samples/hello_world
west flash
west init -m https://github.com/QinYUN575/Pandora_STM32L475_Zephyr --mr feature/porting_board zephyrproject
cd zephyrproject
west update
cd Pandora_STM32L475_Zephyr
west build -p always -b pandora_stm32l475 samples/hello_world
west flash