- Mar 15, 2022
-
-
Signed-off-by:
Martin Kojtal <martin.kojtal@arm.com>
-
Signed-off-by:
Lingkai Dong <lingkai.dong@arm.com>
-
- Mar 10, 2022
-
-
Martin Kojtal authored
Using Arm Developer report security vulnerabilities Signed-off-by:
Martin Kojtal <martin.kojtal@arm.com>
-
- Mar 01, 2022
-
-
Jaeden Amero authored
Having the HAL or a HAL implementation set the C library to use results in conflicts when linking with other libraries that did not set the same C library. Instead of a HAL-specific way to choose the C library, applications can provide their own custom CMake toolchain file to apply options globally. Signed-off-by:
Jaeden Amero <jaeden.amero@arm.com>
-
Muhammad Bilal Wasim authored
This commit adds initial support for MPS2 Cortex-M4 FVP. For now, the only supported peripherals are UART and GPIO, with/without interrupts. Signed-off-by:
Bilal Wasim <muhammadbilal.wasim@arm.com>
-
- Feb 25, 2022
-
-
Wilfried Chauveau authored
Signed-off-by:
Wilfried Chauveau <wilfried.chauveau@arm.com>
-
- Feb 24, 2022
-
-
Hugues Kamba Mpiana authored
The term frame is ambiguous as it could refer to either the low-level packet which encompasses meta-data from the start bit to the stop bit of a UART as opposed to just the data bits. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
Hugues Kamba Mpiana authored
Usage of the Serial API in examples and tests are amended as the API uses a different programming model and function signatures. A `main()` function is required to be implemented in implementation repositories to build the examples and tests. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
Hugues Kamba Mpiana authored
For more information see: * MCU-Driver-HAL programming model: https://gitlab.oss.arm.com/engineering/iot-m-sw/open-iot-sdk/mcu-driver-hal/mcu-driver-hal/-/blob/main/docs/porting/programming_model.md * Mbed OS migration guide: https://gitlab.oss.arm.com/engineering/iot-m-sw/open-iot-sdk/mcu-driver-hal/mcu-driver-hal/-/blob/main/docs/porting/porting_full_process/migrating_mbed_os_hal.md Note: `PinMap` usage to be removed once all driver implementations have been migrated. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
Following the change to remove unused `mbed_stack_*` and `mbed_heap_*` symbols from mcu-driver-hal, we update the submodule tracking. Signed-off-by:
Lingkai Dong <lingkai.dong@arm.com>
-
This is based on mcu-driver-hal contributing guideline. Signed-off-by:
Martin Kojtal <Martin.Kojtal@arm.com>
-
This commit updates the reference platform repo to the new directory structure. Examples / Tests are moved from mdh_arm to the top-level, and CMSIS is moved from the top-level to the components directory. This commit also renames mdh_arm/ to drivers/ but more work needs to be done to seperate the platform specific parts from the generic parts in this directory. This will be done later. Signed-off-by:
Bilal Wasim <muhammadbilal.wasim@arm.com>
-
We were manually copying files in license check job to avoid license check of submodule files. Use GitLab native way. Signed-off-by:
Saheer Babu <saheer.babu@arm.com>
-
It is better to keep schema inside repo for adapting to repo's needs. Signed-off-by:
Saheer Babu <saheer.babu@arm.com>
-
Signed-off-by:
Saheer Babu <saheer.babu@arm.com>
-
Release branch testing is done automatically. Developers can also select a branch from GitLab UI to run CI on it. Signed-off-by:
Saheer Babu <saheer.babu@arm.com>
-
CI runs pipeline in two jobs - build and test. If artifacts are not restored properly, ctest will not be able to find the tests. Absence of test by default is success in ctest. Signed-off-by:
Saheer Babu <saheer.babu@arm.com>
-
Signed-off-by:
Saheer Babu <saheer.babu@arm.com>
-
This reverts commit 292073cf6c539810bd1c3729de49f06bbaa9f98e added as a workaround. Signed-off-by:
Saheer Babu <saheer.babu@arm.com>
-
Historically, `mbed_config_*.cmake` files were toolchain specific. They have since evolved to not contain any toolchain specific definitions as toolchain information is provided via the CMake configure command. This commit removes `mbed_config_gcc.cmake` and `mbed_config_arm.cmake` and replace them with a single `mdh_config.cmake` file. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed include: * `MBED_CONF_SARA4_*` * `MBED_CONF_GENERIC_AT3GPP_*` * `MBED_CONF_ALT1250_*` * `PPP_DEBUG_*` * `MBED_LFS_*` * `MEM_ALLOC` * `MEM_FREE*` * `NS_USE_EXTERNAL_MBED_TLS` * `MBED_TRACE_COLOR_THEME` * `MBED_CONF_GEMALTO_*` * `MBED_CONF_MCR20A_*` * `MBED_CONF_S2LP_*` * `MBED_MPU_CUSTOM` They are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definition is not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The definitions removed are not referenced in the source code. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-