Searched +full:0 +full:m (Results 1 – 25 of 83) sorted by relevance
1234
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-M35 Please refer to this [link](https://tf-m-user-guide.trustedfirmware.org/docs/technical_references/i…40 …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-tests[all …]
6 introduced in version 10.6.0:122 + Add assertions to ARMv8-M ports to detect when FreeRTOS APIs are called from129 + Update interrupt priority asserts for Cortex-M ports so that these do not fire131 + Update ARMv7-M ports to ensure that kernel interrupts run at the lowest priority.132 configKERNEL_INTERRUPT_PRIORITY is now obsolete for ARMv7-M ports and brings133 these ports inline with the newer ARMv8-M ports. Contributed by @chrisnc.145 + ARMv7-M and ARMv8-M MPU ports: It was possible for a third party that153 + ARMv7-M and ARMv8-M MPU ports: It was possible for an unprivileged task162 + ARMv7-M and ARMv8-M MPU ports: It was possible for a third party that172 + ARMv7-M MPU ports: It was possible to configure overlapping memory[all …]
27 " projCOVERAGE_TEST=0)\n")36 " projCOVERAGE_TEST=0)\n")76 …RM_CM33_TFM - Compiler: GCC Target: ARM Cortex-M33 non-secure for TF-M\n"83 …RM_CM55_TFM - Compiler: GCC Target: ARM Cortex-M55 non-secure for TF-M\n"87 …RM_CM85_TFM - Compiler: GCC Target: ARM Cortex-M85 non-secure for TF-M\n"
135 if [ "$?" = "0" ]; then136 echo -e "\033[32;3mCloned the Community-Supported-Demos\033[0m"138 echo -e "\033[32;31mCommunity-Supported-Demos Clone Failed...\033[0m"
44 fetch-depth: 076 git commit -m '[AUTO][RELEASE]: Update version number in manifest.yml'89 git commit -m '[AUTO][RELEASE]: Update SBOM'
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_BASEPRI 056 /* ARMv8-M common port configurations. */
56 /* ARMv8-M common port configurations. */69 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
61 /* ARMv8-M common port configurations. */69 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )