text
stringlengths
9
39.2M
dir
stringlengths
25
226
lang
stringclasses
163 values
created_date
timestamp[s]
updated_date
timestamp[s]
repo_name
stringclasses
751 values
repo_full_name
stringclasses
752 values
star
int64
1.01k
183k
len_tokens
int64
1
18.5M
```c /****************************************************************************** * @file startup_ARMCM35P.c * @brief CMSIS-Core Device Startup File for Cortex-M35P Device * @version V2.1.0 * @date 16. December 2020 ******************************************************************************/ /* ...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/startup_ARMCM35P.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,421
```unknown /****************************************************************************** * @file system_ARMCA7.h * @brief CMSIS Device System Header File for Arm Cortex-A7 Device Series * @version V1.00 * @date 10. January 2018 * * @note * **********************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/system_ARMCA7.h.base@1.0.0
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
262
```groff /****************************************************************************** * @file system_ARMCA7.c * @brief CMSIS Device System Source File for Arm Cortex-A7 Device Series * @version V1.0.1 * @date 13. February 2019 * * @note * **********************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/system_ARMCA7.c.base@1.0.1
groff
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
461
```unknown /****************************************************************************** * @file startup_ARMCA7.s * @brief CMSIS Device System Source File for ARM Cortex-A9 Device Series * @version V1.00 * @date 01 Nov 2017 * * @note * **************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/startup_ARMCA7.s.base@1.0.0
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,105
```c /****************************************************************************** * @file startup_ARMCA7.c * @brief CMSIS Device System Source File for Arm Cortex-A7 Device Series * @version V1.0.1 * @date 10. January 2021 *****************************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/startup_ARMCA7.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,536
```objective-c /**************************************************************************//** * @file mem_ARMCA7.h * @brief Memory base and size definitions (used in scatter file) * @version V1.1.0 * @date 15. May 2019 * * @note * ********************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/mem_ARMCA7.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
925
```groff /****************************************************************************** * @file startup_ARMCA7.c * @brief CMSIS Device System Source File for Arm Cortex-A7 Device Series * @version V1.0.1 * @date 10. January 2021 *************************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/startup_ARMCA7.c.base@1.0.1
groff
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,435
```linker script #include "mem_ARMCA7.h" MEMORY { ROM (rx) : ORIGIN = __ROM_BASE, LENGTH = __ROM_SIZE L_TTB (rw) : ORIGIN = __TTB_BASE, LENGTH = __TTB_SIZE RAM (rwx) : ORIGIN = __RAM_BASE, LENGTH = __RAM_SIZE } ENTRY(Reset_Handler) SECTIONS { .text : { Image$$VECTORS$$Base = .; * ...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/ARMCA7.ld
linker script
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,230
```unknown /*-Memory Regions-*/ define symbol __ICFEDIT_region_IROM1_start__ = 0x80000000; define symbol __ICFEDIT_region_IROM1_end__ = 0x801FFFFF; define symbol __ICFEDIT_region_IROM2_start__ = 0x0; define symbol __ICFEDIT_region_IROM2_end__ = 0x0; define symbol __ICFEDIT_region_EROM1_start__ = 0x0; define symbol...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/ARMCA7.icf.base@1.0.0
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,165
```c /****************************************************************************** * @file system_ARMCA7.c * @brief CMSIS Device System Source File for Arm Cortex-A7 Device Series * @version V1.0.1 * @date 13. February 2019 * * @note * **************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/system_ARMCA7.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
461
```gas /****************************************************************************** * @file startup_ARMCA7.s * @brief CMSIS Device System Source File for ARM Cortex-A9 Device Series * @version V1.00 * @date 01 Nov 2017 * * @note * ******************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/startup_ARMCA7.s
gas
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,105
```c /**************************************************************************//** * @file mmu_ARMCA7.c * @brief MMU Configuration for Arm Cortex-A7 Device Series * @version V1.2.0 * @date 15. May 2019 * * @note * ******************************************************************************/ /* ...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/mmu_ARMCA7.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
3,712
```objective-c /****************************************************************************** * @file system_ARMCA7.h * @brief CMSIS Device System Header File for Arm Cortex-A7 Device Series * @version V1.00 * @date 10. January 2018 * * @note * ******************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/system_ARMCA7.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
262
```unknown /*-Memory Regions-*/ define symbol __ICFEDIT_region_IROM1_start__ = 0x80000000; define symbol __ICFEDIT_region_IROM1_end__ = 0x801FFFFF; define symbol __ICFEDIT_region_IROM2_start__ = 0x0; define symbol __ICFEDIT_region_IROM2_end__ = 0x0; define symbol __ICFEDIT_region_EROM1_start__ = 0x0; define symbol...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/ARMCA7.icf
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,165
```yaml # yaml-language-server: $schema=path_to_url layer: # type: Target description: Target setup # packs: # - pack: ARM::CMSIS components: # [Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion] - component: ARM::CMSIS:CORE - component: Device:Startup&C Startup misc:...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM55S/Target.clayer.yml
yaml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
143
```unknown #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m55 -xc -mcmse ; command above MUST be in first line (no comment above!) ;Note: Add '-mcmse' to first line if your software model is "Secure Mode". ; #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m55 -xc -mcmse /* ;-------- <<< Use Confi...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/ARMCM55_ac6_s.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,101
```unknown /**************************************************************************//** * @file system_ARMCM55.c * @brief CMSIS Device System Source File for * ARMCM55 Device * @version V1.1.0 * @date 28. March 2022 *************************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/system_ARMCM55.c.base@1.1.0
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
737
```unknown /****************************************************************************** * @file startup_ARMCM55.c * @brief CMSIS-Core Device Startup File for Cortex-M55 Device * @version V1.1.0 * @date 16. December 2020 ******************************************************************************/ ...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/startup_ARMCM55.c.base@1.1.0
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,347
```unknown #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m55 -xc -mcmse ; command above MUST be in first line (no comment above!) ;Note: Add '-mcmse' to first line if your software model is "Secure Mode". ; #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m55 -xc -mcmse /* ;-------- <<< Use Confi...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/ARMCM55_ac6_s.sct.base@1.1.0
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,060
```c /****************************************************************************** * @file startup_ARMCM55.c * @brief CMSIS-Core Device Startup File for Cortex-M55 Device * @version V1.1.0 * @date 16. December 2020 ******************************************************************************/ /* * ...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/startup_ARMCM55.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,347
```c /**************************************************************************//** * @file system_ARMCM55.c * @brief CMSIS Device System Source File for * ARMCM55 Device * @version V1.1.0 * @date 28. March 2022 ******************************************************************************/...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/system_ARMCM55.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
737
```yaml # yaml-language-server: $schema=path_to_url layer: # type: Target description: Target setup # packs: # - pack: ARM::CMSIS components: # [Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion] - component: ARM::CMSIS:CORE - component: Device:Startup&C Startup misc:...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM7/Target.clayer.yml
yaml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
143
```c /****************************************************************************** * @file startup_ARMCM7.c * @brief CMSIS-Core(M) Device Startup File for a Cortex-M7 Device * @version V2.0.3 * @date 31. March 2020 ******************************************************************************/ /* * ...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/startup_ARMCM7.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,236
```unknown #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m7 -xc ; command above MUST be in first line (no comment above!) /* ;-------- <<< Use Configuration Wizard in Context Menu >>> ------------------- */ /*--------------------- Flash Configuration ---------------------------------- ; <h> Flash Configurati...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/ARMCM7_ac6.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
669
```c /**************************************************************************//** * @file system_ARMCM7.c * @brief CMSIS Device System Source File for * ARMCM7 Device * @version V1.0.1 * @date 15. November 2019 ******************************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/system_ARMCM7.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
482
```groff /****************************************************************************** * @file startup_ARMCM7.c * @brief CMSIS-Core(M) Device Startup File for a Cortex-M7 Device * @version V2.0.3 * @date 31. March 2020 ******************************************************************************/ /*...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/startup_ARMCM7.c.base@2.0.3
groff
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,236
```yaml # yaml-language-server: $schema=path_to_url layer: # type: Target description: Target setup # packs: # - pack: ARM::CMSIS components: # [Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion] - component: ARM::CMSIS:CORE - component: Device:Startup&C Startup misc:...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM35PS/Target.clayer.yml
yaml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
143
```c /**************************************************************************//** * @file system_ARMCM35P.c * @brief CMSIS Device System Source File for * ARMCM35P Device * @version V1.0.1 * @date 15. November 2019 **************************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
622
```unknown /****************************************************************************** * @file startup_ARMCM35P.c * @brief CMSIS-Core Device Startup File for Cortex-M35P Device * @version V2.1.0 * @date 16. December 2020 ******************************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c.base@2.1.0
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,421
```objective-c /**************************************************************************//** * @file partition_ARMCM55.h * @brief CMSIS-CORE Initial Setup for Secure / Non-Secure Zones for Armv8.1-M Mainline * @version V1.0.0 * @date 20. March 2020 ****************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/partition_ARMCM55.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
17,222
```c /****************************************************************************** * @file startup_ARMCM35P.c * @brief CMSIS-Core Device Startup File for Cortex-M35P Device * @version V2.1.0 * @date 16. December 2020 ******************************************************************************/ /* ...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,421
```unknown #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m35p -xc -mcmse ; command above MUST be in first line (no comment above!) ;Note: Add '-mcmse' to first line if your software model is "Secure Mode". ; #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m35p -xc -mcmse /* ;-------- <<< Use Con...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/ARMCM35P_ac6_s.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,103
```yaml # yaml-language-server: $schema=path_to_url layer: # type: Target description: Target setup # packs: # - pack: ARM::CMSIS components: # [Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion] - component: ARM::CMSIS:CORE - component: Device:Startup&C Startup misc:...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM4FP/Target.clayer.yml
yaml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
143
```unknown #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m4 -xc ; command above MUST be in first line (no comment above!) /* ;-------- <<< Use Configuration Wizard in Context Menu >>> ------------------- */ /*--------------------- Flash Configuration ---------------------------------- ; <h> Flash Configurati...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/ARMCM4_ac6.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
669
```c /****************************************************************************** * @file startup_ARMCM4.c * @brief CMSIS-Core(M) Device Startup File for a Cortex-M4 Device * @version V2.0.3 * @date 31. March 2020 ******************************************************************************/ /* * ...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/startup_ARMCM4.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,218
```objective-c /**************************************************************************//** * @file partition_ARMCM35P.h * @brief CMSIS-CORE Initial Setup for Secure / Non-Secure Zones for ARMCM35P * @version V1.0.0 * @date 03. September 2018 *********************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/partition_ARMCM35P.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
17,189
```batchfile /****************************************************************************/ /* tiac_arm.cmd - COMMAND FILE FOR LINKING ARM C PROGRAMS */ /* */ /* Description: This file is a sample command file that can be used ...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/tiac_arm.cmd
batchfile
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
456
```groff /****************************************************************************** * @file startup_ARMCM4.c * @brief CMSIS-Core(M) Device Startup File for a Cortex-M4 Device * @version V2.0.3 * @date 31. March 2020 ******************************************************************************/ /*...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/startup_ARMCM4.c.base@2.0.3
groff
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,218
```yaml # yaml-language-server: $schema=path_to_url layer: # type: Target description: Target setup # packs: # - pack: ARM::CMSIS components: # [Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion] - component: ARM::CMSIS:CORE - component: Device:Startup&C Startup misc:...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM85S_BL/Target.clayer.yml
yaml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
143
```c /**************************************************************************//** * @file system_ARMCM4.c * @brief CMSIS Device System Source File for * ARMCM4 Device * @version V1.0.1 * @date 15. November 2019 ******************************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/system_ARMCM4.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
464
```unknown /**************************************************************************//** * @file system_ARMCM85.c * @brief CMSIS Device System Source File for ARMCM85 Device * @version V1.0.0 * @date 30. March 2022 ******************************************************************************/ /* * ...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/system_ARMCM85.c.base@1.0.0
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
762
```c /****************************************************************************** * @file startup_ARMCM85.c * @brief CMSIS Device Startup File for ARMCM85 Device * @version V1.0.0 * @date 07. February 2022 ******************************************************************************/ /* * * * *...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/startup_ARMCM85.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,346
```c /**************************************************************************//** * @file system_ARMCM85.c * @brief CMSIS Device System Source File for ARMCM85 Device * @version V1.0.0 * @date 30. March 2022 ******************************************************************************/ /* * * * ...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/system_ARMCM85.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
762
```unknown #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m85 -xc -mcmse ; command above MUST be in first line (no comment above!) ;Note: Add '-mcmse' to first line if your software model is "Secure Mode". ; #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m85 -xc -mcmse /* ;-------- <<< Use Confi...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/ARMCM85_ac6_s.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,201
```unknown /****************************************************************************** * @file startup_ARMCM85.c * @brief CMSIS Device Startup File for ARMCM85 Device * @version V1.0.0 * @date 07. February 2022 ******************************************************************************/ /* * *...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/startup_ARMCM85.c.base@1.0.0
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,346
```unknown /**************************************************************************//** * @file partition_ARMCM85.h * @brief CMSIS-CORE Initial Setup for Secure / Non-Secure Zones for Armv8.1-M Mainline * @version V1.0.0 * @date 07. March 2022 ********************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/partition_ARMCM85.h.base@1.0.0
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
17,467
```unknown #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m85 -xc -mcmse ; command above MUST be in first line (no comment above!) ;Note: Add '-mcmse' to first line if your software model is "Secure Mode". ; #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m85 -xc -mcmse /* ;-------- <<< Use Confi...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/ARMCM85_ac6_s.sct.base@1.0.0
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,160
```c /* * * * * www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <stdio.h> #include <stdlib.h> #include "RTE_Components.h" #include CMSIS_device_header #ifdef RTE_Compile...
/content/code_sandbox/CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/main.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
728
```yaml # yaml-language-server: $schema=path_to_url layer: # type: App # name: CMSIS-Core_Validation description: Validation of CMSIS-Core implementation # packs: # - pack: ARM::CMSIS define: - PRINT_XML_REPORT: 1 add-path: - ../../../Include - ../../../Source/Config misc: - for-c...
/content/code_sandbox/CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/App.clayer.yml
yaml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
478
```c /* * * * * www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <stdio.h> #include <stdlib.h> #include "RTE_Components.h" #include CMSIS_device_header #ifdef RTE_Compile...
/content/code_sandbox/CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/main.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
662
```yaml # yaml-language-server: $schema=path_to_url layer: # type: App # name: CMSIS-Core_Validation description: Validation of CMSIS-Core implementation # packs: # - pack: ARM::CMSIS define: - PRINT_XML_REPORT: 1 add-path: - ../../../Include - ../../../Source/ConfigA misc: - for-...
/content/code_sandbox/CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/App.clayer.yml
yaml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
300
```c /* * * * * www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * your_sha256_hash------ * * $Date: 15. October 2016 * $Revision: 1.1.0 * * Project: TrustZone for...
/content/code_sandbox/CMSIS/CoreValidation/Layer/App/Bootloader_Cortex-M/bootloader.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
456
```yaml # yaml-language-server: $schema=path_to_url layer: # type: App # name: CMSIS-Core_Validation (Bootloader) description: Validation of CMSIS-Core implementation (Bootloader part) # packs: # - pack: ARM::CMSIS groups: - group: Source Files files: - file: ./bootloader.c ```
/content/code_sandbox/CMSIS/CoreValidation/Layer/App/Bootloader_Cortex-M/App.clayer.yml
yaml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
84
```objective-c /**************************************************************************//** * @file partition_ARMCM85.h * @brief CMSIS-CORE Initial Setup for Secure / Non-Secure Zones for Armv8.1-M Mainline * @version V1.0.0 * @date 07. March 2022 ****************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/partition_ARMCM85.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
17,468
```yaml # yaml-language-server: $schema=path_to_url solution: packs: - pack: ARM::CMSIS path: ../../../ misc: - for-compiler: AC6 C: [-std=c99, -gdwarf-4, -ffunction-sections] Link: [--entry=Reset_Handler, --symbols, --map] - for-compiler: GCC C: [-std=gnu99, -gdwarf-2, -ffunct...
/content/code_sandbox/CMSIS/CoreValidation/Project/Validation.csolution.yml
yaml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,507
```yaml # yaml-language-server: $schema=path_to_url project: layers: # App: CMSIS-Core Validation for Cortex-M - layer: ../Layer/App/Validation_Cortex-M/App.clayer.yml for-context: - +CM0 - +CM0plus - +CM3 - +CM4 - +CM4FP - +CM7 - +CM7SP -...
/content/code_sandbox/CMSIS/CoreValidation/Project/Validation.cproject.yml
yaml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
4,739
```yaml name: "RTOS2 Validation" workdir: ../../../ backend: aws: ami-version: ~=1.3 instance-type: t2.micro upload: - ARM.CMSIS.pdsc - CMSIS/Core/**/* - CMSIS/Core_A/**/* - CMSIS/CoreValidation/**/* - -:CMSIS/CoreValidation/Project/Core_Validation-*.zip - -:CMSIS/CoreValidation/Project/Core_Valid...
/content/code_sandbox/CMSIS/CoreValidation/Project/avh.yml
yaml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
379
```yaml # yaml-language-server: $schema=path_to_url project: layers: # App: CMSIS-Core Validation for Cortex-M (Bootloader part) - layer: ../Layer/App/Bootloader_Cortex-M/App.clayer.yml for-context: - .AC6_low - .AC6_mid - .AC6_high - .AC6_size - .AC6_tiny ...
/content/code_sandbox/CMSIS/CoreValidation/Project/Bootloader.cproject.yml
yaml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,128
```xslt <xsl:stylesheet version="1.0" xmlns:xsl="path_to_url"> <xsl:output method="xml" indent="yes"/> <xsl:template match="/"> <testsuites> <xsl:variable name="buildName" select="//report/test/title"/> <xsl:variable name="numberOfTests" select="//report/test/summary/tcnt"/> ...
/content/code_sandbox/CMSIS/CoreValidation/Project/validation.xsl
xslt
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
500
```python #!/usr/bin/python # -*- coding: utf-8 -*- import logging from datetime import datetime from enum import Enum from glob import glob, iglob from pathlib import Path from lxml.etree import XMLSyntaxError from zipfile import ZipFile from matrix_runner import main, matrix_axis, matrix_action, matrix_command, m...
/content/code_sandbox/CMSIS/CoreValidation/Project/build.py
python
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
2,423
```c /*your_sha256_hash------------- * Name: CV_GenTimer.c * Purpose: CMSIS CORE validation tests implementation *your_sha256_hash------------- *your_sha256_hash------------*/ #include "CV_Framework.h" #include "cmsis_cv.h" /*your_sha256_hash------------- * Test implementation *your...
/content/code_sandbox/CMSIS/CoreValidation/Source/CV_GenTimer.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
713
```c /*your_sha256_hash------------- * Name: CV_CoreFunc.c * Purpose: CMSIS CORE validation tests implementation *your_sha256_hash------------- *your_sha256_hash------------*/ #include "CV_Framework.h" #include "cmsis_cv.h" /*your_sha256_hash------------- * Test implementation *your_...
/content/code_sandbox/CMSIS/CoreValidation/Source/CV_CoreAFunc.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
2,717
```c /*your_sha256_hash------------- * Name: CV_MPU_ARMv7.c * Purpose: CMSIS CORE validation tests implementation *your_sha256_hash------------- *your_sha256_hash------------*/ #include "CV_Framework.h" #include "cmsis_cv.h" /*your_sha256_hash------------- * Test implementation *you...
/content/code_sandbox/CMSIS/CoreValidation/Source/CV_MPU_ARMv8.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,303
```c /*your_sha256_hash------------- * Name: CV_CML1Cache.c * Purpose: CMSIS CORE validation tests implementation *your_sha256_hash------------- *your_sha256_hash------------*/ #include "CV_Framework.h" #include "cmsis_cv.h" /*your_sha256_hash------------- * Test implementation *you...
/content/code_sandbox/CMSIS/CoreValidation/Source/CV_CML1Cache.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
508
```c /*your_sha256_hash------------- * Name: CV_CAL1Cache.c * Purpose: CMSIS CORE validation tests implementation *your_sha256_hash------------- *your_sha256_hash------------*/ #include "CV_Framework.h" #include "cmsis_cv.h" /*your_sha256_hash------------- * Test implementation *you...
/content/code_sandbox/CMSIS/CoreValidation/Source/CV_CAL1Cache.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,339
```c /*your_sha256_hash------------- * Name: CV_MPU_ARMv7.c * Purpose: CMSIS CORE validation tests implementation *your_sha256_hash------------- *your_sha256_hash------------*/ #include "CV_Framework.h" #include "cmsis_cv.h" /*your_sha256_hash------------- * Test implementation *you...
/content/code_sandbox/CMSIS/CoreValidation/Source/CV_MPU_ARMv7.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,616
```c /*your_sha256_hash------------- * Name: CV_CoreInstr.c * Purpose: CMSIS CORE validation tests implementation *your_sha256_hash------------- *your_sha256_hash------------*/ #include "CV_Framework.h" #include "cmsis_cv.h" #if defined(__CORTEX_M) #elif defined(__CORTEX_A) #include "irq_ct...
/content/code_sandbox/CMSIS/CoreValidation/Source/CV_CoreInstr.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
7,738
```c /*your_sha256_hash------------- * Name: CV_CoreFunc.c * Purpose: CMSIS CORE validation tests implementation *your_sha256_hash------------- *your_sha256_hash------------*/ #include "CV_Framework.h" #include "cmsis_cv.h" /*your_sha256_hash------------- * Test implementation *your_...
/content/code_sandbox/CMSIS/CoreValidation/Source/CV_CoreFunc.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
6,560
```c /*your_sha256_hash------------- * Name: cv_framework.c * Purpose: Test framework entry point *your_sha256_hash------------ *your_sha256_hash------------*/ #include "CV_Framework.h" #include "cmsis_cv.h" /* Prototypes */ void ts_cmsis_cv(void); void closeDebug(void); /*=======0======...
/content/code_sandbox/CMSIS/CoreValidation/Source/CV_Framework.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
759
```c /*your_sha256_hash------------- * Name: cmsis_cv.c * Purpose: Driver validation test cases entry point *your_sha256_hash------------ *your_sha256_hash------------*/ #include "cmsis_cv.h" #include "RTE_Components.h" #include "CV_Framework.h" #include "CV_Config.h" /*your_sha256_hash-----...
/content/code_sandbox/CMSIS/CoreValidation/Source/cmsis_cv.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
2,717
```c /*your_sha256_hash------------- * Name: CV_CoreSimd.c * Purpose: CMSIS CORE validation tests implementation *your_sha256_hash------------- *your_sha256_hash------------*/ #include "CV_Framework.h" #include "cmsis_cv.h" /*your_sha256_hash------------- * Test implementation *your_...
/content/code_sandbox/CMSIS/CoreValidation/Source/CV_CoreSimd.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
8,227
```c /*your_sha256_hash------------- * Name: cv_report.c * Purpose: Report statistics and layout implementation *your_sha256_hash------------- *your_sha256_hash------------*/ #include "CV_Report.h" #include <stdio.h> #include <string.h> TEST_REPORT test_report; static AS_STAT current_ass...
/content/code_sandbox/CMSIS/CoreValidation/Source/CV_Report.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
2,738
```objective-c /*your_sha256_hash------------- * Name: CV_Config.h * Purpose: CV Config header *your_sha256_hash------------ *your_sha256_hash------------*/ #ifndef __CV_CONFIG_H #define __CV_CONFIG_H #include "RTE_Components.h" #include CMSIS_device_header #define RTE_CV_COREINSTR 1 #defi...
/content/code_sandbox/CMSIS/CoreValidation/Source/ConfigA/CV_Config.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,275
```objective-c /*your_sha256_hash------------- * Name: CV_Config.h * Purpose: CV Config header *your_sha256_hash------------ *your_sha256_hash------------*/ #ifndef __CV_CONFIG_H #define __CV_CONFIG_H #include "RTE_Components.h" #include CMSIS_device_header //-------- <<< Use Configuration ...
/content/code_sandbox/CMSIS/CoreValidation/Source/ConfigA/CV_Config_template.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,243
```objective-c /*your_sha256_hash------------- * Name: CV_Config.h * Purpose: CV Config header *your_sha256_hash------------ *your_sha256_hash------------*/ #ifndef __CV_CONFIG_H #define __CV_CONFIG_H #include "RTE_Components.h" #include CMSIS_device_header #define RTE_CV_COREINSTR 1 #defin...
/content/code_sandbox/CMSIS/CoreValidation/Source/Config/CV_Config.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,681
```objective-c /**************************************************************************//** * @file partition_ARMCM33.h * @brief CMSIS-CORE Initial Setup for Secure / Non-Secure Zones for ARMCM33 * @version V5.3.1 * @date 09. July 2018 ****************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Source/Config/partition_ARMCM33.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
17,184
```objective-c /**************************************************************************//** * @file partition_ARMCM35P.h * @brief CMSIS-CORE Initial Setup for Secure / Non-Secure Zones for ARMCM35P * @version V5.4.1 * @date 03. September 2018 *********************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Source/Config/partition_ARMCM35P.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
17,189
```objective-c /*your_sha256_hash------------- * Name: CV_Config.h * Purpose: CV Config header *your_sha256_hash------------ *your_sha256_hash------------*/ #ifndef __CV_CONFIG_H #define __CV_CONFIG_H #include "RTE_Components.h" #include CMSIS_device_header //-------- <<< Use Configuration ...
/content/code_sandbox/CMSIS/CoreValidation/Source/Config/CV_Config_template.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,548
```objective-c /**************************************************************************//** * @file partition_ARMCM23.h * @brief CMSIS-CORE Initial Setup for Secure / Non-Secure Zones for ARMCM23 * @version V5.3.1 * @date 09. July 2018 ****************************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Source/Config/partition_ARMCM23.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
10,035
```shell #!/bin/bash # Version: 1.1 # Date: 2020-04-29 # This bash script generates a CMSIS Software Pack: # # Pre-requisites: # - bash shell (for Windows: install git for Windows) # - 7z in path (zip archiving utility) # e.g. Ubuntu: sudo apt-get install p7zip-full p7zip-rar) # - PackChk in path with execute permi...
/content/code_sandbox/CMSIS/Pack/Bash/gen_pack.sh
shell
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,450
```objective-c ```
/content/code_sandbox/CMSIS/Pack/Bash/Include/component.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1
```c ```
/content/code_sandbox/CMSIS/Pack/Bash/Source/component.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1
```shell #!/bin/bash # Version: 1.0 # Date: 2021-05-05 # This bash script generates CMSIS Documentation: # # Pre-requisites: # - bash shell (for Windows: install git for Windows) # - doxygen 1.8.6 # - mscgen 0.20 set -o pipefail DIRNAME=$(dirname $(readlink -f $0)) DOXYGEN=$(which doxygen) MSCGEN=$(which mscgen) REGE...
/content/code_sandbox/CMSIS/DoxyGen/gen_doc.sh
shell
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,108
```html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url"> <html xmlns="path_to_url"> <head> <title>Redirect to the CMSIS main page after 0 seconds</title> <meta http-equiv="refresh" content="0; URL=../Documentation/General/html/index.html"> <meta name="keywords" content="automatic redirectio...
/content/code_sandbox/CMSIS/DoxyGen/index.html
html
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
117
```objective-c /**************************************************************************//** * @file partition_ARMCM55.h * @brief CMSIS-CORE Initial Setup for Secure / Non-Secure Zones for Armv8.1-M Mainline * @version V1.0.0 * @date 20. March 2020 ****************************************************...
/content/code_sandbox/CMSIS/CoreValidation/Source/Config/partition_ARMCM55.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
17,222
```unknown # Doxyfile 1.8.6 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. # # All text after a double hash (##) is considered a comment and is placed in # front of the TAG it is preceding. # # All text after a single hash (#) is considered a commen...
/content/code_sandbox/CMSIS/DoxyGen/Zone/zone.dxy
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
23,631
```unknown <?xml version="1.0" encoding="UTF-8" standalone="no"?> <graphml xmlns="path_to_url" xmlns:java="path_to_url" xmlns:sys="path_to_url" xmlns:x="path_to_url" xmlns:xsi="path_to_url" xmlns:y="path_to_url" xmlns:yed="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <!--Created by yEd 3.17--> <key at...
/content/code_sandbox/CMSIS/DoxyGen/Zone/src/images/zone-assignment.graphml
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
14,373
```unknown <?xml version="1.0" encoding="UTF-8" standalone="no"?> <graphml xmlns="path_to_url" xmlns:java="path_to_url" xmlns:sys="path_to_url" xmlns:x="path_to_url" xmlns:xsi="path_to_url" xmlns:y="path_to_url" xmlns:yed="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <!--Created by yEd 3.17--> <key at...
/content/code_sandbox/CMSIS/DoxyGen/Zone/src/images/genmodel.graphml
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
9,661
```unknown <?xml version="1.0" encoding="UTF-8" standalone="no"?> <graphml xmlns="path_to_url" xmlns:java="path_to_url" xmlns:sys="path_to_url" xmlns:x="path_to_url" xmlns:xsi="path_to_url" xmlns:y="path_to_url" xmlns:yed="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <!--Created by yEd 3.17--> <key at...
/content/code_sandbox/CMSIS/DoxyGen/Zone/src/images/som-decomposition.graphml
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
7,971
```unknown <?xml version="1.0" encoding="UTF-8" standalone="no"?> <graphml xmlns="path_to_url" xmlns:java="path_to_url" xmlns:sys="path_to_url" xmlns:x="path_to_url" xmlns:xsi="path_to_url" xmlns:y="path_to_url" xmlns:yed="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <!--Created by yEd 3.17--> <key at...
/content/code_sandbox/CMSIS/DoxyGen/Zone/src/images/soc-memorymap.graphml
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
10,607
```unknown <?xml version="1.0" encoding="UTF-8" standalone="no"?> <graphml xmlns="path_to_url" xmlns:java="path_to_url" xmlns:sys="path_to_url" xmlns:x="path_to_url" xmlns:xsi="path_to_url" xmlns:y="path_to_url" xmlns:yed="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <!--Created by yEd 3.17--> <key at...
/content/code_sandbox/CMSIS/DoxyGen/Zone/src/images/storagemodel.graphml
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
19,764
```objective-c // ==== RTX Extensions ==== /// Suspend the RTX task scheduler. /// \return number of ticks, for how long the system can sleep or power-down. uint32_t os_suspend (void); /// Resume the RTX task scheduler. /// \param[in] sleep_time specifies how long the system was in sleep or power-down mode. v...
/content/code_sandbox/CMSIS/DoxyGen/RTOS/src/RTX/cmsis_os_rtx_extensions.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
153
```unknown # Doxyfile 1.8.6 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. # # All text after a double hash (##) is considered a comment and is placed in # front of the TAG it is preceding. # # All text after a single hash (#) is considered a commen...
/content/code_sandbox/CMSIS/DoxyGen/RTOS/rtos.dxy
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
23,752
```unknown # Doxyfile 1.8.6 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. # # All text after a double hash (##) is considered a comment and is placed in # front of the TAG it is preceding. # # All text after a single hash (#) is considered a commen...
/content/code_sandbox/CMSIS/DoxyGen/DAP/dap.dxy
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
23,609
```javascript var strgURL = location.pathname; // path of current component // constuctor for the array of objects function tabElement(id, folderName, tabTxt ) { this.id = id; // elementID as needed in html; this.folderName = folderName; ...
/content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/printComponentTabs.js
javascript
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
595
```css .tabs, .tabs1, .tabs2, .tabs3 { background-image: url('tab_b.png'); width: 100%; z-index: 101; font-size: 10px; } .tabs1 { background-image: url('tab_topnav.png'); font-size: 12px; } .tabs2 { font-size: 10px; } .tabs3 { font-size: 9px; } .tablist { margin: 0; padding: 0...
/content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/tabs.css
css
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
422
```html <!-- start footer part --> <!--BEGIN GENERATE_TREEVIEW--> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> $navpath <li class="footer"> <script type="text/javascript"> <!-- writeFooter.call(this); //--> </script> </li> <...
/content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/cmsis_footer.html
html
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
114
```javascript function writeFooter() { document.write('Generated on {datetime} for {projectName} {projectNumber} by Arm Ltd. All rights reserved.'); }; ```
/content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/cmsis_footer.js
javascript
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
34
```html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url"> <html xmlns="path_to_url"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAM...
/content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/cmsis_dap_header.html
html
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
541
```xml <doxygenlayout version="1.0"> <!-- Navigation index tabs for HTML output --> <navindex> <tab type="mainpage" visible="yes" title=""/> <tab type="pages" visible="yes" title="Usage and Description" intro=""/> <tab type="modules" visible="yes" title="Reference" intro=""/> <tab type="namespaces" ...
/content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/DoxygenLayout_forUser.xml
xml
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,337