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_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/Device/ARM/ARMCA9/Source/AC6/startup_ARMCA9.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,435
```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/Device/ARM/ARMCA9/Source/mmu_ARMCA9.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
3,712
```unknown #! armcc -E ;************************************************** ;************************************************** ; Scatter-file for RTX Example on Versatile Express ; This scatter-file places application code, data, stack and heap at suitable addresses in the memory map. ; This platform has 2GB SDRAM s...
/content/code_sandbox/Device/ARM/ARMCA9/Source/AC5/ARMCA9.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
624
```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/Device/ARM/ARMCA9/Source/GCC/ARMCA9.ld
linker script
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,232
```c /****************************************************************************** * @file startup_ARMCA9.c * @brief CMSIS Device System Source File for Arm Cortex-A9 Device Series * @version V1.00 * @date 10. January 2018 * * @note * ***************************************************************...
/content/code_sandbox/Device/ARM/ARMCA9/Source/AC5/startup_ARMCA9.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,362
```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/Device/ARM/ARMCA9/Source/IAR/ARMCA9.icf
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,165
```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/Device/ARM/ARMCA9/Source/GCC/startup_ARMCA9.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,427
```objective-c /**************************************************************************//** * @file system_ARMCM33.h * @brief CMSIS Device System Header File for * ARMCM33 Device * @version V5.3.3 * @date 11. July 2022 **********************************************************************...
/content/code_sandbox/Device/ARM/ARMCM33/Include/system_ARMCM33.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
253
```objective-c /**************************************************************************//** * @file ARMCM33_DSP_FP_TZ.h * @brief CMSIS Core Peripheral Access Layer Header File for * ARMCM33 Device (configured for ARMCM33 with FPU, with DSP extension, with TrustZone) * @version V5.3.2 * @date ...
/content/code_sandbox/Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP_TZ.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,030
```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/Device/ARM/ARMCA9/Source/IAR/startup_ARMCA9.s
gas
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,105
```objective-c /**************************************************************************//** * @file ARMCM33_TZ.h * @brief CMSIS Core Peripheral Access Layer Header File for * ARMCM33 Device (configured for ARMCM33 without FPU, without DSP extension, with TrustZone) * @version V5.3.2 * @date ...
/content/code_sandbox/Device/ARM/ARMCM33/Include/ARMCM33_TZ.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,024
```objective-c /**************************************************************************//** * @file ARMCM33_DSP_FP.h * @brief CMSIS Core Peripheral Access Layer Header File for * ARMCM33 Device (configured for ARMCM33 with FPU, with DSP extension) * @version V5.3.2 * @date 01. May 2023 **...
/content/code_sandbox/Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,018
```objective-c /**************************************************************************//** * @file ARMCM33.h * @brief CMSIS Core Peripheral Access Layer Header File for * ARMCM33 Device (configured for ARMCM33 without FPU, without DSP extension, without TrustZone) * @version V5.3.2 * @date ...
/content/code_sandbox/Device/ARM/ARMCM33/Include/ARMCM33.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,016
```c /****************************************************************************** * @file startup_ARMCM33.c * @brief CMSIS-Core Device Startup File for Cortex-M33 Device * @version V2.1.0 * @date 16. December 2020 ******************************************************************************/ /* * ...
/content/code_sandbox/Device/ARM/ARMCM33/Source/startup_ARMCM33.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,412
```c /**************************************************************************//** * @file system_ARMCM33.c * @brief CMSIS Device System Source File for * ARMCM33 Device * @version V1.0.1 * @date 15. November 2019 ****************************************************************************...
/content/code_sandbox/Device/ARM/ARMCM33/Source/system_ARMCM33.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
610
```unknown /****************************************************************************** * @file startup_ARMCM33.S * @brief CMSIS-Core Device Startup File for Cortex-M33 Device * @version V2.3.0 * @date 26. May 2021 ******************************************************************************/ /* *...
/content/code_sandbox/Device/ARM/ARMCM33/Source/GCC/startup_ARMCM33.S
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,633
```unknown #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m33 -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-m33 -xc -mcmse /* ;-------- <<< Use Confi...
/content/code_sandbox/Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6_s.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,100
```unknown /****************************************************************************** * @file startup_ARMCM33.S * @brief CMSIS-Core Device Startup File for Cortex-M33 Device * @version V2.0.0 * @date 26. May 2021 ******************************************************************************/ /* *...
/content/code_sandbox/Device/ARM/ARMCM33/Source/ARM/startup_ARMCM33.S
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,257
```unknown #! armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m33 -xc ; 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-m33 -xc -mcmse /* ;-------- <<< Use Configuratio...
/content/code_sandbox/Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,096
```gas ;/**************************************************************************//** ; * @file startup_ARMCM33.s ; * @brief CMSIS Core Device Startup File for ; * ARMCM33 Device ; * @version V1.1.0 ; * @date 08. April 2021 ; **********************************************************************...
/content/code_sandbox/Device/ARM/ARMCM33/Source/IAR/startup_ARMCM33.s
gas
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,364
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMv8MML.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,210
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMCM4.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
944
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMSC300.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
946
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMCM0P.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
946
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMv8MBL.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,213
```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/Device/ARM/ARMCM33/Include/Template/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
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMCM0.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
944
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMCM33.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,206
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMCM55.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,254
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMSC000.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
946
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMCM3.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
944
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMCM7.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
988
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution and use in source and binary forms, with or without mo...
/content/code_sandbox/Device/ARM/SVD/ARMCM85.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,237
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMCM23.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,205
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMCM35P.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,209
```unknown <?xml version="1.0" encoding="utf-8"?> <!-- File naming: <vendor>_<part/series name>.svd --> <!-- Purpose: System Viewer Description (SVD) Example (Schema Version 1.1) This is a description of a none-existent and incomplete device for demonstration purposes only. Redistribution ...
/content/code_sandbox/Device/ARM/SVD/ARMCM1.svd
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
945
```objective-c /**************************************************************************//** * @file system_ARMCM7.h * @brief CMSIS Device System Header File for * ARMCM7 Device * @version V5.3.3 * @date 11. July 2022 ************************************************************************...
/content/code_sandbox/Device/ARM/ARMCM7/Include/system_ARMCM7.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
253
```objective-c /**************************************************************************//** * @file ARMCM7.h * @brief CMSIS Core Peripheral Access Layer Header File for * ARMCM7 Device (configured for CM7 without FPU) * @version V5.3.3 * @date 01. May 2023 ********************************...
/content/code_sandbox/Device/ARM/ARMCM7/Include/ARMCM7.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,017
```objective-c /**************************************************************************//** * @file ARMCM7_DP.h * @brief CMSIS Core Peripheral Access Layer Header File for * ARMCM7 Device (configured for CM7 with double precision FPU) * @version V5.3.3 * @date 01. May 2023 ***************...
/content/code_sandbox/Device/ARM/ARMCM7/Include/ARMCM7_DP.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,025
```objective-c /**************************************************************************//** * @file ARMCM7_SP.h * @brief CMSIS Core Peripheral Access Layer Header File for * ARMCM7 Device (configured for CM7 with single precision FPU) * @version V5.3.3 * @date 01. May 2023 ***************...
/content/code_sandbox/Device/ARM/ARMCM7/Include/ARMCM7_SP.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,025
```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/Device/ARM/ARMCM7/Source/system_ARMCM7.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
482
```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/Device/ARM/ARMCM7/Source/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 #! armcc -E ; command above MUST be in first line (no comment above!) /* ;-------- <<< Use Configuration Wizard in Context Menu >>> ------------------- */ /*--------------------- Flash Configuration ---------------------------------- ; <h> Flash Configuration ; <o0> Flash Base Address <0x0-0xFFFFFFFF:8> ...
/content/code_sandbox/Device/ARM/ARMCM7/Source/ARM/ARMCM7_ac5.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
652
```unknown /**************************************************************************//** * @file startup_ARMCM7.S * @brief CMSIS-Core(M) Device Startup File for Cortex-M7 Device * @version V2.2.0 * @date 26. May 2021 ******************************************************************************/ /* ...
/content/code_sandbox/Device/ARM/ARMCM7/Source/GCC/startup_ARMCM7.S
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,435
```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/Device/ARM/ARMCM7/Source/ARM/ARMCM7_ac6.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
669
```gas ;/**************************************************************************//** ; * @file startup_ARMCM7.s ; * @brief CMSIS Core Device Startup File for ; * ARMCM7 Device ; * @version V1.0.0 ; * @date 09. July 2018 ; *************************************************************************...
/content/code_sandbox/Device/ARM/ARMCM7/Source/IAR/startup_ARMCM7.s
gas
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,144
```gas ;/**************************************************************************//** ; * @file startup_ARMCM7.s ; * @brief CMSIS Core Device Startup File for ; * ARMCM7 Device ; * @version V1.0.1 ; * @date 23. July 2019 ; *************************************************************************...
/content/code_sandbox/Device/ARM/ARMCM7/Source/ARM/startup_ARMCM7.s
gas
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,230
```objective-c /**************************************************************************//** * @file mem_<Device>.h * @brief CMSIS Cortex-A Memory base and size definitions (used in scatter file) * @version V1.00 * @date 10. January 2018 ***************************************************************...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device_A/Include/mem_Device.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
811
```objective-c /**************************************************************************//** * @file system_<Device>.h * @brief CMSIS Cortex-A Device Peripheral Access Layer * @version V5.00 * @date 10. January 2018 ******************************************************************************/ /* *...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device_A/Include/system_Device.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 <Device>.h * @brief CMSIS Cortex-A Core Peripheral Access Layer Header File * @version V1.01 * @date 23. June 2020 ******************************************************************************/ /* *...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device_A/Include/Device.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
2,210
```c /****************************************************************************** * @file system_<Device>.c * @brief CMSIS Cortex-A Device Peripheral Access Layer * @version V1.00 * @date 10. January 2018 ******************************************************************************/ /* * * * *...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device_A/Source/system_Device.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
627
```unknown #! armcc -E ;************************************************** ;************************************************** ; Scatter-file for Cortex-A ; This scatter-file places application code, data, stack and heap at suitable addresses in the memory map. #include "mem_<Device>.h" SDRAM __ROM_BASE __ROM_SIZE ...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device_A/Source/ARM/Device.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
597
```c /**************************************************************************//** * @file system_Device.c * @brief MMU Configuration * Device <DeviceAbbreviation> * @version V1.1.0 * @date 23. November 2018 ******************************************************************************/ /*...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device_A/Source/mmu_Device.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
3,864
```c /****************************************************************************** * @file startup_<Device>.c * @brief CMSIS Cortex-A Device Startup * @version V1.00 * @date 10. January 2018 ******************************************************************************/ /* * * * * www.apache.org/...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device_A/Source/ARM/startup_Device.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,350
```objective-c /*************************************************************************//** * @file system_<Device>.h * @brief CMSIS-Core(M) Device Peripheral Access Layer Header File for * Device <Device> * @version V1.0.1 * @date 11. July 2022 ********************************************...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device/Include/system_Device.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
270
```objective-c /*************************************************************************//** * @file <Device>.h * @brief CMSIS-Core(M) Device Peripheral Access Layer Header File for * Device <Device> * @version V1.0.0 * @date 20. January 2021 ************************************************...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device/Include/Device.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
2,314
```c /*************************************************************************//** * @file system_<Device>.c * @brief CMSIS-Core(M) Device Peripheral Access Layer Source File for * Device <Device> * @version V1.0.0 * @date 20. January 2021 ***************************************************...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device/Source/system_Device.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
667
```c /****************************************************************************** * @file startup_<Device>.c * @brief CMSIS-Core(M) Device Startup File for * Device <Device> * @version V1.0.0 * @date 20. January 2021 ************************************************************************...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device/Source/startup_Device.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,145
```unknown /**************************************************************************//** * @file startup_<Device>.S * @brief CMSIS-Core(M) Device Startup File for * Device <Device> * @version V1.0.0 * @date 20. January 2021 ******************************************************************...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device/Source/GCC/startup_Device.S
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,522
```unknown /**************************************************************************//** * @file startup_<Device>.S * @brief CMSIS-Core(M) Device Startup File for * Device <Device> (using Arm Compiler 6 with scatter file) * @version V1.0.0 * @date 20. January 2021 *************************...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device/Source/ARM/startup_Device_ac6.S
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,158
```unknown #! armclang -E --target=arm-arm-none-eabi -mcpu=<CPU> -xc ; 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=<CPU> -xc -mcmse /* ;-------- <<< Use Configuration Wizard i...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device/Source/ARM/Device_ac6.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,054
```gas ;/*************************************************************************//** ; * @file startup_<Device>.s ; * @brief CMSIS-Core(M) Device Startup File for ; * Device <Device> (using Arm Compiler 5 with scatter file) ; * @version V1.0.0 ; * @date 20. January 2021 ; ***********************...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device/Source/ARM/startup_Device_ac5.s
gas
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
964
```unknown #! armcc -E ; command above MUST be in first line (no comment above!) /* ;-------- <<< Use Configuration Wizard in Context Menu >>> ------------------- */ /*--------------------- Flash Configuration ---------------------------------- ; <h> Flash Configuration ; <o0> Flash Base Address <0x0-0xFFFFFFFF:8> ...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device/Source/ARM/Device_ac5.sct
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
640
```gas ;/*************************************************************************//** ; * @file startup_<Device>.s ; * @brief CMSIS-Core(M) Device Startup File for ; * Device <Device> (using Arm Compiler 5 without scatter file) ; * @version V1.0.0 ; * @date 20. January 2021 ; ********************...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device/Source/ARM/startup_Device_ac5_noSct.s
gas
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,123
```gas ;/**************************************************************************//** ; * @file startup_<Device>.s ; * @brief CMSIS Cortex-M# Core Device Startup File for ; * Device <Device> ; * @version V1.0.0 ; * @date 09. July 2018 ; ***********************************************************...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device/Source/IAR/startup_Device.s
gas
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,164
```shell #!/bin/bash # local variables DEPENDENCIES_FOLDER=dependenciesFiles ARTIFACTORY_URL=path_to_url ARTIFACTORY_DEPOT=mcu.depot/ci/depot PACKCHK_VERSION=1.3.93 if [ -z "$ARTIFACTORY_API_KEY" ]; then echo "Please set your Artifactory ARTIFACTORY_API_KEY" exit 1 fi if [ -z "$USER" ]; then echo "Please...
/content/code_sandbox/docker/getDependencies.sh
shell
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
628
```gnuplot # Due to bandwidth limitation, we need to keep the base image into our # Artifactory Docker Registry. Because we have more than one registry, # we need to set during build time which Artifactory Docker Registry to use. ARG DOCKER_REGISTRY FROM ${DOCKER_REGISTRY}/ubuntu:focal # install packages from official...
/content/code_sandbox/docker/dockerfile.gnu
gnuplot
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
522
```unknown # Due to bandwidth limitation, we need to keep the base image into our # Artifactory Docker Registry. Because we have more than one registry, # we need to set during build time which Artifactory Docker Registry to use. ARG DOCKER_REGISTRY FROM ${DOCKER_REGISTRY}/ubuntu:focal # jenkins user needs to be prese...
/content/code_sandbox/docker/dockerfile
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,062
```unknown packdir: ${home}/.rtebuild/PACK import: - armcc.rtebuild - armclang.rtebuild - armclang_ltm.rtebuild - gcc.rtebuild ```
/content/code_sandbox/docker/rtebuild/toolchain.rtebuild
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
45
```unknown toolchain: ARMCC6_LTM: env: PATH : [ "/opt/armclangltm/bin" ] rte: Tcompiler: "ARMCC" Toptions : "AC6" ccompiler: cmd : "armclang" cmdfile : "@\"" input : "\"" output : "-o \"" include : "-I\"" define : "-D" assembler...
/content/code_sandbox/docker/rtebuild/armclang_ltm.rtebuild
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
453
```objective-c /*************************************************************************//** * @file partition_<Device>.h * @brief CMSIS-Core(M) Device Initial Setup for Secure/Non-Secure Zones for * Device <Device> * @version V1.0.0 * @date 20. January 2021 ********************************...
/content/code_sandbox/Device/_Template_Vendor/Vendor/Device/Include/Template/partition_Device.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
17,235
```unknown toolchain: GCC: env: PATH : [ "/opt/gcc-arm-none-eabi-10-2020-q4-major/bin" ] rte: Tcompiler: "GCC" Toptions : "" ccompiler: cmd : "arm-none-eabi-gcc" cmdfile : "@\"" input : "\"" output : "-o \"" include : "-I\"" define : "-D" ...
/content/code_sandbox/docker/rtebuild/gcc.rtebuild
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
193
```unknown toolchain: ARMCC5: env: PATH : [ "/opt/armcc/bin" ] rte: Tcompiler: "ARMCC" Toptions : "AC5" ccompiler: cmd : "armcc" cmdfile : "--via \"" input : "\"" output : "-o \"" include : "-I\"" define : "-D" assembler: cmd ...
/content/code_sandbox/docker/rtebuild/armcc.rtebuild
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
206
```unknown toolchain: ARMCC6: env: PATH : [ "/opt/armclang/bin" ] rte: Tcompiler: "ARMCC" Toptions : "AC6" ccompiler: cmd : "armclang" cmdfile : "@\"" input : "\"" output : "-o \"" include : "-I\"" define : "-D" assembler: cmd ...
/content/code_sandbox/docker/rtebuild/armclang.rtebuild
unknown
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
445
```unknown Language: Cpp AccessModifierOffset: -2 AlignAfterOpenBracket: DontAlign AlignEscapedNewlinesLeft: false AlignOperands: true AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLi...
/content/code_sandbox/.clang-format
unknown
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
401
```unknown # These Glibc-related leaks are common when running Valgrind. For more info, # see path_to_url#faq.reports { glibc-memory-pool-64-bit Memcheck:Leak fun:malloc obj:/usr/lib/x86_64-linux-gnu/libstdc++.so.6.* fun:call_init.part.0 ... fun:_dl_init obj:/lib/x86_64-linux-gnu/ld-*.so } { ...
/content/code_sandbox/ci/memcheck.supp
unknown
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
169
```shell #!/bin/bash python configure.py --generator Ninja python build.py python run-tests.py --target LinkCoreTest --valgrind python run-tests.py --target LinkDiscoveryTest --valgrind ```
/content/code_sandbox/ci/run_valgrind_tests.sh
shell
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
44
```yaml clone_depth: 50 branches: only: - master environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey CONFIGURATION: Release XCODE_VERSION: 13.4.1 - APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey CONFIGURATION: Debug XCODE_VERSION: 14.2.0 - APPVEYOR_BUILD_WORKER_...
/content/code_sandbox/.appveyor.yml
yaml
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,454
```cmake if(CMAKE_VERSION VERSION_LESS 3.0) message(FATAL_ERROR "CMake 3.0 or greater is required") endif() add_library(Ableton::Link IMPORTED INTERFACE) set_property(TARGET Ableton::Link APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/include ) # Force C++11 support for consuming target...
/content/code_sandbox/AbletonLinkConfig.cmake
cmake
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
367
```python #!/usr/bin/env python import argparse import logging import os import shutil import sys from distutils.spawn import find_executable from subprocess import call def parse_args(): arg_parser = argparse.ArgumentParser() arg_parser.add_argument( '-a', '--audio-driver', help='Audio dri...
/content/code_sandbox/ci/configure.py
python
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
625
```python #!/usr/bin/env python import argparse import logging import os import sys from distutils.spawn import find_executable from subprocess import call def parse_args(): arg_parser = argparse.ArgumentParser() arg_parser.add_argument( '--cmake', default=find_executable("cmake"), ...
/content/code_sandbox/ci/build.py
python
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
417
```python #!/usr/bin/env python import argparse import logging import os import sys from distutils.spawn import find_executable from subprocess import call def parse_args(): arg_parser = argparse.ArgumentParser() arg_parser.add_argument( '-t', '--target', help='Target to test') arg_par...
/content/code_sandbox/ci/run-tests.py
python
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
613
```unknown AccessModifierOffset: -2 AlignAfterOpenBracket: DontAlign AlignEscapedNewlinesLeft: false AlignOperands: true AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: None AllowS...
/content/code_sandbox/extensions/abl_link/.clang-format
unknown
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
365
```python #!/usr/bin/env python import argparse import logging import os import subprocess import sys def parse_args(): arg_parser = argparse.ArgumentParser() arg_parser.add_argument( '-c', '--clang-format', default='clang-format-6.0', help='Path to clang-format executable') arg...
/content/code_sandbox/ci/check-formatting.py
python
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
612
```cmake if(CMAKE_VERSION VERSION_LESS 3.0) message(FATAL_ERROR "CMake 3.0 or greater is required") endif() add_library(abl_link STATIC ${CMAKE_CURRENT_LIST_DIR}/src/abl_link.cpp ) target_include_directories(abl_link PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include ) set_property(TARGET abl_link PROPERTY C_STANDARD 11...
/content/code_sandbox/extensions/abl_link/abl_link.cmake
cmake
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
97
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/extensions/abl_link/src/abl_link.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,680
```c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See...
/content/code_sandbox/extensions/abl_link/examples/link_hut/main.c
c
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,766
```cmake add_library(Catch::Catch IMPORTED INTERFACE) set_property(TARGET Catch::Catch APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/../third_party/catch ) ```
/content/code_sandbox/cmake_include/CatchConfig.cmake
cmake
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
43
```cmake cmake_minimum_required(VERSION 3.5) set(build_flags_COMMON_LIST) set(build_flags_DEBUG_LIST) set(build_flags_RELEASE_LIST) # _ _ _ # | | | |_ __ (_)_ __ # | | | | '_ \| \ \/ / # | |_| | | | | |> < # \___/|_| |_|_/_/\_\ # if(UNIX) # Common flags for all Unix compilers set(build_flags_DEBUG_LI...
/content/code_sandbox/cmake_include/ConfigureCompileFlags.cmake
cmake
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,777
```cmake add_library(AsioStandalone::AsioStandalone IMPORTED INTERFACE) set_property(TARGET AsioStandalone::AsioStandalone APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/../modules/asio-standalone/asio/include ) ```
/content/code_sandbox/cmake_include/AsioStandaloneConfig.cmake
cmake
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
60
```objective-c * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR...
/content/code_sandbox/extensions/abl_link/include/abl_link.h
objective-c
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
3,533
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/ableton/tst_Link.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
341
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/ableton/test/serial_io/SchedulerTree.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
668
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/ableton/test/catch/CatchMain.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
137
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/ableton/link/tst_StartStopState.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
272
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/ableton/link/tst_Measurement.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,157
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/ableton/link/tst_Phase.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
2,030
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/ableton/link/tst_Controller.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
2,959
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/ableton/link/tst_HostTimeFilter.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
449
```c++ * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
/content/code_sandbox/src/ableton/link/tst_PeerState.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
554