[riot-commits] [RIOT-OS/RIOT] cf507c: drivers/mma8x5x: remodeld driver
Peter Kietzmann
peter.kietzmann at haw-hamburg.de
Thu Jan 19 09:56:33 CET 2017
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: cf507c4f07660864d609192cc99eeba900bee9de
https://github.com/RIOT-OS/RIOT/commit/cf507c4f07660864d609192cc99eeba900bee9de
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-18 (Wed, 18 Jan 2017)
Changed paths:
M drivers/Makefile.include
R drivers/include/mma8652.h
A drivers/include/mma8x5x.h
R drivers/mma8652/Makefile
R drivers/mma8652/include/mma8652_reg.h
R drivers/mma8652/mma8652.c
R drivers/mma8652/mma8652_saul.c
A drivers/mma8x5x/Makefile
A drivers/mma8x5x/include/mma8x5x_params.h
A drivers/mma8x5x/include/mma8x5x_regs.h
A drivers/mma8x5x/mma8x5x.c
A drivers/mma8x5x/mma8x5x_saul.c
Log Message:
-----------
drivers/mma8x5x: remodeld driver
- renambed to mma8x5x to reflect the versatility
- cleaned up the interface
- fixed value computation for non 12-bit devices of the family
- added default configuration with mma8x5x_params.h
Commit: 96180a61b28f39eace6190d2e39d00e418a95543
https://github.com/RIOT-OS/RIOT/commit/96180a61b28f39eace6190d2e39d00e418a95543
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-18 (Wed, 18 Jan 2017)
Changed paths:
M sys/auto_init/auto_init.c
M sys/auto_init/saul/auto_init_hdc1000.c
R sys/auto_init/saul/auto_init_mma8652.c
A sys/auto_init/saul/auto_init_mma8x5x.c
Log Message:
-----------
sys/auto_init: adapted to mma8x5x changes
Commit: db24f5e1404d62d0cd4fcb818cbe99be939be4f0
https://github.com/RIOT-OS/RIOT/commit/db24f5e1404d62d0cd4fcb818cbe99be939be4f0
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-18 (Wed, 18 Jan 2017)
Changed paths:
R tests/driver_mma8652/Makefile
R tests/driver_mma8652/README.md
R tests/driver_mma8652/main.c
A tests/driver_mma8x5x/Makefile
A tests/driver_mma8x5x/README.md
A tests/driver_mma8x5x/main.c
Log Message:
-----------
tests/mma8x5x: adapted test for driver changes
Commit: b368179d6bcc6588f81c32c87a2c7b8636def40c
https://github.com/RIOT-OS/RIOT/commit/b368179d6bcc6588f81c32c87a2c7b8636def40c
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-18 (Wed, 18 Jan 2017)
Changed paths:
M boards/pba-d-01-kw2x/Makefile.dep
M boards/pba-d-01-kw2x/include/board.h
R boards/pba-d-01-kw2x/include/mma8652_params.h
A boards/pba-d-01-kw2x/include/mma8x5x_params.h
Log Message:
-----------
boards/pba-d-01-kw2x: adapted MMA8x5x configuaration
Commit: 616d35e96f043c06efeef6e4f3165acf138cf015
https://github.com/RIOT-OS/RIOT/commit/616d35e96f043c06efeef6e4f3165acf138cf015
Author: Peter Kietzmann <peter.kietzmann at haw-hamburg.de>
Date: 2017-01-19 (Thu, 19 Jan 2017)
Changed paths:
M boards/pba-d-01-kw2x/Makefile.dep
M boards/pba-d-01-kw2x/include/board.h
R boards/pba-d-01-kw2x/include/mma8652_params.h
A boards/pba-d-01-kw2x/include/mma8x5x_params.h
M drivers/Makefile.include
R drivers/include/mma8652.h
A drivers/include/mma8x5x.h
R drivers/mma8652/Makefile
R drivers/mma8652/include/mma8652_reg.h
R drivers/mma8652/mma8652.c
R drivers/mma8652/mma8652_saul.c
A drivers/mma8x5x/Makefile
A drivers/mma8x5x/include/mma8x5x_params.h
A drivers/mma8x5x/include/mma8x5x_regs.h
A drivers/mma8x5x/mma8x5x.c
A drivers/mma8x5x/mma8x5x_saul.c
M sys/auto_init/auto_init.c
M sys/auto_init/saul/auto_init_hdc1000.c
R sys/auto_init/saul/auto_init_mma8652.c
A sys/auto_init/saul/auto_init_mma8x5x.c
R tests/driver_mma8652/Makefile
R tests/driver_mma8652/README.md
R tests/driver_mma8652/main.c
A tests/driver_mma8x5x/Makefile
A tests/driver_mma8x5x/README.md
A tests/driver_mma8x5x/main.c
Log Message:
-----------
Merge pull request #6153 from haukepetersen/opt_driver_mma8x5x
drivers/mma8x5x: remodeled driver
Compare: https://github.com/RIOT-OS/RIOT/compare/f7043c5add6c...616d35e96f04
More information about the commits
mailing list