1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/fxos8700
Marian Buschsieweke efbf6efdd3
drivers/fxos8700: Add missing doc and fix doccheck
This commits add documentation to the FXOS8700 params and adds generic
exclude patters to the doc check, so that when boards provide custom
FXOS8700 params they do not need to document them again. The reasoning
is that the documentation in the central place is sufficient.

In addition, a generic exclude patter is added to match FXOS8700_REG_*,
as the register names are relatively self-explaining and an
implementation detail of the driver that doesn't need public
documentation.
2023-01-05 14:25:20 +01:00
..
include drivers/fxos8700: Add missing doc and fix doccheck 2023-01-05 14:25:20 +01:00
fxos8700_saul.c drivers/saul: use const qualifier for data to write 2022-05-23 08:35:27 +02:00
fxos8700.c treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
Kconfig drivers: add Kconfig hardware feature to various drivers 2021-12-15 10:30:51 +01:00
Makefile drivers: make use of new driver_with_saul.mk where applicable 2022-01-06 12:07:07 +01:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00