Browse Source

More mega shortcuts in 'mftest' script

Scott Lahteine 5 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
     lin*) TESTENV='linux_native' ;;
25
     lin*) TESTENV='linux_native' ;;
26
  lpc?(8)) TESTENV='LPC1768' ;;
26
  lpc?(8)) TESTENV='LPC1768' ;;
27
     lpc9) TESTENV='LPC1769' ;;
27
     lpc9) TESTENV='LPC1769' ;;
28
+    m128) TESTENV='megaatmega1280' ;;
29
+    m256) TESTENV='megaatmega2560' ;;
28
     mega) TESTENV='megaatmega2560' ;;
30
     mega) TESTENV='megaatmega2560' ;;
29
      stm) TESTENV='STM32F103R' ;;
31
      stm) TESTENV='STM32F103R' ;;
30
      f1)  TESTENV='STM32F103R' ;;
32
      f1)  TESTENV='STM32F103R' ;;

Loading…
Cancel
Save