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/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/sha256.c
/* * SHA-256 hash implementation and interface functions * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively,...
4,504
26.981366
78
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/aes-wrap.c
/* * AES Key Wrap Algorithm (128-bit KEK) (RFC3394) * * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #include "crypto/includes.h" #include "crypto/common.h" #include "crypto/aes.h" #include "crypto/ae...
1,746
23.605634
75
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/aes-cbc.c
/* * AES-128 CBC * * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be distributed und...
2,343
25.337079
79
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/bignum.h
/* * Big number math * Copyright (c) 2006, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be distributed under t...
1,371
34.179487
74
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/md5-internal.c
/* * MD5 hash implementation and interface functions * Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, thi...
9,233
29.882943
78
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/sha1.c
/* * SHA1 hash implementation and interface functions * Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, th...
4,640
26.957831
78
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/rc4.c
/* * RC4 stream cipher * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be distributed ...
1,391
21.451613
73
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/aes-internal-enc.c
/* * AES (Rijndael) cipher - encrypt * * Modifications to public domain implementation: * - support only 128-bit keys * - cleanup * - use C pre-processor to make it easier to change S table access * - added option (AES_SMALL_TABLES) for reducing code size by about 8 kB at * cost of reduced throughput (quite s...
3,237
22.985185
77
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/sha1-internal.c
/* * SHA1 hash implementation and interface functions * Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, th...
9,581
28.665635
79
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/md5.c
/* * MD5 hash implementation and interface functions * Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, thi...
2,888
24.342105
76
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/sha1-pbkdf2.c
/* * SHA1-based key derivation function (PBKDF2) for IEEE 802.11i * Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alter...
2,948
27.911765
79
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/aes-unwrap.c
/* * AES key unwrap (128-bit KEK, RFC3394) * * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this softw...
2,127
25.271605
78
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/bignum.c
/* * Big number math * Copyright (c) 2006, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be distributed under t...
5,832
22.808163
78
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/aes-internal-dec.c
/* * AES (Rijndael) cipher - decrypt * * Modifications to public domain implementation: * - support only 128-bit keys * - cleanup * - use C pre-processor to make it easier to change S table access * - added option (AES_SMALL_TABLES) for reducing code size by about 8 kB at * cost of reduced throughput (quite s...
4,473
24.861272
80
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/dh_group5.c
/* * Diffie-Hellman group 5 operations * Copyright (c) 2009, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be d...
952
20.659091
77
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/src/crypto/crypto_internal-modexp.c
/* * Crypto wrapper for internal crypto implementation - modexp * Copyright (c) 2006-2009, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alterna...
1,493
25.210526
73
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/port/os_xtensa.c
/* * wpa_supplicant/hostapd / Internal implementation of OS specific functions * Copyright (c) 2005-2006, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation...
1,811
25.647059
78
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/port/include/os.h
/* * OS specific functions * Copyright (c) 2005-2009, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be distribu...
8,530
27.627517
79
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/sha1.h
/* * SHA1 hash implementation and interface functions * Copyright (c) 2003-2009, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, th...
1,334
32.375
91
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/aes_i.h
/* * AES (Rijndael) cipher * Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be distribu...
4,520
31.292857
73
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/includes.h
/* * wpa_supplicant/hostapd - Default include files * Copyright (c) 2005-2006, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this...
1,731
22.405405
78
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/aes.h
/* * AES functions * Copyright (c) 2003-2006, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be distributed unde...
860
22.916667
73
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/md5_i.h
/* * MD5 internal definitions * Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be distr...
848
21.342105
73
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/sha256.h
/* * SHA256 hash implementation and interface functions * Copyright (c) 2003-2006, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, ...
1,010
27.083333
78
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/dh_groups.h
/* * Diffie-Hellman groups * Copyright (c) 2007, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be distributed u...
1,026
24.04878
77
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/base64.h
/* * Base64 encoding/decoding (RFC1341) * Copyright (c) 2005, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be ...
778
23.34375
73
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/md5.h
/* * MD5 hash implementation and interface functions * Copyright (c) 2003-2009, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, thi...
1,420
31.295455
90
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/sha1_i.h
/* * SHA1 internal definitions * Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be dist...
915
23.105263
76
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/dh_group5.h
/* * Diffie-Hellman group 5 operations * Copyright (c) 2009, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be d...
805
24.1875
82
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/crypto.h
/* * WPA Supplicant / wrapper functions for crypto libraries * Copyright (c) 2004-2009, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternativ...
17,315
35
82
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/common.h
/* * wpa_supplicant/hostapd / common helper functions, etc. * Copyright (c) 2002-2007, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternative...
13,044
25.622449
79
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/random.h
/* * Random number generator * Copyright (c) 2010-2011, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be distri...
1,110
24.837209
73
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/wepkey.h
/* * wepkey.h - Generate WEP keys from a passphrase * * Copyright (C) 2008 by OpenMoko, Inc. * Written by Werner Almesberger <werner@openmoko.org> * All Rights Reserved * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as pu...
1,112
23.195652
79
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/wpa_supplicant/include/crypto/aes_wrap.h
/* * AES-based functions * * - AES Key Wrap Algorithm (128-bit KEK) (RFC3394) * - One-Key CBC MAC (OMAC1) hash with AES-128 * - AES-128 CTR mode encryption * - AES-128 EAX mode encryption/decryption * - AES-128 CBC * * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi> * * This program is free software; you ca...
2,244
38.385965
83
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/nvs_flash/src/nvs_test_api.h
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
1,618
30.745098
97
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/util/src/crc.c
// Copyright 2018 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
8,644
59.034722
107
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/spi_flash/spi_flash.c
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
21,354
26.378205
121
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/spi_flash/spi_flash_raw.c
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
8,893
29.563574
116
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/esp8266/include/esp_event_loop.h
// Copyright 2018 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicab...
2,414
27.75
125
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/esp8266/include/esp8266/rom_functions.h
#ifndef _ROM_FUNCTIONS_H #define _ROM_FUNCTIONS_H #include <stdint.h> #include <stdarg.h> #define ROM_FLASH_BUF_DECLARE(__name, __size) uint8_t __name[__size] __attribute__((aligned(4))) typedef struct esp_spi_flash_chip { uint32_t deviceId; uint32_t chip_size; // chip size in byte uint32_t block_s...
1,467
30.913043
96
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/esp8266/source/event_default_handlers.c
// Copyright 2018 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicab...
13,194
33.632546
130
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/esp8266/source/startup.c
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
4,232
23.610465
126
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/esp8266/source/chip_boot.c
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
962
31.1
75
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/esp8266/source/ets_printf.c
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
8,374
25.336478
121
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/esp8266/source/esp_wifi_os_adapter.c
// Copyright 2018 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
11,381
23.063425
126
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/esp8266/source/esp_wifi.c
// Copyright 2018 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
2,646
33.828947
111
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/esp8266/source/phy_init.c
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
10,543
30.287834
121
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/esp8266/source/esp_socket.c
// Copyright 2018 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
7,108
20.284431
104
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/esp8266/source/system_api.c
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
9,188
24.667598
108
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/esp8266/source/reset_reason.c
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
4,407
27.43871
110
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/heap/src/esp_heap_trace.c
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
4,407
28.986395
131
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/heap/src/esp_heap_init.c
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
1,417
34.45
101
c
RIOT
RIOT-master/cpu/esp8266/vendor/esp-idf/heap/include/esp_heap_caps_init.h
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
884
26.65625
75
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-gdbstub/gdbstub-exc.h
#ifndef GDBSTUB_EXC_H #define GDBSTUB_EXC_H #include "xtensa/xtensa_context.h" /** * @brief Structure of additional registers in excpeption fram as used by GDB */ STRUCT_BEGIN STRUCT_FIELD (long, 4, XT_STK_LITBASE, litbase) STRUCT_FIELD (long, 4, XT_STK_SR176, sr176) STRUCT_FIELD (long, 4, XT_STK_SR208, sr208...
640
23.653846
79
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-gdbstub/gdbstub-entry.h
#ifndef GDBSTUB_ENTRY_H #define GDBSTUB_ENTRY_H #ifdef __cplusplus extern "C" { #endif void gdbstub_init_debug_entry(void); void gdbstub_icount_ena_single_step(void); void gdbstub_save_extra_sfrs_for_exception(void); void gdbstub_uart_entry(void); int gdbstub_set_hw_breakpoint(int addr, int len); int gdbstub_set_hw_...
550
21.04
59
h
RIOT
RIOT-master/cpu/esp8266/vendor/esp-gdbstub/gdbstub-cfg.h
#ifndef GDBSTUB_CFG_H #define GDBSTUB_CFG_H #ifdef __cplusplus extern "C" { #endif /** * @brief Enable own stack for gdbstub * * Enable this to make the exception and debugging handlers switch to a * private stack. This will use GDBSTUB_STACK_SIZE of RAM, but may be useful * if you're debugging stack or stack ...
2,624
29.172414
79
h
RIOT
RIOT-master/cpu/esp8266/sdk/ets.c
/* * Copyright (C) 2019 Gunar Schorcht * * 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_esp8266_sdk * @{ * * @file * @brief ESP8266 ETS ROM functions * *...
1,071
20.019608
98
c
RIOT
RIOT-master/cpu/esp8266/sdk/ets.h
/* * Copyright (C) 2019 Gunar Schorcht * * 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_esp8266_sdk * @{ * * @file * @brief ESP8266 ETS ROM function protot...
1,829
23.4
73
h
RIOT
RIOT-master/cpu/esp8266/freertos/portable.c
/* * Copyright (C) 2019 Gunar Schorcht * * 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. * * FreeRTOS to RIOT-OS adaption module for source code compatibility */ #ifndef DOXYGEN #define ENAB...
1,235
21.071429
79
c
RIOT
RIOT-master/cpu/esp8266/include/cpu_conf.h
/* * Copyright (C) 2019 Gunar Schorcht * * 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_esp8266_conf ESP8266 compile configurations * @ingroup cpu_esp8266 * @i...
2,565
20.032787
78
h
RIOT
RIOT-master/cpu/esp8266/include/sdk_conf.h
/* * Copyright (C) 2019 Gunar Schorcht * * 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_esp8266 * @{ * * @file * @brief SDK configuration compatible to the...
2,279
24.333333
80
h
RIOT
RIOT-master/cpu/esp8266/include/periph_cpu.h
/* * Copyright (C) 2019 Gunar Schorcht * * 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_esp8266 * @{ * * @file * @brief CPU specific definitions and functi...
7,930
24.098101
89
h
RIOT
RIOT-master/cpu/esp8266/include/sys/types.h
/* * Copyright (C) 2019 Gunar Schorcht * * 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_esp_common * @{ * * @file * @brief This file is a modification of o...
8,490
24.195846
124
h
RIOT
RIOT-master/cpu/atmega8/include/default_timer_config.h
/* * Copyright (C) 2015 HAW Hamburg * 2016 Freie Universität Berlin * 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 details. */ /** * @ingroup ...
1,083
22.06383
69
h
RIOT
RIOT-master/cpu/atmega8/include/cpu_conf.h
/* * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen * 2017 RWTH Aachen, Josua Arndt * 2018 Matthew Blue * 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 i...
2,451
25.085106
79
h
RIOT
RIOT-master/cpu/atmega8/include/periph_cpu.h
/* * Copyright (C) 2015 HAW Hamburg * 2016 Freie Universität Berlin * 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 details. */ /** * @ingroup ...
2,123
20.454545
77
h
RIOT
RIOT-master/cpu/msp430/cpu.c
/* * Copyright (C) 2016 Kaspar Schleiser <kaspar@schleiser.de> * 2014, Freie Universitaet Berlin (FUB) & INRIA. * All rights reserved. * * 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 det...
3,958
27.89781
99
c
RIOT
RIOT-master/cpu/msp430/clock.c
/* * Copyright (C) 2014 INRIA * 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. */ /** * @ingroup cpu_msp430 * @{ * @file *...
14,111
36.83378
83
c
RIOT
RIOT-master/cpu/msp430/msp430-main.c
/* * Copyright (c) 2005, Swedish Institute of Computer Science * All rights reserved. * * 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 copyright * no...
3,588
23.582192
79
c
RIOT
RIOT-master/cpu/msp430/periph/uart_usci.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_msp430_f2xx_g2xx * @ingroup drivers_periph_uart * @{ * * @f...
2,965
22.539683
80
c
RIOT
RIOT-master/cpu/msp430/periph/uart_usart.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_msp430_x1xx * @ingroup drivers_periph_uart * @{ * * @file ...
3,059
22.90625
76
c
RIOT
RIOT-master/cpu/msp430/periph/spi_usci.c
/* * Copyright (C) 2015-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_msp430_f2xx_g2xx * @ingroup drivers_periph_spi * @{ * ...
3,307
22.971014
77
c
RIOT
RIOT-master/cpu/msp430/periph/spi_usart.c
/* * Copyright (C) 2015-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_msp430_x1xx * @ingroup drivers_periph_spi * @{ * * @fi...
3,478
23.5
85
c
RIOT
RIOT-master/cpu/msp430/periph/timer.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_msp430 * @ingroup drivers_periph_timer * @{ * * @file * @b...
2,706
20.148438
75
c
RIOT
RIOT-master/cpu/msp430/periph/flashpage.c
/* * Copyright (C) 2014 INRIA * 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_msp430 * @{ * * @file * @brief ...
2,736
22
80
c
RIOT
RIOT-master/cpu/msp430/vendor/msp430-gcc-support-files/include/in430.h
/******************************************************************************* * in430.h - * * Copyright (C) 2003-2020 Texas Instruments Incorporated - http://www.ti.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condi...
9,974
27.82948
85
h
RIOT
RIOT-master/cpu/msp430/vendor/msp430-gcc-support-files/include/iomacros.h
/******************************************************************************* * iomacros.h - * * Copyright (C) 2003-2020 Texas Instruments Incorporated - http://www.ti.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condi...
3,213
35.522727
80
h
RIOT
RIOT-master/cpu/msp430/include/periph_cpu_common.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_msp430_x1xx * @{ * * @file * @brief CPU specific defi...
9,628
27.40413
84
h
RIOT
RIOT-master/cpu/msp430/include/msp430_regs_common.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_msp430 * @{ * * @file * @brief Cortex CMSIS style definit...
4,872
25.340541
83
h
RIOT
RIOT-master/cpu/msp430/include/irq_arch.h
/* * Copyright (C) 2014 Freie Universität Berlin * 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_msp43...
2,676
23.117117
81
h
RIOT
RIOT-master/cpu/msp430/include/cpu_conf.h
/* * Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. * * 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_msp430 * @{ * * @file * @brief ...
2,561
24.366337
83
h
RIOT
RIOT-master/cpu/msp430/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_msp430 * * @{ * * @file * @brief Implemen...
1,391
20.415385
80
h
RIOT
RIOT-master/cpu/msp430/include/f2xx_g2xx/msp430_regs.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_msp430_f2xx_g2xx * @{ * * @file * @brief Cortex CMSIS sty...
4,598
28.480769
84
h
RIOT
RIOT-master/cpu/msp430/include/f2xx_g2xx/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_msp430_f2xx_g2xx * @{ * * @file * @brief CPU spec...
2,428
27.916667
93
h
RIOT
RIOT-master/cpu/msp430/include/x1xx/msp430_regs.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_msp430_x1xx * @{ * * @file * @brief Cortex CMSIS style de...
3,285
27.824561
93
h
RIOT
RIOT-master/cpu/msp430/include/x1xx/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_msp430_x1xx * @{ * * @file * @brief CPU specific ...
2,398
27.559524
93
h
RIOT
RIOT-master/cpu/atmega1284p/include/default_timer_config.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_atmega1284p * @{ * * @file * @brief ...
1,233
22.730769
75
h
RIOT
RIOT-master/cpu/atmega1284p/include/periph_cpu.h
/* * Copyright (C) 2015 HAW Hamburg * 2016 Freie Universität Berlin * 2018 Matthew Blue * * 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 ...
2,339
20.869159
77
h
RIOT
RIOT-master/cpu/stm32/cpu_common.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_stm32 * @{ * * @file * @brief Shared CPU specific functio...
10,194
24.941476
80
c
RIOT
RIOT-master/cpu/stm32/cpu_init.c
/* * Copyright (C) 2013 INRIA * 2014 Freie Universität Berlin * 2016 TriaGnoSys GmbH * 2018 Kaspar Schleiser <kaspar@schleiser.de> * 2018 OTA keys S.A. * * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1....
14,613
32.750577
81
c
RIOT
RIOT-master/cpu/stm32/dist/clk_conf/clk_conf.h
/* * Copyright (C) 2017 OTA keys S.A. * * 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. */ /** * @brief Compute clock constants for STM32F[2|4|7] CPUs * * * @author Vincent Dupon...
15,895
23.084848
80
h
RIOT
RIOT-master/cpu/stm32/dist/clk_conf/clk_conf.c
/* * Copyright (C) 2017 OTA keys S.A. * * 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. */ /** * @brief Compute clock constants for STM32F[2|4|7] CPUs * * * @author Vincent Dupon...
17,840
31.616088
90
c
RIOT
RIOT-master/cpu/stm32/bootloader/reset.c
/* * Copyright (C) 2020 Benjamin Valentin * * 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_stm32 * @{ * * @file * @brief Trigger reset to the bootloader st...
1,986
24.474359
80
c
RIOT
RIOT-master/cpu/stm32/stmclk/stmclk_gx.c
/* * Copyright (C) 2020 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_stm32 * @{ * * @file * @brief Implementation of STM32 clock configuration fo...
18,137
36.552795
107
c
RIOT
RIOT-master/cpu/stm32/stmclk/stmclk_l5.c
/* * Copyright (C) 2017 Freie Universität Berlin * 2017 OTA keys S.A. * 2017 HAW-Hamburg * 2020 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...
12,484
34.773639
116
c
RIOT
RIOT-master/cpu/stm32/stmclk/stmclk_f2f4f7.c
/* * Copyright (C) 2017 Freie Universität Berlin * 2017 OTA keys S.A. * * 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_stm32 * @{ * * @file * @bri...
21,514
35.038526
107
c
RIOT
RIOT-master/cpu/stm32/stmclk/stmclk_mp1.c
/* * Copyright (C) 2020 Savoir-faire Linux * * 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_stm32 * @{ * * @file * @brief Implementation of STM32 clock con...
7,461
32.764706
80
c
RIOT
RIOT-master/cpu/stm32/stmclk/stmclk_f0f1f3.c
/* * Copyright (C) 2017 Freie Universität Berlin * 2017 OTA keys S.A. * 2020 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_stm...
13,034
36.136752
96
c
RIOT
RIOT-master/cpu/stm32/stmclk/stmclk_common.c
/* * Copyright (C) 2017 Freie Universität Berlin * 2017 OTA keys S.A. * * 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_stm32 * @{ * * @file * @bri...
3,308
24.651163
80
c
RIOT
RIOT-master/cpu/stm32/stmclk/stmclk_l0l1.c
/* * Copyright (C) 2014 Freie Universität Berlin * 2017-2020 Inria * 2018 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. *...
16,561
36.301802
107
c