Home
last modified time | relevance | path

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

12345

/Kernel-v11.0.1/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
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
43 …nning of your application. Otherwise, it will always fail when calling a TF-M service in the Nonse…
[all …]
/Kernel-v11.0.1/examples/template_configuration/
DFreeRTOSConfig.h56 /* 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 the
59 * Cortex-M SysTick timer. Most Cortex-M MCUs run the SysTick timer at the same
81 * configUSE_PREEMPTION to 0 to use co-operative scheduling.
87 * configUSE_TIME_SLICING to 0 to prevent the scheduler switching between Ready
90 #define configUSE_TIME_SLICING 0
94 * normally using a count leading zeros assembly instruction. Set to 0 to select
96 * ports. Not all FreeRTOS ports have this option. Defaults to 0 if left
98 #define configUSE_PORT_OPTIMISED_TASK_SELECTION 0
101 * 0 to keep the tick interrupt running at all times. Not all FreeRTOS ports
[all …]
/Kernel-v11.0.1/
DHistory.txt10 Multiprocessing (AMP) support in 2017, FreeRTOS Version 11.0.0 is the
49 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 clock
63 versions older than 7.0.0, which causes an emulation error if SysTick is
67 ARMv7-M ports to the ARMv8-M ports. We thank @jefftenney for their
98 introduced in version 10.6.0:
121 Changes between FreeRTOS V10.5.1 and FreeRTOS 10.6.0 released July 13, 2023
214 + Add assertions to ARMv8-M ports to detect when FreeRTOS APIs are called from
221 + Update interrupt priority asserts for Cortex-M ports so that these do not fire
[all …]
DCMakeLists.txt29 " 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"
/Kernel-v11.0.1/.github/workflows/
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'
Dkernel-demos.yml168 if [ "$?" = "0" ]; then
169 echo -e "\033[32;3mCloned the Community-Supported-Demos\033[0m"
171 echo -e "\033[32;31mCommunity-Supported-Demos Clone Failed...\033[0m"
Dformatting.yml11 bashEnd: \033[0m
Dkernel-checks.yml42 bashEnd: \033[0m
64 if [ $exitStatus -eq 0 ]; then
Dcoverity_scan.yml13 bashEnd: \033[0m
/Kernel-v11.0.1/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v11.0.1/portable/GCC/ARM_CM33_NTZ/non_secure/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v11.0.1/portable/GCC/ARM_CM35P/non_secure/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v11.0.1/portable/GCC/ARM_CM33/non_secure/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM35P/
Dportmacro.h56 /* ARMv8-M common port configurations. */
64 #define portENABLE_INTERRUPTS() vClearInterruptMask( 0 )
/Kernel-v11.0.1/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-v11.0.1/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-v11.0.1/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-v11.0.1/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-v11.0.1/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-v11.0.1/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-v11.0.1/portable/GCC/ARM_CM23/non_secure/
Dportmacro.h52 #define portHAS_ARMV8M_MAIN_EXTENSION 0
56 /* ARMv8-M common port configurations. */
/Kernel-v11.0.1/portable/GCC/ARM_CM23_NTZ/non_secure/
Dportmacro.h52 #define portHAS_ARMV8M_MAIN_EXTENSION 0
56 /* ARMv8-M common port configurations. */
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/
Dportmacro.h52 #define portHAS_ARMV8M_MAIN_EXTENSION 0
56 /* ARMv8-M common port configurations. */

12345