You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Change directory to example>cd platform-ststm32/examples/stm32cube-hal-blink
# Build project> platformio run
# Upload firmware> platformio run --target upload
# Build specific environment> platformio run -e nucleo_f401re
# Upload firmware for the specific environment> platformio run -e nucleo_f401re --target upload
# Clean build files> platformio run --target clean