Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 746 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 746 Bytes

embedded

prerequisite

supported board and MCU

  • STM32VLDISCOVERY
  • STM32F4DISCOVERY
  • STM32F103

examples

  • stm32f103
r-3-t:build_dir$ rm -rf * && cmake  <path_to_dev>/board_examples/leds/ -DCMAKE_BUILD_TYPE=Debug -Darch=stm32f1O3
  • stm32f100
r-3-t:build_dir$ rm -rf * && cmake  <path_to_dev>/board_examples/leds/ -DCMAKE_BUILD_TYPE=Debug -Darch=stm32f1OO
  • stm32f4
r-3-t:build_dir$ rm -rf * && cmake  <path_to_dev>/board_examples/leds/ -DCMAKE_BUILD_TYPE=Debug -Darch=stm32f4