mbed-os/platform
Martin Kojtal b6a90c4ae1 CMake: fix for CMAKE_CURRENT_LIST_DIR in functions
CMAKE_CURRENT_LIST_DIR behaves differently in functions. We store it in the CMakeLists itself, so anyone
calling a function would get the actual list dir where the scripts are.

To illustrate: if I call a function from src/CMakelists.txt, function located in src/scripts, `CMAKE_CURRENT_LIST_DIR` in the function would point
to the src/ folder but not to src/scripts.
2021-04-14 13:09:27 +01:00
..
FEATURE_EXPERIMENTAL_API CMake: fix for CMAKE_CURRENT_LIST_DIR in functions 2021-04-14 13:09:27 +01:00
bare_metal Added missing blockdevice mbed_lib.json 2020-11-02 16:35:26 +00:00
cxxsupport Fix make_span text in comment block 2021-01-18 15:49:29 +01:00
docs Refactor hal, platform, rtos docs 2020-09-17 16:03:43 +01:00
include/platform Fix define MBED_EXCLUSIVE_ACCESS for Apple M1 (ARM64) computers 2021-03-23 11:42:02 +01:00
mbed-trace CMake: add mbed-os and mbed-baremetal targets 2020-11-06 17:25:22 +00:00
randlib CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
source Rename USBTX/RX to CONSOLE_TX/RX 2021-03-18 17:01:54 +00:00
tests [STD-PIN] BUTTON and LED define 2021-03-18 17:01:50 +00:00
CMakeLists.txt CMake: Add mbed-psa library as a dependency to mbed-core if PSA is used 2021-01-18 17:39:13 +00:00
mbed_lib.json update baud rate of CY8CKIT064B0S2_4343W to 115200 2021-03-09 22:48:50 +00:00