1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:49:45 +01:00
Commit Graph

36 Commits

Author SHA1 Message Date
chrysn
c82ea19116 codeowners: Notify chrysn on Rust PRs 2024-03-20 19:24:09 +10:00
Marian Buschsieweke
cf21a4f552
CODEOWNERS: clean up
This drops people who have not contributed to RIOT (including, most
importantly, reviews) for at least a year.

For contributors it is a bit annoying to have a long list of assigned
reviewers, but none of them will ever show up to do the review. This
is especially true for new contributors who don't know which of the
reviewers are active which are ["Karteileichen"][1].

[1]: https://de.wikipedia.org/wiki/Karteileiche
2024-01-02 13:27:18 +01:00
b2717720bf
CODEOWNERS: fix path to test applications 2023-05-13 18:38:31 +02:00
f9d247791d
treewide: replace occurrences of tests/driver_ with new path 2023-05-06 15:38:21 +02:00
a347879f71
CODEOWNERS: fix path for tests/pkg/libschc 2023-05-06 07:55:02 +02:00
Martine Lenders
9459e29ee3
tests: provide tests for libschc 2023-03-02 11:31:07 +01:00
Martine Lenders
566066a083
libschc: initial import
Co-Authored-By: boortmans <bart.moons@gmail.com>
2023-02-22 09:10:03 +01:00
MrKevinWeiss
6cad5d2477
cpu/mips: Remove all mips 2022-09-27 13:42:37 +02:00
Jue
5571d5c7a3 pkg/tinyvcdiff: add package 2022-05-17 13:40:16 +02:00
MrKevinWeiss
8a6e126429
CODEOWNERS: replace cgundogan->MrKevinWeiss for kconfig 2022-04-27 09:33:52 +02:00
Wouter Symons
7476891223 update DHT CODEOWNERS 2021-11-20 14:55:04 +01:00
Benjamin Valentin
9a95d9605f CODEOWNERS: remove Robert Hartung
> I was quite busy with my PhD thesis (and still am), therefore, feel free
> to take me off the active maintainers list.
> Note: I am still listed as a code owner at some places, can you remove
> @roberthartung from there for now as well?
2021-09-15 16:23:11 +02:00
chrysn
c378760eca CODEOWNERS: Notify @chrysn on CoAP changes 2021-05-08 10:57:00 +02:00
Gerson Fernando Budke
0bd55def91 CODEOWNERS: Add nandojve for xmega things
Fix missing entry for avr8_common that was created when moving code
from atmega_common at #15712.  As complement add myself as code owner
for xmega related things.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-03-15 20:16:10 -03:00
MrKevinWeiss
7d04f6013d CODEOWNERS: reduce the noise please 2021-02-25 12:02:42 +01:00
Marian Buschsieweke
f75c3e9fc4
CODEOWNERS: add @maribu for some more files 2021-02-24 14:42:31 +01:00
Jean Pierre Dudey
273721efc0 drivers: add bq2429x power management IC driver
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
2021-01-22 19:30:12 +01:00
493f956dd6 CODEOWNERS: update for cpu/cortexm_common/ 2020-12-08 13:24:59 +01:00
Bas Stottelaar
e09faabf81 codeowners: add to list 2020-11-23 00:36:20 +01:00
Bas Stottelaar
5fd825ec21 codeowners: add to list 2020-11-10 23:03:08 +01:00
Wouter Symons
757f810118 drivers/mcp2515: complete driver + adapt to 2020 RIOT API 2020-10-03 15:20:42 +02:00
4cf344ed71
CODEOWNERS: Add bergzand as owner for the fe310 CPU 2020-08-31 16:26:43 +02:00
Martine S. Lenders
4f243c52ea
pkg/emb6: remove deprecated package
Deprecation was noted in 7cf1bab2e6
2020-07-11 02:18:17 +02:00
Luis Ruiz
aa3ac67b7d Add support for cc1352p-launchpad
- Fix some typos
- Add/Update attribution and copyright to related files
- delete Makefile.dep
2020-04-28 15:14:07 +02:00
benpicco
f6eacda9f8
Merge pull request #13609 from miri64/dhcpv6-pd_ia/feat/initial
dhcpv6-pd_ia: initial import of a DHCPv6 server bootstrapper
2020-04-03 20:40:38 +02:00
Martine S. Lenders
58a2d13b01
CODEOWNERS: update for dhcpv6-pd_ia 2020-04-03 17:47:39 +02:00
Francisco
cdbf0b2d69
Merge pull request #13583 from benpicco/at86rf215-minimal
drivers/at86rf215: add basic support for AT86RF215 dual-band radio
2020-03-20 09:33:50 +01:00
Benjamin Valentin
d35511bee7 drivers/at86rf215: Add basic driver for the AT86RF215 radio
This adds a driver for the SPI based AT86RF215 transceiver.
The chip supports the IEEE Std 802.15.4-2015 and IEEE Std 802.15.4g-2012 standard.

This driver supports two versions of the chip:
    - AT86RF215:  dual sub-GHz & 2.4 GHz radio & baseband
    - AT86RF215M: sub-GHz radio & baseband only

Both radios support the following PHY modes:
    - MR-FSK
    - MR-OFDM
    - MR-O-QPKS
    - O-QPSK (legacy)

The driver currently only implements support for legacy O-QPSK.

To use both interfaces, add

    GNRC_NETIF_NUMOF := 2

to your Makefile.

The transceiver is able to send frames of up to 2047 bytes according to
IEEE 802.15.4g-2012 when operating in non-legacy mode.

Known issues:

 - [ ] dBm setting values are bogus
 - [ ] Channel spacing for sub-GHz MR-O-QPSK might be wrong
 - [ ] TX/RX stress test will lock up the driver on openmote-b
2020-03-19 14:39:18 +01:00
Francisco Molina
906b27745f
CODEOWNERS: remove from Makefile* 2020-03-16 15:41:49 +01:00
benpicco
bb025e46ac
Merge pull request #13360 from wosym/tests/candev_native4
Tests/candev: Initial version with native support
2020-03-11 11:40:24 +01:00
Wouter Symons
a7880ab98d test/candev: add candev test app with native support
This test app bypasses candll and uses the candev abstraction directly.
This has the limitation that you can only use one can driver and one can
device, which is in most use cases sufficient.
2020-03-10 18:13:15 +01:00
Martine S. Lenders
44baa250f7
CODEOWNERS: update for slipdev and sliptty 2020-03-08 14:44:50 +01:00
471f938ac4 CODEOWNERS: add @kaspar030 and @bergzand as owners of ztimer 2020-03-04 12:44:03 +01:00
MrKevinWeiss
69434bc013 CODEOWNERS: fine tune @MrKevinWeiss code ownership
Remove from all tests
Add openmote board ownership
Add to periphs for cpu, drivers, and tests
2020-02-25 08:13:21 +01:00
Martine Lenders
e3c7a84d20 CODEOWNERS: reduce my scope on tests
I don't need to be informed on every test there is. I'm happy to just
review the tests for "my" network stacks, the unittests and any test
script added.
2020-02-21 16:25:38 +01:00
Benjamin Valentin
584fc12c42 CODEOWNERS: add CODEOWNERS file 2020-02-14 11:09:22 +01:00