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/tests/net/nanocoap_cli/main.c
/* * Copyright (c) 2018 Ken Bannister. 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 tests * @{ * * @file * @brief nanocoap test app *...
4,737
28.6125
78
c
RIOT
RIOT-master/tests/net/nanocoap_cli/nanocli_client.c
/* * Copyright (c) 2018 Ken Bannister. 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 tests * @{ * * @file * @brief nanocoap test CLI cl...
9,256
27.483077
87
c
RIOT
RIOT-master/tests/net/nanocoap_cli/nanocli_server.c
/* * Copyright (c) 2018 Ken Bannister. 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 tests * @{ * * @file * @brief nanocoap test server...
3,240
23.007407
79
c
RIOT
RIOT-master/tests/net/gnrc_ipv6_nib/mockup_netif.c
/* * Copyright (C) 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. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include "c...
2,921
28.22
80
c
RIOT
RIOT-master/tests/buttons/main.c
/* * Copyright (C) 2017 HAW Hamburg * * 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 tests * @{ * * @file * @brief Test for the on-board button macros * * @a...
2,104
20.927083
88
c
RIOT
RIOT-master/pkg/fatfs/fatfs_diskio/mtd/mtd_diskio.c
/* * Copyright (C) 2017 Michel Rottleuthner <michel.rottleuthner@haw-hamburg.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 pkg_fatfs * @{ * * @file * @brief I...
7,059
28.663866
79
c
RIOT
RIOT-master/pkg/fatfs/fatfs_diskio/mtd/include/fatfs_diskio_mtd.h
/* * Copyright (C) 2016 Michel Rottleuthner <michel.rottleuthner@haw-hamburg.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 pkg_fatfs * @brief * @{ * * @brief ...
1,068
21.744681
78
h
RIOT
RIOT-master/pkg/fatfs/fatfs_vfs/fatfs_vfs.c
/* * Copyright (C) 2017 HAW-Hamburg * * 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 pkg_fatfs * @{ * * @file * @brief FatFs wrapper for vfs * * @author ...
15,101
24.467116
97
c
RIOT
RIOT-master/pkg/fatfs/vendor/include/ffconf.h
/*---------------------------------------------------------------------------/ / FatFs - Configuration file /---------------------------------------------------------------------------*/ #define FFCONF_DEF 80286 /* Revision ID */ /*---------------------------------------------------------------------------/ / Functi...
15,131
35.550725
92
h
RIOT
RIOT-master/pkg/lwip/contrib/_netif.c
/* * Copyright (C) 2021 ML!PA Consulting 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. */ /** * @{ * * Implements @ref net_netif for @ref net_lwip * * @file * @author Benjamin V...
2,174
24
88
c
RIOT
RIOT-master/pkg/lwip/contrib/sys_arch.c
/* * 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. */ /** * @{ * * @file */ #include <errno.h> #include <stdbool.h> #incl...
5,541
20.733333
79
c
RIOT
RIOT-master/pkg/lwip/contrib/lwip.c
/* * Copyright (C) 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. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Erik Ekm...
1,142
21.411765
76
c
RIOT
RIOT-master/pkg/lwip/contrib/netdev/lwip_netdev.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. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include...
10,437
28.994253
92
c
RIOT
RIOT-master/pkg/lwip/contrib/sock/lwip_sock.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. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include...
19,049
24.918367
91
c
RIOT
RIOT-master/pkg/lwip/contrib/sock/tcp/lwip_sock_tcp.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. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
12,492
26.33698
87
c
RIOT
RIOT-master/pkg/lwip/contrib/sock/ip/lwip_sock_ip.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. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
7,514
25.935484
77
c
RIOT
RIOT-master/pkg/lwip/contrib/sock/udp/lwip_sock_udp.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. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
5,689
26.487923
79
c
RIOT
RIOT-master/pkg/lwip/include/sock_types.h
/* * 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. */ /** * @addtogroup pkg_lwip_sock * @{ * * @file * @brief lwIP-specific types * * @aut...
3,749
26.173913
95
h
RIOT
RIOT-master/pkg/lwip/include/lwipopts.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. */ /** * @defgroup pkg_lwip_opts lwIP options * @ingroup pkg_lwi...
4,676
23.486911
69
h
RIOT
RIOT-master/pkg/lwip/include/lwip_init_devs.h
/* * Copyright (C) Google LLC * * 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 sys_auto_init_lwip_netif * * @{ * * @file * @brief Helpers for simplified network setup...
1,970
24.269231
70
h
RIOT
RIOT-master/pkg/lwip/include/lwip/sock_internal.h
/* * 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. */ /** * @defgroup pkg_lwip_sock lwIP-specific implementation of sock API * @ingroup ...
2,244
26.048193
91
h
RIOT
RIOT-master/pkg/lwip/include/lwip/netif/netdev.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. */ /** * @defgroup pkg_lwip_netdev lwIP netdev adapter * @ingroup ...
1,554
23.296875
97
h
RIOT
RIOT-master/pkg/lwip/include/lwip/netif/compat.h
/* * Copyright (C) 2021 Google LLC * * 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 pkg_lwip * * @{ * * @file * @brief lwIP definition based on common netif_t str...
2,556
24.068627
79
h
RIOT
RIOT-master/pkg/lwip/include/arch/sys_arch.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. */ /** * @defgroup pkg_lwip_sys Porting layer * @ingroup pkg_lw...
3,354
22.461538
80
h
RIOT
RIOT-master/pkg/lwip/include/arch/cc.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 pkg_lwip_sys * @brief Describes compiler and ...
2,438
20.776786
85
h
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_mrf24j40.c
/* * Copyright (C) 2017 Neo Nenaco <neo@nenaco.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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initializa...
1,596
27.017544
97
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_stm32_eth.c
/* * Copyright (C) Wouter Symons * * 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for stm32_eth ne...
914
20.27907
69
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_dose.c
/* * Copyright (C) 2021 ML!PA Consulting 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for...
1,058
22.533333
73
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_socket_zep.c
/* * Copyright (C) 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for s...
1,518
27.660377
84
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_at86rf2xx.c
/* * Copyright (C) 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for a...
1,164
24.326087
84
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_esp_eth.c
/* * Copyright (C) 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for ESP eth net...
903
20.52381
69
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_sam0_eth.c
/* * Copyright (C) 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for sam0_eth...
909
20.162791
69
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_atwinc15x0.c
/* * Copyright (C) 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for atwinc15x0 ...
1,130
23.586957
79
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_cc2538_rf.c
/* * Copyright (C) 2021 ML!PA Consulting 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for...
1,104
23.021739
73
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_nrf802154.c
/* * Copyright (C) 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for NRF802154 netwo...
1,113
23.217391
73
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_enc28j60.c
/* * Copyright (C) Giuseppe Tipaldi * * 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for enc28j60 ...
1,135
23.695652
77
c
RIOT
RIOT-master/pkg/lwip/init_devs/init.c
/* * Copyright (C) Google LLC * * 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Initializes the supported network i...
2,122
24.578313
88
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_kw2xrf.c
/* * Copyright (C) 2022 HAW Hamburg * * 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for KW2XRF...
1,505
25.892857
97
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_esp_wifi.c
/* * Copyright (C) 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for ESP WiFi ne...
923
21
69
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_at86rf215.c
/* * Copyright (C) 2021 ML!PA Consulting 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for...
1,978
26.109589
87
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_ethos.c
/* * 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. */ /** * @ingroup sys_auto_init_lwip_netif * @{ * * @file * @brief Auto i...
1,186
23.729167
87
c
RIOT
RIOT-master/pkg/lwip/init_devs/auto_init_netdev_tap.c
/* * Copyright (C) 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 sys_auto_init_lwip_netif * @{ * * @file * @brief Auto initialization for T...
1,196
23.428571
75
c
RIOT
RIOT-master/pkg/tinydtls/include/sock_dtls_types.h
/* * Copyright (C) 2019 HAW Hamburg * * 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 tinydtls-specific types and functions definitions * * @author Aiman...
3,111
30.434343
100
h
RIOT
RIOT-master/pkg/micropython/include/micropython.h
/* * Copyright (C) 2019 Kaspar Schleiser <kaspar@schleiser.de> * 2019 Inria * 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. */ /*...
1,264
20.083333
69
h
RIOT
RIOT-master/pkg/lorabasics/driver_sx1280_hal/driver_sx1280_hal.c
/* * Copyright (C) 2022 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 pkg_lorabasicsmodem * @{ * * @file * @brief HAL implementation for the SX1280 Lo...
4,128
29.138686
98
c
RIOT
RIOT-master/pkg/cryptoauthlib/contrib/atca.c
/* * Copyright (C) 2019 HAW Hamburg * * 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 pkg_cryptoauthlib * @{ * * @file * @brief HAL implementation for the libra...
5,500
24.233945
94
c
RIOT
RIOT-master/pkg/cryptoauthlib/include/atca_params.h
/* * Copyright (C) 2019 HAW Hamburg * * 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 pkg_cryptoauthlib * @{ * * @file * @brief Default configuration for Microc...
2,277
25.488372
86
h
RIOT
RIOT-master/pkg/cryptoauthlib/include/atca.h
/* * Copyright (C) 2019 HAW Hamburg * * 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 pkg_cryptoauthlib * @{ * * @file * @brief Default addresses and device des...
1,064
22.152174
83
h
RIOT
RIOT-master/pkg/etl/config/etl_profile.h
/* * Copyright (C) 2022 Jens Wetterich <jens@wetterich-net.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 pkg_etl * @brief * @{ * * @file * @brief Common settings f...
1,168
20.254545
86
h
RIOT
RIOT-master/pkg/nimble/scanlist/nimble_scanlist_print.c
/* * Copyright (C) 2019-2021 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 pkg_nimble_scanlist * @{ * * @file * @brief Print functi...
2,931
25.654545
82
c
RIOT
RIOT-master/pkg/nimble/scanlist/nimble_scanlist.c
/* * Copyright (C) 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 pkg_nimble_scanlist * @{ * * @file * @brief Implementation of...
3,340
23.386861
77
c
RIOT
RIOT-master/pkg/nimble/scanlist/include/nimble_scanlist.h
/* * Copyright (C) 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. */ /** * @defgroup pkg_nimble_scanlist Scan Result Helper * @ingroup pkg_nimble * @b...
3,687
28.504
81
h
RIOT
RIOT-master/pkg/nimble/netif/nimble_netif_conn.c
/* * Copyright (C) 2018-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 pkg_nimble_netif_conn * @{ * * @file * @brief Connection...
6,824
23.728261
80
c
RIOT
RIOT-master/pkg/nimble/netif/include/nimble_netif_conn.h
/* * Copyright (C) 2018-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. */ /** * @defgroup pkg_nimble_netif_conn Connection State Management for netif * @in...
8,899
29.479452
80
h
RIOT
RIOT-master/pkg/nimble/netif/include/nimble_netif.h
/* * Copyright (C) 2018-2021 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 pkg_nimble_netif GNRC netif Implementation * @ingroup pkg_nim...
13,337
38.11437
80
h
RIOT
RIOT-master/pkg/nimble/autoadv/nimble_autoadv.c
/* * Copyright (C) 2020 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 pkg_nimble_autoadv * * @{ * * @file * * @author Hendrik van ...
7,223
25.461538
90
c
RIOT
RIOT-master/pkg/nimble/autoadv/shell.c
/* * Copyright (C) 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 pkg_nimble_autoadv * @{ * * @file * @brief Auto advertisement module shell comma...
2,554
24.55
75
c
RIOT
RIOT-master/pkg/nimble/autoadv/include/nimble_autoadv.h
/* * Copyright (C) 2020 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 pkg_nimble_autoadv Automated advertising * @ingroup pkg_nimble * ...
7,003
34.917949
100
h
RIOT
RIOT-master/pkg/nimble/autoadv/include/nimble_autoadv_params.h
/* * Copyright (C) 2022 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 pkg_nimble_autoadv * * @{ * @file * @brief Default configuration for the nimble_...
2,435
27.658824
82
h
RIOT
RIOT-master/pkg/nimble/scanner/nimble_scanner.c
/* * Copyright (C) 2019-2021 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 pkg_nimble_scanner * @{ * * @file * @brief Implementatio...
4,975
28.270588
80
c
RIOT
RIOT-master/pkg/nimble/scanner/include/nimble_scanner.h
/* * Copyright (C) 2019-2021 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 pkg_nimble_scanner Scanner Helper * @ingroup pkg_nimble * @b...
5,267
29.102857
80
h
RIOT
RIOT-master/pkg/nimble/autoconn/nimble_autoconn.c
/* * Copyright (C) 2018-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 pkg_nimble_autoconn * @{ * * @file * @brief Autoconn con...
11,869
30.073298
82
c
RIOT
RIOT-master/pkg/nimble/autoconn/include/nimble_autoconn_params.h
/* * Copyright (C) 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 pkg_nimble_autoconn * * @{ * @file * @brief Default configura...
3,272
29.305556
77
h
RIOT
RIOT-master/pkg/nimble/autoconn/include/nimble_autoconn.h
/* * Copyright (C) 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. */ /** * @defgroup pkg_nimble_autoconn Autoconn * @ingroup pkg_nimble * @brief ...
8,470
37.157658
81
h
RIOT
RIOT-master/pkg/nimble/rpble/nimble_rpble.c
/* * Copyright (C) 2019-2021 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 pkg_nimble_rpble * @{ * * @file * @brief RPL-over-BLE (r...
11,467
29.020942
80
c
RIOT
RIOT-master/pkg/nimble/rpble/include/nimble_rpble_params.h
/* * Copyright (C) 2019-2021 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 pkg_nimble_rpble * * @{ * @file * @brief Default configu...
2,998
26.768519
74
h
RIOT
RIOT-master/pkg/nimble/rpble/include/nimble_rpble.h
/* * Copyright (C) 2019-2021 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 pkg_nimble_rpble RPL-over-BLE for NimBLE * @ingroup pkg_nimbl...
6,854
36.459016
80
h
RIOT
RIOT-master/pkg/nimble/contrib/nimble_riot.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 pkg_nimble * @{ * * @file * @brief Glue code for running NimB...
5,959
26.090909
82
c
RIOT
RIOT-master/pkg/nimble/contrib/include/nimble_riot.h
/* * 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. */ /** * @defgroup pkg_nimble_contrib RIOT Integration * @ingroup pkg_nimble * @brie...
2,700
23.333333
80
h
RIOT
RIOT-master/pkg/nimble/npl/include/nimble/nimble_npl_os.h
/* * 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 pkg_nimble * @{ * * @file * @brief Mynewt-Nimble Porting layer wrappers * * @a...
14,386
23.302365
100
h
RIOT
RIOT-master/pkg/nimble/addr/nimble_addr.c
/* * Copyright (C) 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 pkg_nimble_addr * @{ * * @file * @brief NimBLE specific BLE a...
1,309
25.2
69
c
RIOT
RIOT-master/pkg/nimble/addr/include/nimble_addr.h
/* * Copyright (C) 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. */ /** * @defgroup pkg_nimble_addr Address Helper * @ingroup pkg_nimble * @brief ...
1,326
21.491525
78
h
RIOT
RIOT-master/pkg/nimble/statconn/nimble_statconn.c
/* * Copyright (C) 2020 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 pkg_nimble_statconn * @{ * * @file * @brief Statconn - static...
7,572
26.438406
79
c
RIOT
RIOT-master/pkg/nimble/statconn/include/nimble_statconn.h
/* * Copyright (C) 2020 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 pkg_nimble_statconn Statconn * @ingroup pkg_nimble * @brief ...
6,062
29.621212
81
h
RIOT
RIOT-master/pkg/esp8266_sdk/bootloader/sdkconfig_default.h
/* * Generated by ./update_mk.sh, don't modify directly. * Default CONFIG_ parameters from the SDK package. */ #ifndef SDKCONFIG_DEFAULT_H #define SDKCONFIG_DEFAULT_H #ifdef __cplusplus extern "C" { #endif #define CONFIG_BOOTLOADER_INIT_SPI_FLASH 1 #define CONFIG_CONSOLE_UART_NUM 0 #define CONFIG_CRYSTAL_USED_26M...
665
21.965517
54
h
RIOT
RIOT-master/pkg/littlefs2/fs/littlefs2_fs.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. */ /** * @ingroup sys_littlefs2 * @{ * * @file * @brief littlefs v2 integration with vfs ...
15,042
25.43761
98
c
RIOT
RIOT-master/pkg/u8g2/contrib/u8x8_riotos.h
/* * Copyright (C) 2018 Petr Vyleta <vyleta.developer@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 pkg_u8g2 * @{ * * @file * @brief U8g2 driver ...
2,067
28.126761
94
h
RIOT
RIOT-master/pkg/u8g2/contrib/u8x8_riotos.c
/* * Copyright (C) 2016-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 pkg_u8g2 * @{ * * @file * @brief U8g2 dr...
5,973
27.179245
115
c
RIOT
RIOT-master/pkg/mynewt-core/contrib/callout.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 pkg_mynewt_core * @{ * * @file * @brief mynewt-core callout * * @author F...
1,275
20.627119
70
c
RIOT
RIOT-master/pkg/mynewt-core/contrib/cputime.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 pkg_mynewt_core * @{ * * @file * @brief cputime implementation for non nrf5x BOA...
1,829
22.461538
82
c
RIOT
RIOT-master/pkg/mynewt-core/contrib/core.c
/* * Copyright (C) 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 pkg_mynewt_core * @{ * * @file * @brief mynewt-core bootstrapping functions * ...
1,329
26.708333
88
c
RIOT
RIOT-master/pkg/mynewt-core/include/syscfg/syscfg.h
/** * Apache Mynewt * Copyright 2015-2021 The Apache Software Foundation * * This product includes software developed at * The Apache Software Foundation (http://www.apache.org/). * * Portions of this software were developed at * Runtime Inc, copyright 2015. * * Licensed to the Apache Software Foundation (ASF...
3,522
25.689394
82
h
RIOT
RIOT-master/pkg/mynewt-core/include/hal/hal_gpio.h
/* * 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 pkg_uwb_dw1000 * @{ * * @file * @brief GPIO abstraction layer RIOT adaption * ...
4,322
20.833333
78
h
RIOT
RIOT-master/pkg/mynewt-core/include/hal/hal_spi.h
/* * 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 pkg_uwb_dw1000 * @{ * * @file * @brief SPI abstraction layer RIOT adaption * *...
6,236
35.688235
87
h
RIOT
RIOT-master/pkg/mynewt-core/include/os/os.h
/** * Apache Mynewt * Copyright 2015-2021 The Apache Software Foundation * * This product includes software developed at * The Apache Software Foundation (http://www.apache.org/). * * Portions of this software were developed at * Runtime Inc, copyright 2015. * * Licensed to the Apache Software Foundation (ASF...
3,388
22.054422
75
h
RIOT
RIOT-master/pkg/mynewt-core/include/os/os_time.h
/* * 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 pkg_mynewt_core * @{ * * @file * @brief mynewt-core time abstraction * * @auth...
2,576
21.025641
80
h
RIOT
RIOT-master/pkg/mynewt-core/include/os/os_eventq.h
/* * 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 pkg_mynewt_core * @{ * * @file * @brief mynewt-core event and event queue abstra...
5,203
20.957806
83
h
RIOT
RIOT-master/pkg/mynewt-core/include/mcu/mcu.h
/* * 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 pkg_mynewt_core * @{ * * @file * @brief Abstraction layer for RIOT adaption * ...
1,481
22.903226
69
h
RIOT
RIOT-master/pkg/ucglib/contrib/ucg_riotos.h
/* * Copyright (C) 2020 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 pkg_ucglib * @{ * * @file * @brief Ucglib dri...
1,744
25.439394
92
h
RIOT
RIOT-master/pkg/ucglib/contrib/ucg_riotos.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 pkg_ucglib * @{ * * @file * @brief Ucglib dri...
5,409
27.624339
88
c
RIOT
RIOT-master/pkg/driver_bme680/contrib/bme680_hal.c
/* * Copyright (C) 2019 Mesotic SAS * 2020 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 pkg_driver_bme680 * @ingroup drivers_bme68...
3,030
24.470588
76
c
RIOT
RIOT-master/pkg/driver_bme680/include/bme680_hal.h
/* * Copyright (C) 2018 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 pkg_driver_bme680 * @{ * * @file * @brief Abstraction layer for RIOT adapt...
1,126
21.54
69
h
RIOT
RIOT-master/pkg/tinyvcdiff/contrib/tinyvcdiff_mtd/mtd.c
/* * Copyright (C) 2022 Juergen Fitschen * * 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. */ #include "vcdiff_mtd.h" #include "assert.h" #include <string.h> #define ENABLE_DEBUG 0 #include "d...
4,899
26.222222
90
c
RIOT
RIOT-master/pkg/tinyvcdiff/contrib/tinyvcdiff_vfs/vfs.c
/* * Copyright (C) 2022 Juergen Fitschen * * 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. */ #include "vcdiff_vfs.h" #include <unistd.h> #include "errno.h" static int _read (void *dev, uint8_...
1,508
20.557143
70
c
RIOT
RIOT-master/pkg/wakaama/contrib/lwm2m_platform.c
/******************************************************************************* * * Copyright (c) 2013, 2014, 2015 Intel Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Eclipse Distribution License ...
3,099
24.203252
92
c
RIOT
RIOT-master/pkg/wakaama/contrib/lwm2m_client_connection.c
/******************************************************************************* * * Copyright (c) 2015 Intel Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Eclipse Distribution License v1.0 which a...
11,361
31.005634
100
c
RIOT
RIOT-master/pkg/wakaama/contrib/lwm2m_client_objects.c
/* * Copyright (C) 2019 HAW Hamburg * * 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 lwm2m_client * * @file * @brief Helper functions to interact with the...
2,218
29.39726
79
c
RIOT
RIOT-master/pkg/wakaama/contrib/lwm2m_client.c
/* * Copyright (C) 2018 Beduino Master Projekt - University of Bremen * Copyright (C) 2019 HAW Hamburg * * 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 lwm2m_clie...
6,758
31.652174
82
c
RIOT
RIOT-master/pkg/wakaama/contrib/objects/common.c
/* * Copyright (C) 2021 HAW Hamburg * * 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 lwm2m_objects_common * * @file * @brief Common functionalities to inte...
16,226
34.276087
100
c
RIOT
RIOT-master/pkg/wakaama/contrib/objects/device.c
/* * Copyright (C) 2018 Beduino Master Projekt - University of Bremen * * 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 lwm2m_objects_device * * @file * @brief ...
9,119
28.044586
81
c