Searched +full:0 +full:m (Results 1 – 25 of 108) sorted by relevance
12345
4 services in Trusted Firmware M(TF-M) through Platform Security Architecture12 TF-M is an open source project. It provides a reference implementation of PSA13 for Arm M-profile architecture. Please get the details from this [link](https://git.trustedfirmware…18 …The implementation of APIs which are defined in ```\ns_interface\os_wrapper\mutex.h``` by tf-m-tes…29 ### Get the TF-M source code31 …(https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/) to get the source code. This port i…33 ### Build TF-M40 …before using this port. Note that TrustZone is enabled in this port. The TF-M runs in the Secure S…42 …e API ```tfm_ns_interface_init()``` which is defined in ```\app\tfm_ns_interface.c``` by tf-m-tests43 …nning of your application. Otherwise, it will always fail when calling a TF-M service in the Nonse…[all …]
56 /* configSYSTICK_CLOCK_HZ is an optional parameter for ARM Cortex-M ports only.58 * By default ARM Cortex-M ports generate the RTOS tick interrupt from the59 * Cortex-M SysTick timer. Most Cortex-M MCUs run the SysTick timer at the same81 * configUSE_PREEMPTION to 0 to use co-operative scheduling.87 * configUSE_TIME_SLICING to 0 to prevent the scheduler switching between Ready90 #define configUSE_TIME_SLICING 094 * normally using a count leading zeros assembly instruction. Set to 0 to select96 * ports. Not all FreeRTOS ports have this option. Defaults to 0 if left98 #define configUSE_PORT_OPTIMISED_TASK_SELECTION 0101 * 0 to keep the tick interrupt running at all times. Not all FreeRTOS ports[all …]
10 Multiprocessing (AMP) support in 2017, FreeRTOS Version 11.0.0 is the49 FreeRTOS handlers for PendSV and SVCall interrupts on Cortex-M devices.58 + Make taskYIELD available to unprivileged tasks for ARMv8-M ports.61 + Update the SysTick setup code for ARMv8-M ports to first configure the clock63 versions older than 7.0.0, which causes an emulation error if SysTick is67 ARMv7-M ports to the ARMv8-M ports. We thank @jefftenney for their98 introduced in version 10.6.0:121 Changes between FreeRTOS V10.5.1 and FreeRTOS 10.6.0 released July 13, 2023214 + Add assertions to ARMv8-M ports to detect when FreeRTOS APIs are called from221 + Update interrupt priority asserts for Cortex-M ports so that these do not fire[all …]
29 " projCOVERAGE_TEST=0)\n")38 " projCOVERAGE_TEST=0)\n")75 …RM_CM33_TFM - Compiler: GCC Target: ARM Cortex-M33 non-secure for TF-M\n"82 …RM_CM55_TFM - Compiler: GCC Target: ARM Cortex-M55 non-secure for TF-M\n"86 …RM_CM85_TFM - Compiler: GCC Target: ARM Cortex-M85 non-secure for TF-M\n"
44 fetch-depth: 076 git commit -m '[AUTO][RELEASE]: Update version number in manifest.yml'89 git commit -m '[AUTO][RELEASE]: Update SBOM'
168 if [ "$?" = "0" ]; then169 echo -e "\033[32;3mCloned the Community-Supported-Demos\033[0m"171 echo -e "\033[32;31mCommunity-Supported-Demos Clone Failed...\033[0m"
11 bashEnd: \033[0m
42 bashEnd: \033[0m64 if [ $exitStatus -eq 0 ]; then
13 bashEnd: \033[0m
56 /* ARMv8-M common port configurations. */64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
49 …e defined in FreeRTOSConfig.h. Set configENABLE_MVE to 1 to enable the MVE or 0 to disable the MVE.61 /* ARMv8-M common port configurations. */69 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
52 #define portHAS_ARMV8M_MAIN_EXTENSION 056 /* ARMv8-M common port configurations. */