micropython/tools/autobuild
Jim Mussared 492ba5eaf2 stm32: Move board variant config to mpconfigboard.mk.
Rather than having the autobuild know about the particular variants, have
the mpconfigboard.mk describe them and make autobuild discover them
automatically.

Adds a "query-variants" target to stm32/Makefile to allow the set of
possible variants to be queried.

Removes pybv3 from the autobuild as this isn't use by the downloads page.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-08-26 09:38:38 +10:00
..
autobuild.sh tools/autobuild: Add nrf port to autobuild scripts. 2022-07-13 16:19:22 +10:00
build-boards.sh tools/autobuild: Add nrf port to autobuild scripts. 2022-07-13 16:19:22 +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 stm32: Move board variant config to mpconfigboard.mk. 2022-08-26 09:38:38 +10:00
remove_old_firmware.py