Beispiel #1
0
 def check_executable():
     """Returns True if the executable (armcc) location specified by the
      user exists OR the executable can be found on the PATH.
      Returns False otherwise."""
     return mbedToolchain.generic_check_executable("ARM", 'armcc', 2, 'bin')
Beispiel #2
0
 def check_executable():
     return mbedToolchain.generic_check_executable("ARMC6", "armclang", 1)
Beispiel #3
0
 def check_executable():
     """Returns True if the executable (arm-none-eabi-gcc) location
     specified by the user exists OR the executable can be found on the PATH.
     Returns False otherwise."""
     return mbedToolchain.generic_check_executable("IAR", 'iccarm', 2,
                                                   "bin")
Beispiel #4
0
 def check_executable():
     """Returns True if the executable (armcc) location specified by the
      user exists OR the executable can be found on the PATH.
      Returns False otherwise."""
     return mbedToolchain.generic_check_executable("ARM", 'armcc', 2, 'bin')
 def check_executable():
     """Returns True if the executable (arm-none-eabi-gcc) location
     specified by the user exists OR the executable can be found on the PATH.
     Returns False otherwise."""
     return mbedToolchain.generic_check_executable("IAR", 'iccarm', 2, "bin")
Beispiel #6
0
 def check_executable():
     return mbedToolchain.generic_check_executable("ARMC6", "armclang", 1)