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/sys/include/net/gnrc/sixlowpan/frag/sfr_types.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. */ /** * @addtogroup net_gnrc_sixlowpan_frag_sfr * @{ * * @file * @brief 6LoWPAN selec...
1,957
27.376812
84
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/frag/minfwd.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 net_gnrc_sixlowpan_frag_minfwd Minimal fragment forwarding * @ingroup...
3,880
37.425743
80
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/frag/rb.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 net_gnrc_sixlowpan_frag_rb 6LoWPAN reassembly buffer * @ingroup net_gnrc...
11,248
34.043614
95
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/frag/hint.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 net_gnrc_sixlowpan_frag_hint Fragment size hint * @ingroup net_...
1,532
24.55
80
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/frag/stats.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 net_gnrc_sixlowpan_frag_stats Fragmentation and reassembly statistics ...
1,817
30.344828
85
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/frag/vrb.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 net_gnrc_sixlowpan_frag_vrb Virtual reassembly buffer * @ingroup n...
5,884
30.810811
89
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/frag/fb.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 net_gnrc_sixlowpan_frag_fb 6LoWPAN fragmentation buffer * @ingroup net_g...
3,885
25.986111
85
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/frag/sfr/congure.h
/* * Copyright (C) 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 net_gnrc_sixlowpan_frag_sfr_congure Congestion control for 6LoWPAN SFR * ...
13,949
31.291667
97
h
RIOT
RIOT-master/sys/include/net/gnrc/tcp/config.h
/* * Copyright (C) 2015-2017 Simon Brummer * * 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 net_gnrc_tcp * * @{ * * @file * @brief GNRC TCP configuration * ...
5,999
26.777778
103
h
RIOT
RIOT-master/sys/include/net/gnrc/tcp/tcb.h
/* * Copyright (C) 2015-2017 Simon Brummer * * 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 net_gnrc_tcp * * @{ * * @file * @brief GNRC TCP transmission contr...
3,516
33.821782
94
h
RIOT
RIOT-master/sys/include/net/gnrc/icmpv6/echo.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 net_gnrc_icmpv6_echo ICMPv6 echo messages * @ingro...
3,709
32.125
89
h
RIOT
RIOT-master/sys/include/net/gnrc/icmpv6/error.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 net_gnrc_icmpv6_error ICMPv6 error messages * @ingr...
3,659
31.972973
91
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/hdr.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 net_gnrc_ipv6_hdr IPv6 header definitions * @ingrou...
1,457
25.509091
84
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/whitelist.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 net_gnrc_ipv6_whitelist IPv6 address whitelist * @i...
1,896
21.317647
98
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/blacklist.h
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * Copyright (C) 2016 Martin Landsmann <martin.landsmann@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. */ ...
2,014
22.16092
98
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/nib.h
/* * 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. */ /** * @defgroup net_gnrc_ipv6_nib Neighbor Information Base for IPv6 * @ingroup ...
15,446
34.267123
84
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/ext.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 net_gnrc_ipv6_ext IPv6 extension headers. * @ingrou...
7,602
37.20603
93
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/nib/pl.h
/* * 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. */ /** * @defgroup net_gnrc_ipv6_nib_pl Prefix list * @ingroup net_gnrc_ipv6_nib ...
5,808
30.743169
83
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/nib/conf.h
/* * 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. */ /** * @defgroup net_gnrc_ipv6_nib_conf GNRC IPv6 NIB compile configurations * @ingrou...
8,920
26.281346
86
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/nib/abr.h
/* * 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. */ /** * @defgroup net_gnrc_ipv6_nib_abr Authoritative border router list * @ingroup ...
4,504
30.068966
90
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/nib/nc.h
/* * 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. */ /** * @defgroup net_gnrc_ipv6_nib_nc Neighbor Cache * @ingroup net_gnrc_ipv6_nib...
9,119
27.679245
86
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/nib/ft.h
/* * 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. */ /** * @defgroup net_gnrc_ipv6_nib_ft Forwarding table * @ingroup net_gnrc_ipv6_...
5,204
32.152866
80
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/ext/frag.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 net_gnrc_ipv6_ext_frag Support for IPv6 fragmentation extension * @ing...
7,163
32.166667
93
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/ext/opt.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 net_gnrc_ipv6_ext_opt Support for IPv6 option extension headers * @ing...
1,933
30.704918
83
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6/ext/rh.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 net_gnrc_ipv6_ext_rh Support for IPv6 routing header extension * @ingr...
2,125
28.527778
79
h
RIOT
RIOT-master/sys/include/net/gnrc/lorawan/region.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 net_gnrc_lorawan * @{ * * @file * @brief GNRC LoRaWAN region specific functions *...
1,798
21.4875
80
h
RIOT
RIOT-master/sys/include/net/bluetil/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 ble_bluetil_addr BLE Address Helper * @ingroup ble_bluetil * @bri...
3,409
28.145299
81
h
RIOT
RIOT-master/sys/include/net/bluetil/ad.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 ble_bluetil_ad BLE Advertising Data (AD) Processing * @ingroup ...
6,887
31.8
80
h
RIOT
RIOT-master/sys/include/net/dhcpv6/relay.h
/* * Copyright (C) 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 net_dhcpv6_relay DHCPv6 relay agent * @ingroup net_dhcpv6 * @brief ...
2,110
25.3875
99
h
RIOT
RIOT-master/sys/include/net/dhcpv6/client.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 net_dhcpv6_client DHCPv6 client * @ingroup net_dhcpv6 * @brief DHCPv...
9,801
29.440994
94
h
RIOT
RIOT-master/sys/include/net/skald/ibeacon.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 ble_skald_ibeacon Skald about iBeacon * @ingroup ble_skald * @bri...
1,528
25.824561
79
h
RIOT
RIOT-master/sys/include/net/skald/eddystone.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 ble_skald_eddystone Skald meets Eddy * @ingroup ble_skald * @brie...
2,395
26.227273
78
h
RIOT
RIOT-master/sys/include/net/sixlowpan/sfr.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 net_sixlowpan_sfr 6LoWPAN selective fragment recovery * @ingroup ...
12,063
30.831135
99
h
RIOT
RIOT-master/sys/include/net/sixlowpan/nd.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 net_sixlowpan_nd 6LoWPAN Neighbor Discovery * @i...
9,266
31.745583
99
h
RIOT
RIOT-master/sys/include/net/fib/table.h
/* * Copyright (C) 2014 Martin Landsmann <Martin.Landsmann@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 net_fib * @{ * * @file * @brief Ty...
4,105
27.513889
79
h
RIOT
RIOT-master/sys/include/net/gcoap/dns.h
/* * Copyright (C) 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 net_gcoap_dns DNS over CoAP client implementation * @ingroup net_gcoap ...
7,105
31.3
98
h
RIOT
RIOT-master/sys/include/net/gcoap/forward_proxy.h
/* * Copyright (C) 2020 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. */ /** * @defgroup net_gcoap_forward_proxy GCoAP Forward Proxy * @ingroup net_gcoap * @brief ...
2,429
25.413043
93
h
RIOT
RIOT-master/sys/include/net/gcoap/fileserver.h
/* * Copyright (C) 2020 chrysn * * 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 net_gcoap_fileserver GCoAP file server * @ingroup net_gcoap * @brief Library ...
5,620
33.913043
101
h
RIOT
RIOT-master/sys/include/net/cord/config.h
/* * Copyright (C) 2017-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 net_cord_config CoRE RD Configuration * @ingroup net_cord * ...
2,995
25.052174
121
h
RIOT
RIOT-master/sys/include/net/cord/ep_standalone.h
/* * Copyright (C) 2017-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 net_cord_ep_standalone CoRE RD Endpoint Standalone Extension * @i...
2,471
26.775281
80
h
RIOT
RIOT-master/sys/include/net/cord/ep.h
/* * Copyright (C) 2017-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 net_cord_ep CoRE RD Endpoint * @ingroup net_cord * @brief ...
3,889
31.416667
80
h
RIOT
RIOT-master/sys/include/net/cord/lc.h
/* * Copyright (C) 2018 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. */ /** * @defgroup net_cord_lc CoRE RD Lookup Client * @ingroup net_cord * @brief Library f...
9,434
37.198381
84
h
RIOT
RIOT-master/sys/include/net/cord/common.h
/* * Copyright (C) 2017,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 net_cord_common CoRE RD Common * @ingroup net_cord * @brief ...
1,474
20.376812
74
h
RIOT
RIOT-master/sys/include/net/cord/epsim.h
/* * Copyright (C) 2017-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 net_cord_epsim CoRE RD Simple Registration Endpoint * @ingroup ...
2,218
28.197368
80
h
RIOT
RIOT-master/sys/include/net/ipv6/hdr.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 net_ipv6_hdr IPv6 header * @ingroup net_ipv6...
10,048
31.626623
81
h
RIOT
RIOT-master/sys/include/net/ipv6/ext.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 net_ipv6_ext IPv6 extension headers * @ingroup ...
1,552
23.265625
80
h
RIOT
RIOT-master/sys/include/net/ipv6/ext/frag.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 net_ipv6_ext_frag IPv6 fragmentation extension * @ingroup net_ip...
3,567
28.733333
88
h
RIOT
RIOT-master/sys/include/net/ipv6/ext/opt.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 net_ipv6_ext_opt IPv6 destination and hop-by-hop options * @ingroup ...
3,259
32.608247
98
h
RIOT
RIOT-master/sys/include/net/ipv6/ext/rh.h
/* * Copyright (C) 2015 Cenk Gündoğan <cnkgndgn@gmail.com> * 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 net_ipv6_ext_r...
1,958
23.797468
121
h
RIOT
RIOT-master/sys/include/net/lorawan/hdr.h
/* * Copyright (C) 2016 Fundación Inria Chile * 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. */ /** * @defgroup net_lorawan_hdr LoRaWAN header * @in...
9,480
30.39404
111
h
RIOT
RIOT-master/sys/include/net/ethernet/hdr.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 net_ethernet_hdr Ethernet header * @ingroup net...
1,331
22.368421
83
h
RIOT
RIOT-master/sys/include/net/ppp/hdr.h
/* * Copyright (C) 2016 José Ignacio Alamos <jialamos@uc.cl> * * 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 net_ppphdr Point-to-Point Protocol Header * @ingroup n...
1,863
26.820896
129
h
RIOT
RIOT-master/sys/include/net/iana/portrange.h
/* * Copyright (C) 2016 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. */ /** * @defgroup net_iana_portrange IANA Port Ranges * @ingroup net * @brief Service Nam...
1,094
21.8125
72
h
RIOT
RIOT-master/sys/include/bhp/event.h
/* * 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. */ /** * @defgroup sys_bhp_event Event based implementation of Bottom Half Processor * @ingroup ...
1,698
25.968254
85
h
RIOT
RIOT-master/sys/include/bhp/msg.h
/* * 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. */ /** * @defgroup sys_bhp_msg Message based implementation of Bottom Half Processor * @ingroup ...
3,179
28.719626
88
h
RIOT
RIOT-master/sys/include/ztimer64/xtimer_compat.h
/* * Copyright (C) 2019 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. */ /** * @defgroup sys_ztimer64_xtimer_compat ztimer64_xtimer_compat: 64 Bit x...
7,506
22.907643
86
h
RIOT
RIOT-master/sys/fuzzing/fuzzing.c
/* * Copyright (C) 2019 Sören Tempel <tempel@uni-bremen.de> * Copyright (C) 2022 Bennet Blischke <bennet.blischke@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. */ #include ...
2,374
20.017699
88
c
RIOT
RIOT-master/sys/fuzzing/netdev.c
/* * Copyright (C) 2019 Sören Tempel <tempel@uni-bremen.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. */ #include <assert.h> #include <stddef.h> #include "mutex.h" #include "thread.h" ...
1,382
24.145455
85
c
RIOT
RIOT-master/sys/ztimer64/ztimer64.c
/* * Copyright (C) 2021 Kaspar Schleiser <kaspar@schleiser.de> * 2021 Freie Universität Berlin * 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. */ /*...
8,092
25.106452
94
c
RIOT
RIOT-master/sys/ztimer64/util.c
/* * Copyright (C) 2021 Kaspar Schleiser <kaspar@schleiser.de> * 2021 Inria * 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. */ /*...
4,623
22.958549
80
c
RIOT
RIOT-master/sys/ztimer64/overhead.c
/* * Copyright (C) 2020 Kaspar Schleiser <kaspar@schleiser.de> * 2020 Freie Universität Berlin * 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. */ /*...
1,191
22.372549
80
c
RIOT
RIOT-master/sys/uuid/uuid.c
/* * Copyright (C) 2018 Freie Universität Berlin * Copyright (C) 2018 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_uuid * @{ * @file * @brief Function im...
4,508
25.523529
79
c
RIOT
RIOT-master/sys/memarray/memarray.c
/* * Copyright (C) 2018 Tobias Heider <heidert@nm.ifi.lmu.de> * 2020 Koen Zandberg <koen@bergzand.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. */ #include <assert.h> #i...
3,301
28.221239
78
c
RIOT
RIOT-master/sys/picolibc_syscalls_default/syscalls.c
/* * Copyright (C) 2019 Koen Zandberg * * 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 sys_picolibc PicoLibc system call * @ingroup sys * @brief PicoLibc sys...
13,572
20.544444
96
c
RIOT
RIOT-master/sys/shell_lock/shell_lock.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 sys_shell_lock * @{ * * @file * @brief Module to lock the run...
4,917
23.226601
79
c
RIOT
RIOT-master/sys/stdio_uart/stdio_uart.c
/* * Copyright (C) 2013 INRIA * 2015 Kaspar Schleiser <kaspar@schleiser.de> * 2016 Eistec AB * 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 * dir...
2,659
24.576923
74
c
RIOT
RIOT-master/sys/sched_round_robin/sched_round_robin.c
/* * Copyright (C) 2021 TUBA Freiberg * * 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 * @{ * * @file * @brief Round Robin Scheduler implementation * * @a...
2,977
24.02521
78
c
RIOT
RIOT-master/dist/tools/riotboot_serial/main.c
/* * Copyright (C) 2020 Benjamin Valentin * * This file is subject to the terms and conditions of the GNU General Public * License v2. See the file LICENSE for more details. * * @author Benjamin Valentin <benjamin.valentin@ml-pa.com> */ #include <stdio.h> #include <stdbool.h> #include <stdint.h> #include <...
7,388
20.479651
79
c
RIOT
RIOT-master/dist/tools/riotboot_serial/serial.c
/* * Copyright (C) 2016 Kaspar Schleiser <kaspar@schleiser.de> * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU General Public * License v2. See the file LICENSE for more details. * * @author Kaspar Schleiser <kaspar@schleiser.de> * @author Martine ...
4,395
25.323353
82
c
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/control_2xxx.c
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
2,048
33.728814
76
c
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/cksum_test.c
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
1,840
22.0125
76
c
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/boot.h
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
1,013
30.6875
76
h
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/settings.h
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
1,279
35.571429
76
h
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/control_2xxx.h
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
934
34.961538
76
h
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/lpc2k_pgm.c
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
2,377
22.544554
76
c
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/serial.h
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
1,321
33.789474
76
h
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/uuencode.h
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
986
36.961538
76
h
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/gui.c
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
12,598
28.926366
78
c
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/ihex.c
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
6,721
21.184818
76
c
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/pseudoterm.c
/* Author: Kaspar Schleiser <kaspar@schleiser.de> This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, an...
4,984
22.738095
71
c
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/boot_2xxx.h
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
943
35.307692
76
h
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/chipinfo.h
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
1,818
36.122449
79
h
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/boot_23xx.h
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
943
35.307692
76
h
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/boot_2xxx.c
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
976
39.708333
77
c
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/serial.c
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
9,856
21.100897
79
c
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/download.h
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
1,223
37.25
76
h
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/chipinfo.c
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
6,668
41.75
89
c
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/gui.h
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
964
34.740741
76
h
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/settings.c
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
5,209
24.169082
76
c
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/ihex.h
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
1,027
43.695652
76
h
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/uuencode.c
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
2,921
23.974359
76
c
RIOT
RIOT-master/dist/tools/lpc2k_pgm/src/lpc2k_pgm.h
/* * LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm * Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. * ...
1,072
33.612903
76
h
RIOT
RIOT-master/dist/tools/nrf52_resetpin_cfg/main.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 tools * @{ * * @file * @brief Tool for programming the reset ...
3,669
27.015267
79
c
RIOT
RIOT-master/dist/tools/tunslip/tapslip6.c
/* * Copyright (c) 2001, Adam Dunkels. * Copyright (c) 2009, Joakim Eriksson, Niclas Finne. * 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 retai...
16,799
21.520107
94
c
RIOT
RIOT-master/dist/tools/sliptty/sliptty.c
/* * Copyright (C) 2016 Kaspar Schleiser <kaspar@schleiser.de> * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU General Public * License v2. See the file LICENSE for more details. * * @author Kaspar Schleiser <kaspar@schleiser.de> * @author Martine ...
16,269
26.436762
82
c
RIOT
RIOT-master/dist/tools/zep_dispatch/zep_parser.h
/* * Copyright (C) 2021 Benjamin Valentin * * This file is subject to the terms and conditions of the GNU General Public * License v2. See the file LICENSE for more details. */ #ifndef ZEP_PARSER_H #define ZEP_PARSER_H #include <stdbool.h> #include <stddef.h> #ifdef __cplusplus extern "C" { #endif /** * @brie...
1,235
21.888889
80
h
RIOT
RIOT-master/dist/tools/zep_dispatch/main.c
/* * Copyright (C) 2020 Benjamin Valentin * * This file is subject to the terms and conditions of the GNU General Public * License v2. See the file LICENSE for more details. */ #ifndef ZEP_DISPATCH_PDU #define ZEP_DISPATCH_PDU 256 #endif #include <arpa/inet.h> #include <netdb.h> #include <stdbool.h> #include ...
8,033
26.141892
97
c
RIOT
RIOT-master/dist/tools/zep_dispatch/topology.h
/* * Copyright (C) 2021 Benjamin Valentin * * This file is subject to the terms and conditions of the GNU General Public * License v2. See the file LICENSE for more details. */ #ifndef TOPOLOGY_H #define TOPOLOGY_H #include "list.h" #include <netinet/in.h> #ifdef __cplusplus extern "C" { #endif /** * @brief ...
2,763
29.043478
99
h
RIOT
RIOT-master/dist/tools/zep_dispatch/topology.c
/* * Copyright (C) 2021 Benjamin Valentin * * This file is subject to the terms and conditions of the GNU General Public * License v2. See the file LICENSE for more details. */ #include <arpa/inet.h> #include <netdb.h> #include <stdbool.h> #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <strin...
8,121
24.145511
98
c
RIOT
RIOT-master/dist/tools/zep_dispatch/zep_parser.c
/* * Copyright (C) 2021 Benjamin Valentin * * This file is subject to the terms and conditions of the GNU General Public * License v2. See the file LICENSE for more details. */ #include <string.h> #include "net/ieee802154.h" #include "net/zep.h" #include "zep_parser.h" #define SOCKET_ZEP_V2_TYPE_HELLO (255) ...
2,379
20.25
79
c