text stringlengths 9 39.2M | dir stringlengths 26 295 | lang stringclasses 185
values | created_date timestamp[us] | updated_date timestamp[us] | repo_name stringlengths 1 97 | repo_full_name stringlengths 7 106 | star int64 1k 183k | len_tokens int64 1 13.8M |
|---|---|---|---|---|---|---|---|---|
```c
#include "cmsis_os2.h" // CMSIS RTOS header file
/*your_sha256_hash------------
* Thread 1 'Thread_Name': Sample thread
*your_sha256_hash-----------*/
osThreadId_t tid_Thread; // thread id
void Thread (void *argument); // thread functio... | /content/code_sandbox/CMSIS/RTOS2/RTX/Template/Thread.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 148 |
```c
#include "cmsis_os2.h" // CMSIS RTOS header file
/*your_sha256_hash------------
* Event Flags creation & usage
*your_sha256_hash-----------*/
#define FLAGS_MSK1 0x00000001U
osEventFlagsId_t evt_id; // event flasg id
osThreadId_t tid_Thread_EventSender; ... | /content/code_sandbox/CMSIS/RTOS2/RTX/Template/Events.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 349 |
```c
#include "cmsis_os2.h" // CMSIS RTOS header file
/*your_sha256_hash------------
* Semaphore creation & usage
*your_sha256_hash-----------*/
osSemaphoreId_t sid_Semaphore; // semaphore id
osThreadId_t tid_Thread_Semaphore; // thread id
void Threa... | /content/code_sandbox/CMSIS/RTOS2/RTX/Template/Semaphore.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 320 |
```objective-c
/*your_sha256_hash-------------
* Name: cmsis_cv.h
* Purpose: cmsis_cv header
*your_sha256_hash------------
*your_sha256_hash------------*/
#ifndef __CMSIS_CV_H
#define __CMSIS_CV_H
#include <stdint.h>
#include "CV_Config.h"
/* Expansion macro used to create CMSIS Driver refe... | /content/code_sandbox/CMSIS/CoreValidation/Include/cmsis_cv.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,289 |
```objective-c
/*your_sha256_hash-------------
* Name: CV_Typedefs.h
* Purpose: Test framework filetypes and structures description
*your_sha256_hash------------
*your_sha256_hash------------*/
#ifndef __TYPEDEFS_H__
#define __TYPEDEFS_H__
#include <stdint.h>
#include <stdarg.h>
#include <st... | /content/code_sandbox/CMSIS/CoreValidation/Include/CV_Typedefs.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 402 |
```objective-c
/*your_sha256_hash-------------
* Name: CV_Framework.h
* Purpose: Framework header
*your_sha256_hash------------
*your_sha256_hash------------*/
#ifndef __FRAMEWORK_H__
#define __FRAMEWORK_H__
#include "CV_Typedefs.h"
#include "CV_Report.h"
/*your_sha256_hash-------------
*... | /content/code_sandbox/CMSIS/CoreValidation/Include/CV_Framework.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 323 |
```objective-c
/*your_sha256_hash-------------
* Name: CV_Report.h
* Purpose: Report statistics and layout header
*your_sha256_hash------------
*your_sha256_hash------------*/
#ifndef __REPORT_H__
#define __REPORT_H__
#include "CV_Config.h"
#include "CV_Typedefs.h"
/*your_sha256_hash------... | /content/code_sandbox/CMSIS/CoreValidation/Include/CV_Report.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 624 |
```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/CM55NS/Target.clayer.yml | yaml | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 143 |
```objective-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: 30. October 2017
* $Revision: V2.1.2
*
* Project: CM... | /content/code_sandbox/CMSIS/RTOS2/RTX/Include1/cmsis_os.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 9,590 |
```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/CM55NS/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 |
```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/CM55NS/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_ARMCM23.c
* @brief CMSIS Device System Source File for
* ARMCM23 Device
* @version V1.0.1
* @date 15. November 2019
****************************************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/system_ARMCM23.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 436 |
```linker script
/******************************************************************************
* @file gcc_arm.ld
* @brief GNU Linker Script for Cortex-M based device
* @version V2.2.0
* @date 16. December 2020
******************************************************************************/
/*
*
*
... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/gcc_arm.ld | linker script | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 2,080 |
```c
/******************************************************************************
* @file startup_ARMCM23.c
* @brief CMSIS-Core Device Startup File for a Cortex-M23 Device
* @version V2.1.0
* @date 16. December 2020
******************************************************************************/
/*
... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/startup_ARMCM23.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,252 |
```linker script
/******************************************************************************
* @file gcc_arm.ld
* @brief GNU Linker Script for Cortex-M based device
* @version V2.2.0
* @date 16. December 2020
******************************************************************************/
/*
*
*
... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/gcc_arm.ld | linker script | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 2,076 |
```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_BL/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,223 |
```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/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/partition_ARMCM23.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 10,036 |
```c
/**************************************************************************//**
* @file system_ARMCM0plus.c
* @brief CMSIS Device System Source File for
* ARMCM0plus Device
* @version V1.0.1
* @date 05. September 2022
*********************************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/system_ARMCM0plus.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 335 |
```groff
/******************************************************************************
* @file startup_ARMCM0plus.c
* @brief CMSIS-Core(M) Device Startup File for a Cortex-M0+ Device
* @version V2.0.3
* @date 31. March 2020
*****************************************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/startup_ARMCM0plus.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,133 |
```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/CM0plus/RTE/Device/ARMCM0P/tiac_arm.cmd | batchfile | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 456 |
```c
/******************************************************************************
* @file startup_ARMCM0plus.c
* @brief CMSIS-Core(M) Device Startup File for a Cortex-M0+ Device
* @version V2.0.3
* @date 31. March 2020
******************************************************************************/
/... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/startup_ARMCM0plus.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,133 |
```c
/**************************************************************************//**
* @file system_ARMCM0.c
* @brief CMSIS Device System Source File for
* ARMCM0 Device
* @version V1.0.0
* @date 09. July 2018
******************************************************************************/
/*... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/system_ARMCM0.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 263 |
```c
/******************************************************************************
* @file startup_ARMCM0.c
* @brief CMSIS-Core(M) Device Startup File for a Cortex-M0 Device
* @version V2.0.3
* @date 31. March 2020
******************************************************************************/
/*
*
... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/startup_ARMCM0.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,107 |
```groff
/******************************************************************************
* @file startup_ARMCM0.c
* @brief CMSIS-Core(M) Device Startup File for a Cortex-M0 Device
* @version V2.0.3
* @date 31. March 2020
******************************************************************************/
/*... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/startup_ARMCM0.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,107 |
```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/CM35PNS/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 |
```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/CM35PNS/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 |
```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/CM4/RTE/Device/ARMCM4/startup_ARMCM4.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,218 |
```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/CM4/RTE/Device/ARMCM4/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 |
```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/CM4/RTE/Device/ARMCM4/system_ARMCM4.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 464 |
```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
- component: D... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA9/Target.clayer.yml | yaml | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 153 |
```c
/******************************************************************************
* @file system_ARMCA9.c
* @brief CMSIS Device System Source File for Arm Cortex-A9 Device Series
* @version V1.0.1
* @date 13. February 2019
*
* @note
*
**************************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/system_ARMCA9.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 461 |
```c
/**************************************************************************//**
* @file mmu_ARMCA9.c
* @brief MMU Configuration for Arm Cortex-A9 Device Series
* @version V1.2.0
* @date 15. May 2019
*
* @note
*
******************************************************************************/
/*
... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/mmu_ARMCA9.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 mem_ARMCA9.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/CA9/RTE/Device/ARMCA9/mem_ARMCA9.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 925 |
```objective-c
/******************************************************************************
* @file system_ARMCA9.h
* @brief CMSIS Device System Header File for Arm Cortex-A9 Device Series
* @version V1.00
* @date 10. January 2018
*
* @note
*
******************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/system_ARMCA9.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 262 |
```linker script
#include "mem_ARMCA9.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/CA9/RTE/Device/ARMCA9/ARMCA9.ld | linker script | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,230 |
```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_BL/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,190 |
```gas
/******************************************************************************
* @file startup_ARMCA9.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/CA9/RTE/Device/ARMCA9/startup_ARMCA9.s | gas | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,105 |
```c
/******************************************************************************
* @file startup_ARMCA9.c
* @brief CMSIS Device System Source File for Arm Cortex-A9 Device Series
* @version V1.0.1
* @date 10. January 2021
*****************************************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/startup_ARMCA9.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,536 |
```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/CM7DP/RTE/Device/ARMCM7_DP/startup_ARMCM7.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,236 |
```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/CM7DP/RTE/Device/ARMCM7_DP/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/CM7DP/RTE/Device/ARMCM7_DP/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 |
```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/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/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 |
```groff
/******************************************************************************
* @file system_ARMCA5.c
* @brief CMSIS Device System Source File for Arm Cortex-A5 Device Series
* @version V1.0.1
* @date 13. February 2019
*
* @note
*
**********************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/system_ARMCA5.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 |
```linker script
#include "mem_ARMCA5.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/CA5/RTE/Device/ARMCA5/ARMCA5.ld | linker script | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,230 |
```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/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,467 |
```gas
/******************************************************************************
* @file startup_ARMCA9.s
* @brief CMSIS Device System Source File for ARM Cortex-A5 Device Series
* @version V1.00
* @date 01 Nov 2017
*
* @note
*
******************************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.s | gas | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,106 |
```c
/******************************************************************************
* @file startup_ARMCA5.c
* @brief CMSIS Device System Source File for Arm Cortex-A5 Device Series
* @version V1.0.1
* @date 10. January 2021
*****************************************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,536 |
```groff
/******************************************************************************
* @file startup_ARMCA5.c
* @brief CMSIS Device System Source File for Arm Cortex-A5 Device Series
* @version V1.0.1
* @date 10. January 2021
*************************************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.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 |
```objective-c
/******************************************************************************
* @file system_ARMCA5.h
* @brief CMSIS Device System Header File for Arm Cortex-A5 Device Series
* @version V1.00
* @date 10. January 2018
*
* @note
*
******************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/system_ARMCA5.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 262 |
```c
/**************************************************************************//**
* @file mmu_ARMCA5.c
* @brief MMU Configuration for ARM Cortex-A5 Device Series
* @version V1.2.0
* @date 15. May 2019
*
* @note
*
******************************************************************************/
/*
... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/mmu_ARMCA5.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 3,712 |
```c
/******************************************************************************
* @file system_ARMCA5.c
* @brief CMSIS Device System Source File for Arm Cortex-A5 Device Series
* @version V1.0.1
* @date 13. February 2019
*
* @note
*
**************************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/system_ARMCA5.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 461 |
```objective-c
/**************************************************************************//**
* @file mem_ARMCA5.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/CA5/RTE/Device/ARMCA5/mem_ARMCA5.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 925 |
```linker script
/******************************************************************************
* @file gcc_arm.ld
* @brief GNU Linker Script for Cortex-M based device
* @version V2.2.0
* @date 16. December 2020
******************************************************************************/
/*
*
*
... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/gcc_arm.ld | linker script | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 2,080 |
```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/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/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 |
```groff
/**************************************************************************//**
* @file system_ARMCM3.c
* @brief CMSIS Device System Source File for
* ARMCM3 Device
* @version V1.0.1
* @date 15. November 2019
**************************************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/system_ARMCM3.c.base@1.0.1 | groff | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 332 |
```groff
/******************************************************************************
* @file startup_ARMCM3.c
* @brief CMSIS-Core(M) Device Startup File for a Cortex-M3 Device
* @version V2.0.3
* @date 31. March 2020
******************************************************************************/
/*... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/startup_ARMCM3.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,200 |
```c
/******************************************************************************
* @file startup_ARMCM3.c
* @brief CMSIS-Core(M) Device Startup File for a Cortex-M3 Device
* @version V2.0.3
* @date 31. March 2020
******************************************************************************/
/*
*
... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/startup_ARMCM3.c | c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,200 |
```objective-c
/**************************************************************************//**
* @file partition_ARMCM33.h
* @brief CMSIS-CORE Initial Setup for Secure / Non-Secure Zones for ARMCM33
* @version V1.1.1
* @date 12. March 2019
***************************************************************... | /content/code_sandbox/CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/partition_ARMCM33.h | objective-c | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 17,185 |
```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 |
```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 |
```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 |
```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 |
```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 |
```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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.