mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			
				
					
						
							When using the `mbed test` command to build and run tests, some targets have additional configurations/overrides defined in `tools/test_configs/`: * `target_configs.json` lists which targets support which configs. * `config_paths.json` maps the name of each config to the JSON file to use. By default, only `default_test_configuration` from `target_configs.json` gets used when building and running tests. Others listed in `test_configuration` need to be switched via `--test-config <NAME>`. This commit enables Experimental API in the default configurations of K64F and K66F in order to test Mbed OS PSA. Any existing configs are kept, which is why `HeapBlockDeviceAndEthernetAndExperimental.json` is created for K64F.  | 
			||
|---|---|---|
| .. | ||
| 6lowpanInterface_host.json | ||
| 6lowpanInterface_router.json | ||
| CC3220SFInterface.json | ||
| CellularInterface.json | ||
| ESP8266Interface.json | ||
| EthernetInterface.json | ||
| HeapBlockDevice.json | ||
| HeapBlockDeviceAndEthernetAndExperimental.json | ||
| HeapBlockDeviceAndEthernetInterface.json | ||
| HeapBlockDeviceAndWifiInterface.json | ||
| ISM43362Interface.json | ||
| NIDDInterface.json | ||
| NanostackMACTester.json | ||
| QSPIFBlockDeviceAndHeapBlockDevice.json | ||
| SDBlockDeviceAndHeapBlockDevice.json | ||
| SPIFBlockDeviceAndHeapBlockDevice.json | ||
| SpwfSAInterface.json | ||
| ThreadInterface_end_device.json | ||
| ThreadInterface_router.json | ||
| Wi-SUNInterface.json | ||
| WiFiInterface.json | ||
| __init__.py | ||
| config_paths.json | ||
| experimental.json | ||
| no_network.json | ||
| target_configs.json | ||