Skip to content

Adapt Zephyr App for Pandora STM32L475 Development Board

Notifications You must be signed in to change notification settings

TrekMax/Pandora_STM32L475_Zephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandora_STM32L475_Zephyr

Adapt Zephyr RTOS App for Pandora STM32L475 Development Board

Hardware

Pandora STM32L475 Development Board

Pandora STM32L475 Development Board

Developing With Zephyr

Install Zephyr SDK

Build and run Test

cd ~/zephyrproject/zephyr
west build -p always -b pandora_stm32l475 samples/basic/blinky
west flash

Build Zephyr RTOS App for Pandora STM32L475 Development Board

source ~/zephyrproject/.venv/bin/activate
export ZEPHYR_BASE=~/zephyrproject/zephyr

Build and run Test

cd Pandora_STM32L475_Zephyr
west build -p always -b pandora_stm32l475 samples/hello_world
west flash

Pull Zephyr RTOS App for Pandora STM32L475 Development Board with west

Pull Source Code and Initialize workspace

west init -m https://github.com/QinYUN575/Pandora_STM32L475_Zephyr --mr feature/porting_board zephyrproject
cd zephyrproject
west update

Build and run Test

cd Pandora_STM32L475_Zephyr
west build -p always -b pandora_stm32l475 samples/hello_world
west flash

About

Adapt Zephyr App for Pandora STM32L475 Development Board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published