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
```objective-c /**************************************************************************//** * @file ARMv8MML_DSP.h * @brief CMSIS Core Peripheral Access Layer Header File for * ARMv8MML Mainline Device (configured for ARMv8MML without FPU, with DSP extension, with TrustZone) * @version V5.4.0 ...
/content/code_sandbox/Device/ARM/ARMv8MML/Include/ARMv8MML_DSP.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,050
```c /****************************************************************************** * @file startup_ARMv8MML.c * @brief CMSIS-Core Device Startup File for ARMv8MML Device * @version V2.1.0 * @date 16. December 2020 ******************************************************************************/ /* * ...
/content/code_sandbox/Device/ARM/ARMv8MML/Source/startup_ARMv8MML.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,469
```c /**************************************************************************//** * @file system_ARMv8MML.c * @brief CMSIS Device System Source File for * ARMv8MML Device * @version V1.0.1 * @date 15. November 2019 **************************************************************************...
/content/code_sandbox/Device/ARM/ARMv8MML/Source/system_ARMv8MML.c
c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
629
```gas ;/**************************************************************************//** ; * @file startup_ARMv8MML.s ; * @brief CMSIS Core Device Startup File for ; * ARMv8MML Device ; * @version V1.0.0 ; * @date 09. July 2018 ; *********************************************************************...
/content/code_sandbox/Device/ARM/ARMv8MML/Source/IAR/startup_ARMv8MML.s
gas
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,165
```objective-c /**************************************************************************//** * @file ARMCM0.h * @brief CMSIS Core Peripheral Access Layer Header File for * ARMCM0 Device * @version V5.3.2 * @date 01. May 2023 *****************************************************************...
/content/code_sandbox/Device/ARM/ARMCM0/Include/ARMCM0.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
861
```objective-c /**************************************************************************//** * @file system_ARMCM0.h * @brief CMSIS Device System Header File for * ARMCM0 Device * @version V5.3.3 * @date 11. July 2022 ************************************************************************...
/content/code_sandbox/Device/ARM/ARMCM0/Include/system_ARMCM0.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 partition_ARMv8MML.h * @brief CMSIS-CORE Initial Setup for Secure / Non-Secure Zones for Armv8-M Mainline * @version V1.1.1 * @date 18. March 2019 *****************************************************...
/content/code_sandbox/Device/ARM/ARMv8MML/Include/Template/partition_ARMv8MML.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
17,195
```gas ;/**************************************************************************//** ; * @file startup_ARMCM0.s ; * @brief CMSIS Core Device Startup File for ; * ARMCM0 Device ; * @version V1.0.1 ; * @date 23. July 2019 ; *************************************************************************...
/content/code_sandbox/Device/ARM/ARMCM0/Source/ARM/startup_ARMCM0.s
gas
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,179
```gas ;/**************************************************************************//** ; * @file startup_ARMCM0.s ; * @brief CMSIS Core Device Startup File for ; * ARMCM0 Device ; * @version V1.0.0 ; * @date 09. July 2018 ; *************************************************************************...
/content/code_sandbox/Device/ARM/ARMCM0/Source/IAR/startup_ARMCM0.s
gas
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
1,081
```objective-c /****************************************************************************** * @file ARMCA9.h * @brief CMSIS Cortex-A9 Core Peripheral Access Layer Header File * @version V1.1.0 * @date 15. May 2019 * * @note * **********************************************************************...
/content/code_sandbox/Device/ARM/ARMCA9/Include/ARMCA9.h
objective-c
2016-02-18T08:04:18
2024-08-16T08:24:23
CMSIS_5
ARM-software/CMSIS_5
1,295
2,030
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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_Median.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
465
```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_LinearRegression.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
790
```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_ClientSessionTimelines.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,479
```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_PingResponder.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,105
```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_Peers.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,373
```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_Beats.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
655
```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_TripleBuffer.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
945
```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_Timeline.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
378
```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_Tempo.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
586
```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/discovery/tst_UdpMessenger.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,911
```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/discovery/tst_InterfaceScanner.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
637
```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/discovery/tst_Payload.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,689
```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/discovery/tst_PeerGateway.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,148
```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/discovery/tst_PeerGateways.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
828
```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/discovery/v1/tst_Messages.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
557
```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/examples/linkhut/main.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,380
```json dependencies: espressif/asio: component_hash: your_sha256_hash source: service_url: path_to_url type: service version: 1.14.1~3 idf: component_hash: null source: type: idf version: 5.1.1 manifest_hash: your_sha256_hash target: esp32 version: 1.0.0 ```
/content/code_sandbox/examples/esp32/dependencies.lock
json
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
98
```c++ #include <ableton/Link.hpp> #include <driver/gpio.h> #include <driver/gptimer.h> #include <esp_event.h> #include <freertos/FreeRTOS.h> #include <freertos/semphr.h> #include <freertos/task.h> #include <nvs_flash.h> #include <protocol_examples_common.h> #define LED GPIO_NUM_2 #define PRINT_LINK_STATE false unsig...
/content/code_sandbox/examples/esp32/main/main.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
503
```yaml ## IDF Component Manager Manifest File dependencies: espressif/asio: "*" ## Required IDF version idf: version: ">=4.1.0" # # Put list of dependencies here # # For components maintained by Espressif: # component: "~1.0.0" # # For 3rd party components: # username/component: ">=1.0.0,<2.0.0" ...
/content/code_sandbox/examples/esp32/main/idf_component.yml
yaml
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
177
```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/examples/linkaudio/AudioPlatform_Jack.hpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
320
```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/examples/linkaudio/AudioPlatform_Portaudio.hpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
302
```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/examples/linkaudio/AudioPlatform_CoreAudio.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,695
```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/examples/linkaudio/AudioPlatform_Wasapi.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
2,232
```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/examples/linkaudio/AudioPlatform_CoreAudio.hpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
262
```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/examples/linkaudio/AudioPlatform_Dummy.hpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
542
```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/examples/linkaudio/AudioPlatform_Wasapi.hpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
400
```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/examples/linkaudio/AudioPlatform.hpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
252
```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/examples/linkaudio/AudioEngine.hpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
476
```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/examples/linkaudio/AudioPlatform_Jack.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,400
```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/examples/linkaudio/AudioEngine.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
1,687
```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/examples/linkaudio/AudioPlatform_Asio.hpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
629
```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/examples/linkaudio/AudioPlatform_Asio.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
2,313
```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/examples/linkaudio/AudioPlatform_Portaudio.cpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
948
```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/include/ableton/Link.ipp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
2,133
```c++ /*! @file Link.hpp * @copyright 2016, Ableton AG, Berlin. All rights reserved. * @brief Library for cross-device shared tempo and quantized beat grid * * @license: * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distri...
/content/code_sandbox/include/ableton/Link.hpp
c++
2016-02-03T16:19:24
2024-08-10T07:40:39
link
Ableton/link
1,073
3,773