Home
last modified time | relevance | path

Searched +full:0 +full:m (Results 1 – 25 of 83) sorted by relevance

1234

/Kernel-v10.6.2/portable/ThirdParty/GCC/ARM_TFM/
DREADME.md4 services in Trusted Firmware M(TF-M) through Platform Security Architecture
12 TF-M is an open source project. It provides a reference implementation of PSA
13 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 code
31 …(https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/) to get the source code. This port i…
33 ### Build TF-M
35 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 …]
/Kernel-v10.6.2/
DHistory.txt6 introduced in version 10.6.0:
122 + Add assertions to ARMv8-M ports to detect when FreeRTOS APIs are called from
129 + Update interrupt priority asserts for Cortex-M ports so that these do not fire
131 + 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 brings
133 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 that
153 + ARMv7-M and ARMv8-M MPU ports: It was possible for an unprivileged task
162 + ARMv7-M and ARMv8-M MPU ports: It was possible for a third party that
172 + ARMv7-M MPU ports: It was possible to configure overlapping memory
[all …]
DCMakeLists.txt27 " 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"
/Kernel-v10.6.2/.github/workflows/
Dkernel-demos.yml135 if [ "$?" = "0" ]; then
136 echo -e "\033[32;3mCloned the Community-Supported-Demos\033[0m"
138 echo -e "\033[32;31mCommunity-Supported-Demos Clone Failed...\033[0m"
Dauto-release.yml44 fetch-depth: 0
76 git commit -m '[AUTO][RELEASE]: Update version number in manifest.yml'
89 git commit -m '[AUTO][RELEASE]: Update SBOM'
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/non_secure/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v10.6.2/portable/GCC/ARM_CM33/non_secure/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM35P/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/
Dportmacro.h49 …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 )
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/
Dportmacro.h49 …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 )
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/
Dportmacro.h49 …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 )
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM55/
Dportmacro.h49 …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 )
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM85/
Dportmacro.h49 …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 )
/Kernel-v10.6.2/portable/GCC/ARM_CM85/non_secure/
Dportmacro.h49 …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 )
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/
Dportmacro.h52 #define portHAS_BASEPRI 0
56 /* ARMv8-M common port configurations. */
/Kernel-v10.6.2/portable/GCC/ARM_CM23_NTZ/non_secure/
Dportmacro.h52 #define portHAS_BASEPRI 0
56 /* ARMv8-M common port configurations. */
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/
Dportmacro.h52 #define portHAS_BASEPRI 0
56 /* ARMv8-M common port configurations. */
/Kernel-v10.6.2/portable/GCC/ARM_CM23/non_secure/
Dportmacro.h52 #define portHAS_BASEPRI 0
56 /* ARMv8-M common port configurations. */
/Kernel-v10.6.2/portable/IAR/ARM_CM33_NTZ/non_secure/
Dportmacro.h56 /* ARMv8-M common port configurations. */
69 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/non_secure/
Dportmacro.h56 /* ARMv8-M common port configurations. */
69 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v10.6.2/portable/IAR/ARM_CM33/non_secure/
Dportmacro.h61 /* ARMv8-M common port configurations. */
69 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )

1234