mbed-os/tools/export/uvision
Kevin Bracey 85041025cc µVision export: Add ARMC6 `-std` handling
This is limited to ARMC6 because as of µVision V5.27 you can't set C++11
for ARMC5.

Also current µVision does not support gnu++14. We should be able to get
is as `<default>`, as it is the default for ARM Compiler 6.10-6.12,
but this option does not work as documented and actually requests
gnu++89 explicitly. So gnu++14 is mapped to gnu++11.
2019-05-24 16:26:15 +03:00
..
__init__.py µVision export: Add ARMC6 `-std` handling 2019-05-24 16:26:15 +03:00
debug_init.ini Add debug and flash init scripts for uvision. 2019-04-09 14:08:13 -05:00
export_info.tmpl Add template for export info needed by the post build script 2019-04-09 14:08:13 -05:00
flash_init.ini Add debug and flash init scripts for uvision. 2019-04-09 14:08:13 -05:00
postbuild.py Correct calls to merge_region_list 2019-04-09 14:10:37 -05:00
uvision.tmpl µVision export: Add ARMC6 `-std` handling 2019-05-24 16:26:15 +03:00
uvision_debug.tmpl Modify uvision templates to conditionally enable post build 2019-04-09 14:08:14 -05:00