Add release build for 64KB CC2500-only module (#615)

This commit is contained in:
Ben Lye
2021-08-24 19:54:46 +01:00
committed by GitHub
parent 5147833487
commit 64c75414d8
2 changed files with 33 additions and 0 deletions

View File

@@ -98,6 +98,8 @@ buildReleaseFiles(){
build_release_stm32f1_serial_debug;
elif [[ "$BOARD" == "multi4in1:STM32F1:multi5in1t18int" ]]; then
build_release_stm32f1_t18int;
elif [[ "$BOARD" == "multi4in1:STM32F1:multistm32f103c8:debug_option=none" ]]; then
build_release_stm32f1_64k;
else
printf "No release files for this board.";
fi