platformio/platformio-core

Can't build firmware on command line if I specify other targets

Open

#4 862 ouverte le 20 févr. 2024

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Python (791 forks)batch import
build systemhelp wanted

Métriques du dépôt

Stars
 (7 329 stars)
Métriques de merge PR
 (Merge moyen 109j 16h) (5 PRs mergées en 30 j)

Description

I would like to do this (I am trying to build a versioned release package):

pio run -t pre -t buildprog -t buildfs -t post

But buildprog target won't execute if I specify any other targets. build and target_buildprog don't work either.

Guide contributeur