mbed-os/tools/test
Kevin Bracey 4eda58893e SocketAddress rework
* Add optimised constexpr default constructor. Default construction
  was previously by a heavyweight defaulted `nsapi_addr_t` parameter.
* Remove deprecated resolving constructor.
* Take `nsapi_addr_t` inputs by constant reference rather than value.
* Inline the trivial getters and setters.
* Use `unique_ptr` to manage the text buffer.
* Make `operator bool` explicit.
* Optimise some methods.
* Update to C++11 style (default initialisers, nullptr etc)
2020-03-24 11:05:33 +02:00
..
build_api Address comments on workaround for Mbed OS 2 CI build after Public (#11114) 2019-08-02 12:32:40 +01:00
config Rename "default_lib" to "c_lib". 2020-01-17 08:05:48 -08:00
examples Remove CPU usage example from CI build 2020-01-30 03:59:36 -08:00
memap tools: add license headers 2019-02-15 13:32:45 +00:00
psa Update PSA code generator 2019-04-30 14:10:23 +03:00
resources Test to ensure only the last linker file is used in a project 2019-04-02 09:48:55 -05:00
run_icetea tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
targets Merge pull request #12226 from JanneKiiskila/target_test_sector_missing 2020-01-24 11:23:51 +00:00
test_api Remove test about unused parameter in find_tests 2018-07-16 14:11:08 -05:00
toolchains tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
travis-ci SocketAddress rework 2020-03-24 11:05:33 +02:00
__init__.py tools: add license headers 2019-02-15 13:32:45 +00:00
detect_targets_test.py Updates to `/tools` for Python 3 compatibility 2019-11-21 15:02:37 +00:00
pylint.py tools: move string description after import modules 2019-02-19 10:49:04 +00:00