MrKevinWeiss
1dbf5836da
drivers/io1_xplained: Update kconfig model
2022-03-04 14:15:43 +01:00
MrKevinWeiss
5007241e84
drivers/ina3221: Update kconfig model
2022-03-04 14:15:42 +01:00
MrKevinWeiss
d2f3e6c0de
drivers/ina2xx: Update kconfig model
2022-03-04 14:15:42 +01:00
MrKevinWeiss
bb444214f9
drivers/hsc: Update kconfig model
2022-03-04 14:15:41 +01:00
MrKevinWeiss
29874e8f3d
drivers/hmc5883l: Update kconfig model
2022-03-04 14:15:41 +01:00
MrKevinWeiss
a311bc1915
drivers/hih6130: Update kconfig model
2022-03-04 14:15:40 +01:00
MrKevinWeiss
1975ccf442
drivers/hd44780: Update kconfig model
2022-03-04 14:15:40 +01:00
MrKevinWeiss
4754f339a0
drivers/grove_ledbar: Update kconfig model
2022-03-04 14:15:40 +01:00
MrKevinWeiss
1d05b3f727
drivers/gp2y10xx: Update kconfig model
2022-03-04 14:15:39 +01:00
MrKevinWeiss
ff1ac6b286
drivers/edbg_eui: Update kconfig model
2022-03-04 14:15:38 +01:00
MrKevinWeiss
9ebb223079
drivers/dsp0401: Update kconfig model
2022-03-04 14:15:38 +01:00
MrKevinWeiss
f26a84d1bb
drivers/ds75lx: Update kconfig model
2022-03-04 14:15:38 +01:00
MrKevinWeiss
fc515df185
drivers/ds3234: Update kconfig model
2022-03-04 14:15:37 +01:00
MrKevinWeiss
d78ffe2fc9
drivers/ds3231: Update kconfig model
2022-03-04 14:15:37 +01:00
MrKevinWeiss
d2c3252074
drivers/ds18: Update kconfig model
2022-03-04 14:15:37 +01:00
MrKevinWeiss
690b1c8725
drivers/ds1307: Update kconfig model
2022-03-04 14:15:36 +01:00
MrKevinWeiss
2dd5e76d29
drivers/dht: Update kconfig model
2022-03-04 14:15:36 +01:00
MrKevinWeiss
890ba2e127
drivers/dfplayer: Update kconfig model
2022-03-04 14:15:35 +01:00
MrKevinWeiss
3b5f4797d4
drivers/dcf77: Update kconfig model
2022-03-04 14:15:35 +01:00
MrKevinWeiss
8979586e7d
drivers/dac_dds: Update kconfig model
2022-03-04 14:15:35 +01:00
MrKevinWeiss
ce4b0f03c0
drivers/cst816s: Update kconfig model
2022-03-04 14:15:34 +01:00
MrKevinWeiss
65e774f819
drivers/ccs811: Update kconfig model
2022-03-04 14:15:34 +01:00
MrKevinWeiss
e72c11136f
drivers/bq2429x: Update kconfig model
2022-03-04 14:15:34 +01:00
MrKevinWeiss
b1fdef7fe5
drivers/bmx280: Update kconfig model
2022-03-04 14:15:33 +01:00
MrKevinWeiss
7966f18479
drivers/bmx055: Update kconfig model
2022-03-04 14:15:33 +01:00
MrKevinWeiss
d276b89ed0
drivers/bme680: Update kconfig model
2022-03-04 14:15:32 +01:00
MrKevinWeiss
a25f429f0d
drivers/bh1900nux: Update kconfig model
2022-03-04 14:15:32 +01:00
MrKevinWeiss
323a88ead2
drivers/at30tse75x: Update kconfig model
2022-03-04 14:15:32 +01:00
MrKevinWeiss
470e7aaae4
drivers/at25xxx: Update kconfig model
2022-03-04 14:15:28 +01:00
MrKevinWeiss
7204a0b486
drivers/apds99xx: Update kconfig model
2022-03-02 14:03:30 +01:00
MrKevinWeiss
5121c00738
drivers/apa102: Update kconfig model
2022-03-02 14:03:29 +01:00
MrKevinWeiss
4afca9b8f1
drivers/aip31068: Update kconfig model
2022-03-02 14:03:29 +01:00
MrKevinWeiss
a3e057866c
drivers/adt7310: Update kconfig model
2022-03-02 14:03:28 +01:00
MrKevinWeiss
af45f94a2f
drivers/adcxx1c: Update kconfig model
2022-03-02 14:03:28 +01:00
MrKevinWeiss
f08f3886ec
drivers/ad7746: Update kconfig model
2022-03-02 14:03:27 +01:00
Benjamin Valentin
e6d2ff668b
drivers/dose: only disable watchdog when transiting from RECV state
...
The DOSE watchdog should only run if at least one interface is in RECV
state.
That means it must be enabled when entering RECV state and disabled
when leaving RECV state.
The watchdog was *always* disabled on a transition to IDLE.
This is wrong: If there are two interfaces and one is in RECV state
but the other did just SEND something and transitions to IDLE state
from SEND state, it would still disable the watchdog.
Fix this by only disabling the watchdog if the current state is RECV.
2022-02-28 17:22:48 +01:00
benpicco
6cfbec4f8e
Merge pull request #10518 from gschorcht/drivers_mcp47xx
...
drivers: support for Microchip MCP47xx DAC devices added
2022-02-26 22:13:41 +01:00
Fabian Hüßler
fa52f1e986
cpu/stm32: Consider VBAT on CPU init
2022-02-21 10:49:43 +01:00
Fabian Hüßler
33c2944076
cpu/stm32: add VBAT for stm32
2022-02-21 10:49:43 +01:00
Fabian Hüßler
66a7a0a065
drivers/periph: add VBAT interface
2022-02-20 13:43:19 +01:00
Francisco
dd150fe47e
Merge pull request #17584 from benpicco/auto_init_leds
...
sys/auto_init: add auto_init_leds, drop LED init code from boards
2022-02-18 19:40:50 +01:00
Benjamin Valentin
982598a199
drivers/periph_common: add periph_init_leds to init all on-board LEDs
2022-02-18 14:35:43 +01:00
Francisco
e58af6a876
Merge pull request #17619 from benpicco/drivers/mtd_sdcard-unaligned
...
drivers/mtd_sdcard: support unaligned reads & writes
2022-02-17 10:09:06 +01:00
Marian Buschsieweke
f232401391
Merge pull request #17667 from benpicco/drivers/at86rf215-disable_mod
...
drivers/at86rf215: fix disabling individual modulations
2022-02-16 22:26:08 +01:00
Benjamin Valentin
03dc48602e
drivers/at86rf215: fix disabling individual modulations
...
This should work now:
DISABLE_MODULE += netdev_ieee802154_mr_oqpsk
DISABLE_MODULE += netdev_ieee802154_mr_ofdm
DISABLE_MODULE += netdev_ieee802154_mr_fsk
2022-02-16 18:01:07 +01:00
chrysn
b832bb1224
mtd doc: Add overview defining terms; link modules
...
Contributes-To: https://github.com/RIOT-OS/RIOT/issues/17663
2022-02-16 16:25:01 +01:00
Karl Fessel
726c461cb5
Merge pull request #17574 from kfessel/p-fix-asserth
...
core/assert: avoid including panic.h with assert.h
2022-02-15 11:57:55 +01:00
Karl Fessel
766b3b613f
saul/auto_init_sgp30: if is compiled there is saul
2022-02-12 18:30:58 +01:00
Karl Fessel
124f8cd2a9
driver/disp_dev: include stddef.h
2022-02-12 18:30:58 +01:00
Jens Wetterich
4dfeafcabd
cpu/native/netdev_tap: Add to netdev_register
2022-02-11 07:54:11 +01:00