Skip to content

An example on how to use PlatformIO with a CubeMX generated project that has FreeRTOS enabled.

Notifications You must be signed in to change notification settings

maxgerhardt/pio-cubemx-freertos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlatformIO CubeMX FreeRTOS example

  1. Install PlatformIO Core
  2. Download this repository.
  3. Extract ZIP archive
  4. Run these commands:
    # Build project
    > platformio run

    # Upload firmware
    > platformio run --target upload

    # Build specific environment
    > platformio run -e nucleo_l152re

    # Upload firmware for the specific environment
    > platformio run -e nucleo_l152re --target upload

    # Clean build files
    > platformio run --target clean

About

An example on how to use PlatformIO with a CubeMX generated project that has FreeRTOS enabled.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published