- Jan 20, 2022
-
-
We do not need Maintainers.md file, extend contributing guidelines Signed-off-by:
Martin Kojtal <martin.kojtal@arm.com>
-
Signed-off-by:
Martin Kojtal <martin.kojtal@arm.com>
-
Signed-off-by:
Zachary Leaf <zachary.leaf@arm.com>
-
Use git shallow cloning to try and speed up the CMake configure stage. Unfortunately FetchContent does not support the git --shallow-submodules option at present, so cloning the ML Evaluation Kit in particular takes a long time, as it has several large submodule dependencies. This change still seems to improve the configure time by 20 seconds on a 2018 Macbook Pro with 100mbps download speed. Also enable the GIT_PROGRESS option so clone progress can be viewed in the terminal when FETCHCONTENT_QUIET is set to OFF by the user. Signed-off-by:
Robert Walton <rob.walton@arm.com>
-
The only Arm target currently supported by MCU-Driver-HAL is AN547_MPS3 (Corstone-300). To build, cmake -S . -B _build -GNinja -D VARIANT=FVP cmake --build _build To run, # replace <path-to> and <your-choice> <path-to>/FVP_Corstone_SSE-300_Ethos-U55 -a _build/_deps/mdh-arm-build/mdh_arm/examples/<your-choice>/*.elf Temporary workarounds: * For now, only mcu-driver-reference-platforms-for-arm.git is fetched because it pulls in MCU-Driver-HAL as a git submodule. Once the HAL migrates away from git submodules, MCU-Driver-HAL should be fetched directly and target-specific implementations should be fetched according to build target. * As we do not have proper CMake toolchain files or an MCU selection mechanism in place, configurations are hardcoded inside MCU-Driver-HAL for now, its subdirectory is added before the top-level IoTSDK project is declared. Signed-off-by:
Lingkai Dong <lingkai.dong@arm.com>
-
Not all necessary files to compile it have been declared yet. Signed-off-by:
Lingkai Dong <lingkai.dong@arm.com>
-
Signed-off-by:
Martin Kojtal <martin.kojtal@arm.com>
-
Signed-off-by:
Martin Kojtal <martin.kojtal@arm.com>
-
- Jan 19, 2022
-
-
Signed-off-by:
Martin Kojtal <martin.kojtal@arm.com>
-
Signed-off-by:
Rajkumar Kanagaraj <rajkumar.kanagaraj@arm.com>
-
Note: When we call FetchContent_MakeAvailable in Cmake it fetches the content and calls CMake of ml-embedded-evaluation-kit complaints about the missing compiler configuration so replace it with FetchContent_Populate to fetches ml-embedded-evaluation-kit sources alone Signed-off-by:
Rajkumar Kanagaraj <rajkumar.kanagaraj@arm.com>
-
This is used by GitLab to request reviewers. We should reference this from Maintainers.md file. Signed-off-by:
Martin Kojtal <martin.kojtal@arm.com>
-
Set up the maintainers and code owners Signed-off-by:
Martin Kojtal <martin.kojtal@arm.com>
-
- Oct 26, 2021
-
-
When we call FetchContent_MakeAvailable in Cmake it fetches the content and calls CMake of TFM complains about the missing configuration of TFM_TARGET so replace it with FetchContent_Populate to fetches tfm sources alone Signed-off-by:
Rajkumar Kanagaraj <rajkumar.kanagaraj@arm.com>
-
- Oct 25, 2021
-
-
Rob Walton authored
Create a CMake library target for CMSIS-RTOS-v2 as the upstream doesn't use CMake. Signed-off-by:
Robert Walton <rob.walton@arm.com>
-
- Oct 22, 2021
-
-
Rob Walton authored
Signed-off-by:
Robert Walton <rob.walton@arm.com>
-
Rajkumar Kanagaraj authored
Signed-off-by:
Rajkumar Kanagaraj <rajkumar.kanagaraj@arm.com>
-
Rajkumar Kanagaraj authored
Signed-off-by:
Rajkumar Kanagaraj <rajkumar.kanagaraj@arm.com>
-
Rajkumar Kanagaraj authored
Signed-off-by:
Rajkumar Kanagaraj <rajkumar.kanagaraj@arm.com>
-
Rajkumar Kanagaraj authored
Signed-off-by:
Rajkumar Kanagaraj <rajkumar.kanagaraj@arm.com>
-
Rajkumar Kanagaraj authored
Signed-off-by:
Rajkumar Kanagaraj <rajkumar.kanagaraj@arm.com>
-
Rajkumar Kanagaraj authored
Signed-off-by:
Rajkumar Kanagaraj <rajkumar.kanagaraj@arm.com>
-
- Oct 20, 2021
-
-
Martin Kojtal authored
Signed-off-by:
Martin Kojtal <martin.kojtal@arm.com>
-