PythonExtra/tools/autobuild
Jim Mussared 9070a24940 tools/autobuild: Use distinct directory for building stm32 variants.
Previous the build directory just used the board name, now make it use the
variant name too.

This shouldn't have any change because the existing directory should not
exist (all builds run by these scripts remove their build directory after
completion), but it makes debugging easier.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-08 14:54:11 +10:00
..
autobuild.sh tools/autobuild: Add nrf port to autobuild scripts. 2022-07-13 16:19:22 +10:00
build-boards.sh esp32/boards: Merge manifest_release modules into standard manifest. 2022-08-30 11:34:34 +10:00
build-cc3200-latest.sh tools/autobuild: Don't use "-B" for make, it's already a fresh build. 2021-08-19 23:30:17 +10:00
build-downloads.py tools/autobuild: Add script to generate website board metadata. 2021-10-27 14:04:53 +11:00
build-esp8266-latest.sh tools/autobuild: Build esp8266 OTA image with GENERIC_1M board. 2021-12-30 15:47:49 +11:00
build-stm32-extra.sh tools/autobuild: Use distinct directory for building stm32 variants. 2022-09-08 14:54:11 +10:00
remove_old_firmware.py