Skip to content

Latest commit

 

History

History
157 lines (85 loc) · 1.95 KB

SUBSYSTEMS.md

File metadata and controls

157 lines (85 loc) · 1.95 KB

RIOT Subsystem Maintainers

This file gives an overview about the maintainers of RIOT subsystems. Whenever you submit an issue or a Pull Request, please assign one of the maintainers of the affected modules as an assignee in the issue tracker. The maintainer takes care of either fixing/merging the issue/PR herself or re-assign the issue to a qualified developer.

Note: A developer might maintain more than one subsystem and an issue might affect more than one module.

CPU

ESP32, ESP8266

MSP430

ARM7

ARM Cortex-M

Atmel Sam0 line (SAM D1x/D2x, L1x, L2x, D5x)

  • Benjamin Valentin (@benpicco)
  • Dylan Laduranty (@dylad)

Atmel AVR (Atmega)

Native

ZEP radio simulation & ZEP dispatcher

  • Benjamin Valentin (@benpicco)

Hardware modules

Network devices

IEEE 802.15.4

AT86RF215

  • Benjamin Valentin (@benpicco)

BLE

LoRa

CC110X

ESP-NOW

Peripherals

Other drivers

Kernel (core)

System libraries

High-level timer API (xtimer, ztimer)

Power Management

MTD Subsystem

  • Benjamin Valentin (@benpicco)

File Systems

USB support

  • Dylan Laduranty (@dylad)

POSIX support

Scripting languages

RUST support

  • Christian Amsüss (@chrysn)

C++ support

Crypto

Networking

Network stacks

GNRC

  • Martine S. Lenders (@miri64)

6LowPAN

  • Martine S. Lenders (@miri64)

IPv6

  • Martine S. Lenders (@miri64)
Auto-Subnetting
  • Benjamin Valentin (@benpicco)

UDP

  • Martine S. Lenders (@miri64)

CCN-Lite

OpenThread

LWIP

  • Martine S. Lenders (@miri64)

OpenWSN

Physical/Link Layer

LoRaWAN

BLE (nimble)

IEEE 802.15.4

Interfaces

Sock

  • Martine S. Lenders (@miri64)

Netif

Netdev

Application protocols

CoAP

nanoCoAP

  • Benjamin Valentin (@benpicco)

MQTT

LWM2M

Others

DTLS

  • Martine S. Lenders (@miri64)

RPL

Build System

Documentation

Testing/CI