1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:49:47 +01:00
RIOT/SUBSYSTEMS.md

219 lines
2.8 KiB
Markdown
Raw Normal View History

# 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
2023-06-13 15:03:01 +02:00
- Marian Buschsieweke (@maribu)
## ARM7
2023-06-13 15:03:01 +02:00
- Marian Buschsieweke (@maribu)
## ARM Cortex-M
2023-02-24 12:17:54 +01:00
### Atmel Sam0 line (SAM D1x/D2x, L1x, L2x, D5x)
- Benjamin Valentin (@benpicco)
- Dylan Laduranty (@dylad)
2023-02-24 12:17:54 +01:00
## Atmel AVR (Atmega)
2023-06-13 15:03:01 +02:00
- Marian Buschsieweke (@maribu)
## Native
2023-02-24 12:17:54 +01:00
### ZEP radio simulation & ZEP dispatcher
- Benjamin Valentin (@benpicco)
# Hardware modules
## Network devices
### IEEE 802.15.4
- José I. Álamos (@jia200x)
### NRF802154
- José I. Álamos (@jia200x)
### CC2538
- José I. Álamos (@jia200x)
### KW2XRF
- José I. Álamos (@jia200x)
### MRF24J40
- José I. Álamos (@jia200x)
### AT86RF2XX
- José I. Álamos (@jia200x)
2023-02-24 12:17:54 +01:00
#### AT86RF215
- Benjamin Valentin (@benpicco)
### BLE
### LoRa
- José I. Álamos (@jia200x)
### CC110X
2023-06-13 15:03:01 +02:00
- Marian Buschsieweke (@maribu)
### ESP-NOW
## Peripherals
2023-06-13 15:03:01 +02:00
- Marian Buschsieweke (@maribu)
## Other drivers
# Kernel (core)
- Kaspar Schleiser (@kaspar030)
# System libraries
## High-level timer API (xtimer, ztimer)
- Kaspar Schleiser (@kaspar030)
## Power Management
2023-02-24 12:17:54 +01:00
## MTD Subsystem
- Benjamin Valentin (@benpicco)
## File Systems
## USB support
- Dylan Laduranty (@dylad)
## POSIX support
## Scripting languages
## RUST support
2023-02-27 09:56:00 +01:00
- Christian Amsüss (@chrysn)
- Kaspar Schleiser (@kaspar030)
2023-02-27 09:56:00 +01:00
## C++ support
2023-06-13 15:03:01 +02:00
- Marian Buschsieweke (@maribu)
## Crypto
# Networking
## Network stacks
### GNRC
- Martine S. Lenders (@miri64)
#### 6LowPAN
- Martine S. Lenders (@miri64)
#### IPv6
- Martine S. Lenders (@miri64)
##### Auto-Subnetting
2023-02-24 12:17:54 +01:00
- Benjamin Valentin (@benpicco)
#### Netif
- José I. Álamos (@jia200x)
#### UDP
- Martine S. Lenders (@miri64)
### CCN-Lite
### OpenThread
- José I. Álamos (@jia200x)
### LWIP
- Martine S. Lenders (@miri64)
### OpenWSN
- José I. Álamos (@jia200x)
## Physical/Link Layer
### LoRaWAN
- José I. Álamos (@jia200x)
### BLE (nimble)
### IEEE 802.15.4
- José I. Álamos (@jia200x)
## Interfaces
### Sock
- Martine S. Lenders (@miri64)
### Netif
- José I. Álamos (@jia200x)
### Netdev
- José I. Álamos (@jia200x)
## Application protocols
### CoAP
2023-02-24 12:17:54 +01:00
#### nanoCoAP
- Benjamin Valentin (@benpicco)
### MQTT
### LWM2M
## Others
### DTLS
- Martine S. Lenders (@miri64)
### RPL
# Build System
- Kaspar Schleiser (@kaspar030)
# Documentation
# Testing/CI
- Kaspar Schleiser (@kaspar030)