repo stringlengths 1 152 ⌀ | file stringlengths 14 221 | code stringlengths 501 25k | file_length int64 501 25k | avg_line_length float64 20 99.5 | max_line_length int64 21 134 | extension_type stringclasses 2
values |
|---|---|---|---|---|---|---|
RIOT | RIOT-master/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h | /*
* Copyright (C) 2016 Leon George
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_cc26x0_cc13x0_definitions
* @{
*
* @file
* @brief CC26x0/CC13x... | 14,168 | 37.925824 | 127 | h |
RIOT | RIOT-master/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h | /*
* Copyright (C) 2016 Leon George
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_cc26x0_cc13x0_definitions
* @{
*
* @file
* @brief CC26x0/CC13x... | 8,224 | 30.879845 | 105 | h |
RIOT | RIOT-master/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h | /*
* Copyright (C) 2016 Leon George
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_cc26x0_cc13x0_definitions
* @{
*
* @file
* @brief CC26x0/CC13x... | 6,938 | 46.204082 | 113 | h |
RIOT | RIOT-master/cpu/nrf9160/cpu.c | /*
* Copyright (C) 2021 Mesotic SAS
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_nrf9160
* @{
*
* @file
* @brief Implementation of the CPU initializati... | 1,267 | 20.862069 | 79 | c |
RIOT | RIOT-master/cpu/nrf9160/include/cpu_conf.h | /*
* Copyright (C) 2021 Mesotic SAS
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @defgroup cpu_nrf9160 Nordic nRF9160 MCU
* @ingroup cpu
* @brief Nordi... | 1,608 | 23.378788 | 82 | h |
RIOT | RIOT-master/cpu/nrf9160/include/vendor/nrf9160_peripherals.h | /*
Copyright (c) 2010 - 2021, Nordic Semiconductor ASA All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above cop... | 5,399 | 22.684211 | 78 | h |
RIOT | RIOT-master/cpu/nrf9160/vectors/vectors_nrf9160.c | /*
* Copyright (C) 2021 Mesotic SAS
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_nrf9160
* @{
*
* @file
* @brief nRF9160 interrupt vector definitions
... | 2,797 | 27.262626 | 78 | c |
RIOT | RIOT-master/cpu/cortexm_common/mpu.c | /*
* Copyright (C) 2016 Loci Controls Inc.
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_cortexm_common
* @{
*
* @file mpu.c
* @brief Cortex-M Me... | 1,664 | 21.5 | 85 | c |
RIOT | RIOT-master/cpu/cortexm_common/vectors_cortexm.c | /*
* Copyright (C) 2015 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_cortexm_common
* @{
*
* @file
* @brief Default implementa... | 19,274 | 34.173358 | 100 | c |
RIOT | RIOT-master/cpu/cortexm_common/thread_arch.c | /*
* Copyright (C) 2014-2015 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_cortexm_common
* @{
*
* @file
* @brief Implementatio... | 18,332 | 33.203358 | 92 | c |
RIOT | RIOT-master/cpu/cortexm_common/cortexm_init.c | /*
* Copyright (C) 2015 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_cortexm_common
* @{
*
* @file
* @brief Cortex-M specific ... | 4,069 | 28.926471 | 86 | c |
RIOT | RIOT-master/cpu/cortexm_common/panic.c | /*
* Copyright (C) 2015 INRIA
* Copyright (C) 2015 Eistec AB
* Copyright (C) 2016 OTA keys
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_cortexm_common
* @{
*... | 1,090 | 22.717391 | 81 | c |
RIOT | RIOT-master/cpu/cortexm_common/include/vectors_cortexm.h | /*
* Copyright (C) 2015 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_cortexm_common
* @{
*
* @file
* @brief Default interrupt ... | 4,215 | 27.876712 | 79 | h |
RIOT | RIOT-master/cpu/cortexm_common/include/thread_arch.h | /*
* Copyright (C) 2021 Koen Zandberg <koen@bergzand.net>
* 2021 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_cortexm_common
* @{
*
* @fi... | 1,097 | 20.529412 | 80 | h |
RIOT | RIOT-master/cpu/cortexm_common/include/irq_arch.h | /*
* Copyright (C) 2014-2019 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_cortexm_common
* @{
*
* @file
* @brief Implementatio... | 2,871 | 20.432836 | 80 | h |
RIOT | RIOT-master/cpu/cortexm_common/include/cpu.h | /*
* Copyright (C) 2014-2015 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @defgroup cpu_cortexm_common ARM Cortex-M common
* @ingroup cpu
* @bri... | 7,076 | 26.972332 | 128 | h |
RIOT | RIOT-master/cpu/cortexm_common/include/atomic_utils_arch.h | /*
* Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_cortexm_common
*
* @{
*
* @file
* @brief ... | 4,392 | 21.761658 | 83 | h |
RIOT | RIOT-master/cpu/cortexm_common/include/mpu.h | /*
* Copyright (C) 2016 Loci Controls Inc.
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_cortexm_common
* @{
*
* @file mpu.h
* @brief Cortex-M Me... | 4,485 | 26.353659 | 90 | h |
RIOT | RIOT-master/cpu/cortexm_common/include/cpu_conf_common.h | /*
* Copyright (C) 2016 Kaspar Schleiser <kaspar@schleiser.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_cortexm_common
* @{
*
* @file
* @brief Comm... | 5,463 | 29.52514 | 77 | h |
RIOT | RIOT-master/cpu/lm4f120/cpu.c | /*
* Copyright (C) 2015 Rakendra Thapa <rakendrathapa@gmail.com
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_lm4f120
* @{
*
* @file cpu.c
* @brief ... | 2,018 | 24.884615 | 105 | c |
RIOT | RIOT-master/cpu/lm4f120/vectors.c | /*
* Copyright (C) 2015 Rakendra Thapa <rakendrathapa#gmail.com>
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_lm4f120
* @{
*
* @file vectors.c
* @brie... | 12,984 | 52.657025 | 80 | c |
RIOT | RIOT-master/cpu/lm4f120/periph/gpio.c | /*
* Copyright (C) 2015 Marc Poulhiès
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_lm4f120
* @ingroup drivers_periph_gpio
* @{
*
* @file
* @brief ... | 6,711 | 22.886121 | 80 | c |
RIOT | RIOT-master/cpu/lm4f120/periph/adc.c | /*
* Copyright (C) 2016 Marc Poulhiès
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_lm4f120
* @ingroup drivers_periph_adc
* @{
*
* @file
* @brief L... | 3,484 | 25.007463 | 85 | c |
RIOT | RIOT-master/cpu/lm4f120/periph/uart.c | /*
* Copyright (C) 2015 Rakendra Thapa <rakendrathapa@gmail.com>
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_lm4f120
* @ingroup drivers_periph_uart
* @{
... | 3,755 | 25.638298 | 80 | c |
RIOT | RIOT-master/cpu/lm4f120/periph/spi.c | /*
* Copyright (C) 2017 Marc Poulhiès
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_lm4f120
* @{
*
* @file
* @brief Low-level SPI driver implementation
... | 3,553 | 24.385714 | 85 | c |
RIOT | RIOT-master/cpu/lm4f120/periph/timer.c | /*
* Copyright (C) 2015 Rakendra Thapa <rakendrathapa@gmail.com
* 2015 Marc Poulhiès <dkm@kataplop.net>
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup c... | 5,507 | 24.036364 | 80 | c |
RIOT | RIOT-master/cpu/lm4f120/include/cpu_conf.h | /*
* Copyright (C) 2015 Rakendra Thapa <rakendrathapa@gmail.com
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @defgroup cpu_lm4f120 LM4F
* @ingroup cpu
* @brief ... | 1,671 | 21 | 80 | h |
RIOT | RIOT-master/cpu/lm4f120/include/periph_cpu.h | /*
* Copyright (C) 2015 Rakendra Thapa <rakendrathapa@gmail.com>
* Copyright (C) 2017 Marc Poulhiès <dkm@kataplop.net>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup ... | 5,710 | 28.744792 | 93 | h |
RIOT | RIOT-master/cpu/lm4f120/include/vendor/lm4f120h5qr.h | /*
* Copyright (c) 2009 - 2014 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright
notice, this list of conditio... | 5,753 | 44.666667 | 113 | h |
RIOT | RIOT-master/cpu/avr8_common/startup.c | /*
* Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2021 Gerson Fernando Budke
* 2023 Hugues Larrive
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more ... | 2,708 | 25.558824 | 75 | c |
RIOT | RIOT-master/cpu/avr8_common/thread_arch.c | /*
* Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2017 Thomas Perrot <thomas.perrot@tupi.fr>
* 2018 RWTH Aachen, Josua Arndt <jarndt@ias.rwth-aachen.de>
* 2021-2023 Gerson Fernando Budke <nandojve@gmail.com>
*
* This file is subject to the terms a... | 14,045 | 31.665116 | 85 | c |
RIOT | RIOT-master/cpu/avr8_common/avr8_cpu.c | /*
* Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2017 RWTH Aachen, Josua Arndt
* 2018 Matthew Blue
* 2021-2023 Gerson Fernando Budke
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the fi... | 4,369 | 27.376623 | 83 | c |
RIOT | RIOT-master/cpu/avr8_common/avr_libc_extra/avr8_stdio.c | /*
* Copyright (C) 2018 Kaspar Schleiser <kaspar@schleiser.de>
* 2021 Gerson Fernando Budke <nandojve@gmail.com>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @{
*... | 1,232 | 20.631579 | 85 | c |
RIOT | RIOT-master/cpu/avr8_common/avr_libc_extra/include/inttypes.h | /*
* Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @addtogroup cpu_atmega_common
* @{
*
* @file
* @brief Adds... | 885 | 22.315789 | 75 | h |
RIOT | RIOT-master/cpu/avr8_common/avr_libc_extra/include/unistd.h | /*
* Copyright (C) 2016 Eistec AB
* Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
#ifndef UNISTD_H
#define UNISTD_H
#include <... | 3,639 | 31.792793 | 75 | h |
RIOT | RIOT-master/cpu/avr8_common/avr_libc_extra/include/strings.h | /*
* Copyright (C) 2022 Otto-von-Guericke-Universität Magdeburg
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @addtogroup cpu_atmega_common
*
* This is header file provides `str... | 2,019 | 23.337349 | 80 | h |
RIOT | RIOT-master/cpu/avr8_common/avr_libc_extra/include/errno.h | /* Copyright (c) 2002,2007 Marek Michalkiewicz
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of cond... | 8,031 | 49.515723 | 131 | h |
RIOT | RIOT-master/cpu/avr8_common/avr_libc_extra/include/sys/types.h | /*
* Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2015 Kaspar Schleiser <kaspar@schleiser.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
#ifnde... | 2,109 | 42.958333 | 97 | h |
RIOT | RIOT-master/cpu/avr8_common/avr_libc_extra/include/vendor/time.h | /*
* (C)2012 Michael Duane Rice All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* Redistributions of source code must retain the above copyright notice, this
* list of conditions and the... | 19,049 | 35.285714 | 107 | h |
RIOT | RIOT-master/cpu/avr8_common/avr_libc_extra/include/vendor/sys/stat.h | /*
* Copyright (C) 2016 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @file
* @brief POSIX compatible sys/stat.h definitions
* @author Joakim Nohlgård <joakim.nohlg... | 4,931 | 39.760331 | 87 | h |
RIOT | RIOT-master/cpu/avr8_common/include/flash_utils_arch.h | /*
* Copyright (C) 2022 Otto-von-Guericke-Universität Magdeburg
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_avr8_common
* @{
*
* @file
* @brief Implem... | 1,441 | 22.639344 | 87 | h |
RIOT | RIOT-master/cpu/avr8_common/include/stdio.h | /*
* Copyright (C) 2023 Otto-von-Guericke-Universität Magdeburg
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @defgroup cpu_avr8_common_stdio_wrapper stdio wrapper for AVR8
... | 5,953 | 39.780822 | 100 | h |
RIOT | RIOT-master/cpu/avr8_common/include/architecture_arch.h | /*
* Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg
* 2021 Gerson Fernando Budke
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_avr8_com... | 931 | 20.181818 | 69 | h |
RIOT | RIOT-master/cpu/avr8_common/include/irq_arch.h | /*
* Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2018 RWTH Aachen, Josua Arndt <jarndt@ias.rwth-aachen.de>
* 2020 Otto-von-Guericke-Universität Magdeburg
* 2021-2023 Gerson Fernando Budke
*
* This file is subject to the terms and conditions of th... | 4,201 | 24.938272 | 82 | h |
RIOT | RIOT-master/cpu/avr8_common/include/states_internal.h | /*
* Copyright (C) 2023 Gerson Fernando Budke
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_avr8_common
* @{
*
* @file
* @brief States internal interfac... | 3,581 | 30.421053 | 86 | h |
RIOT | RIOT-master/cpu/avr8_common/include/cpu.h | /*
* Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de>
* 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2018 RWTH Aachen, Josua Arndt <jarndt@ias.rwth-aachen.de>
* 2021-2023 Gerson Fernando Budke <nandojve@gmail.com>
*
* This file is subject to the terms ... | 4,439 | 24.813953 | 98 | h |
RIOT | RIOT-master/cpu/avr8_common/include/atomic_utils_arch.h | /*
* Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg
* 2021 Gerson Fernando Budke
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_avr8_com... | 1,186 | 20.581818 | 80 | h |
RIOT | RIOT-master/cpu/kinetis/cpu.c | /*
* Copyright (C) 2017 SKF AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @{
*
* @file
* @brief Kinetis CPU initialization
*
* @author ... | 1,242 | 22.45283 | 80 | c |
RIOT | RIOT-master/cpu/kinetis/vectors.c | /*
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @{
*
* @file
*
* @brief Interrupt vector for Kinetis MCUs
*
*... | 15,690 | 36.71875 | 109 | c |
RIOT | RIOT-master/cpu/kinetis/fcfield.c | /*
* Copyright (C) 2015 PHYTEC Messtechnik GmbH
* Copyright (C) 2015 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @{
*
* @file
* @brief ... | 2,948 | 38.32 | 81 | c |
RIOT | RIOT-master/cpu/kinetis/isr_kinetis.c | /*
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @{
*
* @file
* @brief Default interrupt service routine defini... | 8,770 | 35.852941 | 119 | c |
RIOT | RIOT-master/cpu/kinetis/dist/calc_spi_scalers/calc_spi_scalers.c | /*
* Copyright (C) 2014 Hamburg University of Applied Sciences
* 2014 PHYTEC Messtechnik GmbH
* 2015 Eistec AB
* 2016 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in th... | 8,272 | 33.045267 | 103 | c |
RIOT | RIOT-master/cpu/kinetis/periph/hwrng.c | /*
* Copyright (C) 2014-2016 Freie Universität Berlin
* Copyright (C) 2014 PHYTEC Messtechnik GmbH
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_kinetis
* @ingr... | 1,596 | 21.814286 | 84 | c |
RIOT | RIOT-master/cpu/kinetis/periph/gpio.c | /*
* Copyright (C) 2014 Freie Universität Berlin
* Copyright (C) 2014 PHYTEC Messtechnik GmbH
* Copyright (C) 2014 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingro... | 9,655 | 21.773585 | 85 | c |
RIOT | RIOT-master/cpu/kinetis/periph/pm.c | /*
* Copyright (C) 2016 Kaspar Schleiser <kaspar@schleiser.de>
* 2014 Eistec AB
* 2017 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/... | 4,055 | 33.372881 | 85 | c |
RIOT | RIOT-master/cpu/kinetis/periph/adc.c | /*
* Copyright (C) 2014-2016 Freie Universität Berlin
* Copyright (C) 2014 PHYTEC Messtechnik GmbH
* Copyright (C) 2015 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @... | 6,650 | 26.828452 | 80 | c |
RIOT | RIOT-master/cpu/kinetis/periph/i2c.c | /*
* Copyright (C) 2014 Freie Universität Berlin
* Copyright (C) 2014 PHYTEC Messtechnik GmbH
* Copyright (C) 2015-2018 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @... | 17,902 | 30.463972 | 106 | c |
RIOT | RIOT-master/cpu/kinetis/periph/uart.c | /*
* Copyright (C) 2017 Eistec AB
* Copyright (C) 2014 PHYTEC Messtechnik GmbH
* Copyright (C) 2014 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingro... | 12,432 | 26.087146 | 100 | c |
RIOT | RIOT-master/cpu/kinetis/periph/pwm.c | /*
* Copyright (C) 2014-2016 Freie Universität Berlin
* Copyright (C) 2014 PHYTEC Messtechnik GmbH
* Copyright (C) 2015-2016 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**... | 4,454 | 26.670807 | 80 | c |
RIOT | RIOT-master/cpu/kinetis/periph/mcg_lite.c | /*
* Copyright (C) 2015 PHYTEC Messtechnik GmbH
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @ingroup cpu_kinetis_... | 8,005 | 29.67433 | 95 | c |
RIOT | RIOT-master/cpu/kinetis/periph/spi.c | /*
* Copyright (C) 2014 Hamburg University of Applied Sciences
* 2014 PHYTEC Messtechnik GmbH
* 2015 Eistec AB
* 2016 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in th... | 5,409 | 24.162791 | 83 | c |
RIOT | RIOT-master/cpu/kinetis/periph/mcg.c | /*
* Copyright (C) 2015 PHYTEC Messtechnik GmbH
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @ingroup cpu_kinetis_... | 16,729 | 32.326693 | 95 | c |
RIOT | RIOT-master/cpu/kinetis/periph/timer.c | /*
* Copyright (C) 2016 Eistec AB
* Copyright (C) 2014 Freie Universität Berlin
* Copyright (C) 2014-2015 PHYTEC Messtechnik GmbH
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @... | 23,397 | 27.326877 | 94 | c |
RIOT | RIOT-master/cpu/kinetis/periph/wdog.c | /*
* Copyright (C) 2015 PHYTEC Messtechnik GmbH
* Copyright (C) 2015 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @ingroup cpu_kinetis_... | 2,242 | 25.081395 | 80 | c |
RIOT | RIOT-master/cpu/kinetis/periph/flashpage.c | /*
* Copyright (C) 2019 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_kinetis
* @ingroup drivers_periph_flashpage
* @{
*
* @file
* @brief Low... | 7,251 | 31.520179 | 87 | c |
RIOT | RIOT-master/cpu/kinetis/periph/dac.c | /*
* Copyright (C) 2016 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @ingroup drivers_periph_dac
*
* @{
*
* @file
* @brief Lo... | 1,798 | 20.416667 | 80 | c |
RIOT | RIOT-master/cpu/kinetis/periph/rtc.c | /*
* Copyright (C) 2015 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_kinetis
* @ingroup drivers_periph_rtc
*
* @{
*
* @file
* @brief RT... | 3,657 | 21.169697 | 83 | c |
RIOT | RIOT-master/cpu/kinetis/include/cpu_conf_kinetis_l.h | /*
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @brief CPU specific implementations for the NXP Kinetis L... | 1,024 | 21.282609 | 80 | h |
RIOT | RIOT-master/cpu/kinetis/include/cpu_conf_kinetis_m.h | /*
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @brief CPU specific implementations for the NXP Kinetis M... | 862 | 20.04878 | 80 | h |
RIOT | RIOT-master/cpu/kinetis/include/cpu_conf.h | /*
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @{
*
* @file
* @brief Implementation specific CPU conf... | 1,896 | 23.636364 | 93 | h |
RIOT | RIOT-master/cpu/kinetis/include/cpu_conf_kinetis_ea.h | /*
* Copyright (C) 2017 Eistec AB
* Copyright (C) 2018 HERE Deutschland GmbH
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @brief CPU sp... | 1,019 | 21.173913 | 81 | h |
RIOT | RIOT-master/cpu/kinetis/include/cpu_conf_kinetis.h | /*
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_kinetis
* @{
*
* @file
* @brief CPU specific definitions common ... | 5,066 | 25.390625 | 93 | h |
RIOT | RIOT-master/cpu/kinetis/include/mcg.h | /*
* Copyright (C) 2015 PHYTEC Messtechnik GmbH
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/* please doxygen by hiding dangling references */
#if defin... | 7,408 | 41.096591 | 121 | h |
RIOT | RIOT-master/cpu/kinetis/include/cpu_conf_kinetis_v.h | /*
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @brief CPU specific implementations for the NXP Kinetis V... | 862 | 20.04878 | 80 | h |
RIOT | RIOT-master/cpu/kinetis/include/bme.h | /*
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @defgroup cpu_kinetis_bme Kinetis Bit Manipulation Engine (BME)
* @ingroup cpu_kinetis
* @... | 7,635 | 28.712062 | 99 | h |
RIOT | RIOT-master/cpu/kinetis/include/vectors_kinetis.h | /*
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @{
*
* @file
* @brief Interrupt service routine declarations f... | 11,234 | 60.393443 | 109 | h |
RIOT | RIOT-master/cpu/kinetis/include/cpu_conf_kinetis_w.h | /*
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @brief CPU specific implementations for the NXP Kinetis K... | 3,470 | 31.138889 | 87 | h |
RIOT | RIOT-master/cpu/kinetis/include/wdog.h | /*
* Copyright (C) 2015 PHYTEC Messtechnik GmbH
* Copyright (C) 2015 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @defgroup cpu_kinetis_wdog Kinetis WDOG
* @ingrou... | 1,482 | 24.568966 | 80 | h |
RIOT | RIOT-master/cpu/kinetis/include/cpu_conf_kinetis_k.h | /*
* Copyright (C) 2017 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_kinetis
* @brief CPU specific implementations for the NXP Kinetis K... | 5,538 | 31.970238 | 80 | h |
RIOT | RIOT-master/cpu/kinetis/include/vendor/system_SKEAZ1284.h | /*
** ###################################################################
** Compilers: Keil ARM C/C++ Compiler
** Freescale C/C++ for Embedded ARM
** GNU C Compiler
** GNU C Compiler - CodeSourcery Sourcery G++
** ... | 10,376 | 44.513158 | 130 | h |
RIOT | RIOT-master/cpu/nrf51/cpu.c | /*
* Copyright (C) 2014 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_nrf51
* @{
*
* @file
* @brief Implementation of the CPU i... | 1,266 | 22.90566 | 80 | c |
RIOT | RIOT-master/cpu/nrf51/vectors.c | /*
* Copyright (C) 2014-2015 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_nrf51
* @{
*
* @file
* @brief Interrupt vector defin... | 3,164 | 31.628866 | 80 | c |
RIOT | RIOT-master/cpu/nrf51/periph/i2c.c | /*
* Copyright (C) 2016 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_nrf51
* @ingroup drivers_periph_i2c
* @{
*
* @file
* @brie... | 6,006 | 24.561702 | 101 | c |
RIOT | RIOT-master/cpu/nrf51/periph/pwm.c | /*
* Copyright (C) 2018 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_nrf51
* @ingroup drivers_periph_pwm
* @{
*
* @file
* @brie... | 7,460 | 28.258824 | 80 | c |
RIOT | RIOT-master/cpu/nrf51/periph/spi.c | /*
* Copyright (C) 2014-2016 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_nrf51
* @ingroup drivers_periph_spi
* @{
*
* @file
* ... | 2,572 | 21.373913 | 72 | c |
RIOT | RIOT-master/cpu/nrf51/include/cpu_conf.h | /*
* Copyright (C) 2014 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @defgroup cpu_nrf51 Nordic nRF51 MCU
* @ingroup cpu
* @brief ... | 1,944 | 21.616279 | 80 | h |
RIOT | RIOT-master/cpu/nrf51/include/periph_cpu.h | /*
* Copyright (C) 2015-2017 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_nrf51
* @{
*
* @file
* @brief nRF51 specific... | 3,036 | 24.737288 | 77 | h |
RIOT | RIOT-master/cpu/nrf51/include/vendor/nrf51822_peripherals.h | /*
Copyright (c) 2010 - 2021, Nordic Semiconductor ASA All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above cop... | 4,053 | 22.569767 | 78 | h |
RIOT | RIOT-master/cpu/lpc1768/cpu.c | /*
* Copyright (C) 2014 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_lpc1768
* @{
*
* @file
* @brief Implementation of the CPU... | 811 | 20.945946 | 79 | c |
RIOT | RIOT-master/cpu/lpc1768/vectors.c | /*
* Copyright (C) 2014 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_lpc1768
* @{
*
* @file
* @brief Startup code and interrup... | 3,393 | 32.60396 | 80 | c |
RIOT | RIOT-master/cpu/lpc1768/system.c | /**************************************************************************//**
* @file
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer Source File
* for the NXP LPC17xx Device Series
* @version V1.09
* @date 09. November 2013
*
* @note Integrated, adopted, and renamed for RIOT by O... | 3,341 | 32.757576 | 97 | c |
RIOT | RIOT-master/cpu/lpc1768/periph/gpio.c | /*
* Copyright (C) 2017 Bas Stottelaar <basstottelaar@gmail.com>
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_lpc1768
* @{
*
* @file
* @brief Low-level... | 5,877 | 22.797571 | 95 | c |
RIOT | RIOT-master/cpu/lpc1768/periph/cpuid.c | /*
* Copyright (C) 2015 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_lpc1768
* @ingroup drivers_periph_cpuid
* @{
*
* @file
* @... | 1,134 | 21.7 | 80 | c |
RIOT | RIOT-master/cpu/lpc1768/periph/pm.c | /*
* Copyright (C) 2018 Bas Stottelaar <basstottelaar@gmail.com>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_lpc1768
* @ingroup drivers_periph_pm
* @{
*
... | 1,045 | 20.346939 | 69 | c |
RIOT | RIOT-master/cpu/lpc1768/periph/uart.c | /*
* Copyright (C) 2014 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_lpc1768
* @ingroup drivers_periph_uart
* @{
*
* @file
* @b... | 4,333 | 24.052023 | 80 | c |
RIOT | RIOT-master/cpu/lpc1768/periph/timer.c | /*
* Copyright (C) 2014 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @ingroup cpu_lpc1768
* @ingroup drivers_periph_timer
* @{
*
* @file
* @... | 3,554 | 22.85906 | 80 | c |
RIOT | RIOT-master/cpu/lpc1768/include/periph_cpu.h | /*
* Copyright (C) 2015 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_lpc1768
* @{
*
* @file
* @brief CPU specific defi... | 2,534 | 25.40625 | 98 | h |
RIOT | RIOT-master/cpu/lpc1768/include/vendor/conf.h | /**************************************************************************//**
* @file
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer Source File
* for the NXP LPC17xx Device Series
* @version V1.09
* @date 09. November 2013
*
* @note Integrated, adopted, and renamed for RIOT by O... | 16,674 | 38.702381 | 93 | h |
RIOT | RIOT-master/cpu/atmega256rfr2/include/default_timer_config.h | /*
* Copyright (C) Josua Arndt, Steffen Robertz 2017 RWTH Aachen
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_atmega256rfr2
* @{
*
* @file
* @brief ... | 1,529 | 24.932203 | 69 | h |
RIOT | RIOT-master/cpu/atmega256rfr2/include/periph_cpu.h | /*
* Copyright (C) Josua Arndt, Steffen Robertz 2017 RWTH Aachen
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_atmega256rfr2
* @{
*
* @file
* @brief ... | 2,366 | 22.205882 | 77 | h |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.