mbed-os/tools/toolchains
Brian Daniels 6dfbd0b88a Add functions to enable ARM fallback to ARMC5.
There are two new functions: get_valid_toolchain_names and
find_valid_toolchain. These functions are used to figure out if a
fallback is possible and necessary. find_valid_toolchain is expected to
be used by the front-end scripts.

get_toolchain_name was updated with some different logic and comments.
2019-03-24 09:48:43 +00:00
..
__init__.py Move toolchain base class into another file 2019-03-04 11:32:16 -06:00
arm.py Add functions to enable ARM fallback to ARMC5. 2019-03-24 09:48:43 +00:00
gcc.py Fix pylint warnings in gcc.py except for the long regex 2019-03-04 11:36:36 -06:00
iar.py Fix pylint in iar.py except for the long regex 2019-03-04 11:36:36 -06:00
mbed_toolchain.py Deduplicate RAM defines to linker command line 2019-03-24 09:48:43 +00:00