Browse Source

More mega shortcuts in 'mftest' script

Scott Lahteine 4 years ago
parent
commit
69bd636f22
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      buildroot/share/git/mftest

+ 2
- 0
buildroot/share/git/mftest View File

@@ -25,6 +25,8 @@ case $TESTENV in
25 25
     lin*) TESTENV='linux_native' ;;
26 26
  lpc?(8)) TESTENV='LPC1768' ;;
27 27
     lpc9) TESTENV='LPC1769' ;;
28
+    m128) TESTENV='megaatmega1280' ;;
29
+    m256) TESTENV='megaatmega2560' ;;
28 30
     mega) TESTENV='megaatmega2560' ;;
29 31
      stm) TESTENV='STM32F103R' ;;
30 32
      f1)  TESTENV='STM32F103R' ;;

Loading…
Cancel
Save