Balance mega tests, shorten some env names

This commit is contained in:
Scott Lahteine
2020-03-01 17:39:46 -06:00
committed by Scott Lahteine
parent 870a1f753a
commit 736521a3f1
15 changed files with 206 additions and 208 deletions

View File

@ -34,9 +34,9 @@ case $TESTENV in
lin*) TESTENV='linux_native' ;;
lpc?(8)) TESTENV='LPC1768' ;;
lpc9) TESTENV='LPC1769' ;;
m128) TESTENV='megaatmega1280' ;;
m256) TESTENV='megaatmega2560' ;;
mega) TESTENV='megaatmega2560' ;;
m128) TESTENV='mega1280' ;;
m256) TESTENV='mega2560' ;;
mega) TESTENV='mega2560' ;;
stm) TESTENV='STM32F103RE' ;;
f1) TESTENV='STM32F103RE' ;;
f4) TESTENV='STM32F4' ;;