mbed-os/tools
Olaf Hagendorf 4fe41d4edd fpu with single/double precision - removing redundancy
- removing redundancy as discussed in PR #2087:
 - in target.json the core option can have only this values : "Cortex-M0", "Cortex-M0+", "Cortex-M1", "Cortex-M3", "Cortex-M4", "Cortex-M7", "Cortex-A9" - Cortex-M4F and Cortex-M7F removed
 - in target.json an additional fpu option with values: "single" and "double" can be used
- build and export scripts are changed to handle this

- tested (compiling, running on hardware) with nucleo_f767 (cortex-m7 with double precision fpu), nucleo_f746 (cortex-m7 with single precision fpu), nucleo_f446 and nucleo_l467 (cortex-m4 with single precision fpu), teensy31 (cortex-m4 without fpu - only build test), nucleo_l073 (cortex-m0)
- singletest results are added to PR #2087 comments
2016-07-04 22:08:31 +02:00
..
bootloaders Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
buildbot Move private_settings.py to root mbed_settings.py. Various updates to reflect the path changes 2016-06-09 22:24:05 +01:00
ci_templates Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
compliance Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
data Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
dev Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
export [STM32F4xx][NUCLEO_F429ZI] Add on for NUCLEO_F429ZI export and tests 2016-07-04 15:20:12 +02:00
host_tests Add a serial transmission complete test 2016-06-14 12:03:22 +02:00
misc Move non-essential scripts to tools/misc/ 2016-06-27 14:11:38 +01:00
test/config_test Fix K64F-based config tests 2016-06-21 19:58:03 +03:00
toolchains fpu with single/double precision - removing redundancy 2016-07-04 22:08:31 +02:00
.mbedignore Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
__init__.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
build.py Revert "Generalize flag handling" 2016-06-24 16:39:01 -05:00
build_api.py Fixed config-related options for the IAR assembler 2016-06-27 15:54:38 +03:00
build_everything.py Add tests to the config system. Add GCC flags to support uVisor 2016-06-12 19:04:41 +01:00
build_release.py [STM32F4xx] Add support for NUCLEO_F429ZI 2016-07-04 14:00:41 +02:00
build_travis.py [STM32F4xx] Add support for NUCLEO_F429ZI 2016-07-04 14:00:41 +02:00
config.py Fixed config-related options for the IAR assembler 2016-06-27 15:54:38 +03:00
default_settings.py Add environmental variables support for toolchain paths 2016-06-24 23:03:08 +01:00
detect_targets.py Revert "Generalize flag handling" 2016-06-24 16:39:01 -05:00
export_test.py [STM32F4xx][NUCLEO_F429ZI] Add on for NUCLEO_F429ZI export and tests 2016-07-04 15:20:12 +02:00
get_config.py Revert "Generalize flag handling" 2016-06-24 16:39:01 -05:00
hooks.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
libraries.py Update project generator script to allow working with any source 2016-06-10 02:24:27 +01:00
make.py Force program_cycle_s to be used as an attribue everywhere 2016-06-27 16:01:52 -05:00
memap.py Minor tweaks 2016-06-27 15:02:05 +01:00
options.py Revert "Generalize flag handling" 2016-06-24 16:39:01 -05:00
patch.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
paths.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
project.py Project - fix zip rename argument 2016-06-28 10:22:47 +02:00
settings.py Add MBED_ prefix to compilers environment variables 2016-06-27 23:27:43 +01:00
singletest.py Revert "Generalize flag handling" 2016-06-24 16:39:01 -05:00
size.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
synch.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
targets.py fpu with single/double precision - removing redundancy 2016-07-04 22:08:31 +02:00
test.py Revert "Generalize flag handling" 2016-06-24 16:39:01 -05:00
test_api.py Test spec paths are now relative to tool execution directory 2016-06-30 09:32:13 -05:00
test_db.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
test_exporters.py Fix html report exporter row tag 2016-06-22 11:36:22 +02:00
test_mysql.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
test_webapi.py Revert "Generalize flag handling" 2016-06-24 16:39:01 -05:00
tests.py [STM32F4xx][NUCLEO_F429ZI] Add on for NUCLEO_F429ZI export and tests 2016-07-04 15:20:12 +02:00
upload_results.py Ported updates to targets, utils and settings scripts 2016-06-09 22:05:35 +01:00
utils.py Revert "Generalize flag handling" 2016-06-24 16:39:01 -05:00