Skip to content

pavel-demin/nucleo-wb55-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing GCC:

  source helpers/install_gcc.sh

  export PATH=$PATH:/opt/gcc-arm-none-eabi-9-2020-q2-update/bin

  echo PATH=\$PATH:/opt/gcc-arm-none-eabi-9-2020-q2-update/bin >> ~/.profile

Installing required packages:

  sudo apt-get install git make automake libtool libusb-1.0-0-dev

Installing OpenOCD:

  source helpers/install_openocd.sh

  export PATH=$PATH:/opt/openocd/bin

  echo PATH=\$PATH:/opt/openocd/bin >> ~/.profile

Compiling and running program on NUCLEO-WB55:

  make NAME=led_blinker install

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages