[riot-commits] [RIOT-OS/RIOT] a6f9a8: drivers/cc110x: Moved cc110x_params.h from boards ...
Alexandre Abadie
alexandre.abadie at inria.fr
Tue May 22 09:15:35 CEST 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: a6f9a865976e40974abfed92ffd922b71fecca93
https://github.com/RIOT-OS/RIOT/commit/a6f9a865976e40974abfed92ffd922b71fecca93
Author: Marian Buschsieweke <marian.buschsieweke at ovgu.de>
Date: 2018-05-21 (Mon, 21 May 2018)
Changed paths:
M boards/msba2/Makefile.dep
M boards/msba2/Makefile.include
R boards/msba2/include/cc110x_params.h
A drivers/cc110x/include/cc110x_params.h
Log Message:
-----------
drivers/cc110x: Moved cc110x_params.h from boards to driver
- Replaced magic numbers in the CC110X configuration of the MSBA2
with SPI_DEV(x) and GPIO_PIN(x, y) macros
- Adjusted implementation of `cc110x_params.h` to match the code of `at86rf2xx`
- Made MSBA2's CC110X parameters the default configuration
Commit: d97340cd5d1159a6b5b04be760539c8ae17a6fb7
https://github.com/RIOT-OS/RIOT/commit/d97340cd5d1159a6b5b04be760539c8ae17a6fb7
Author: Marian Buschsieweke <marian.buschsieweke at ovgu.de>
Date: 2018-05-21 (Mon, 21 May 2018)
Changed paths:
A boards/msbiot/Makefile.dep
M boards/msbiot/include/board.h
Log Message:
-----------
boards/msbiot: Added/updated configuration for the cc110x transceiver
- Adjusted `#define`s to match the naming convention of `cc110x_params.h`
- Enable the `cc110x` module if `netdev_default` or `gnrc_netdev_default` is
used
Commit: 912ef3220be8d74d08ed1a7c6084e16c56a34680
https://github.com/RIOT-OS/RIOT/commit/912ef3220be8d74d08ed1a7c6084e16c56a34680
Author: Alexandre Abadie <alexandre.abadie at inria.fr>
Date: 2018-05-22 (Tue, 22 May 2018)
Changed paths:
M boards/msba2/Makefile.dep
M boards/msba2/Makefile.include
R boards/msba2/include/cc110x_params.h
A boards/msbiot/Makefile.dep
M boards/msbiot/include/board.h
A drivers/cc110x/include/cc110x_params.h
Log Message:
-----------
Merge pull request #9124 from maribu/msbiot
boards/msbiot: Configured cc110x as default netdev
Compare: https://github.com/RIOT-OS/RIOT/compare/bc96c6f60d67...912ef3220be8
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list