[riot-commits] [RIOT-OS/RIOT] 8d4823: cpu/nrf5: restructured periph_cpu.h files
Peter Kietzmann
peter.kietzmann at haw-hamburg.de
Tue Jan 10 15:25:20 CET 2017
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 8d48239f9bfc52a0ef339956d02b9abc672818d4
https://github.com/RIOT-OS/RIOT/commit/8d48239f9bfc52a0ef339956d02b9abc672818d4
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
A cpu/nrf51/include/periph_cpu.h
A cpu/nrf52/include/periph_cpu.h
R cpu/nrf5x_common/include/periph_cpu.h
A cpu/nrf5x_common/include/periph_cpu_common.h
Log Message:
-----------
cpu/nrf5: restructured periph_cpu.h files
- inserted one specific for each family (nrf51 and nrf52)
- renamed the common one to periph_cpu_common.h
Commit: ee56f3780996fe242cc768bd2167a0ee0ff87a22
https://github.com/RIOT-OS/RIOT/commit/ee56f3780996fe242cc768bd2167a0ee0ff87a22
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M cpu/nrf51/include/periph_cpu.h
A cpu/nrf51/periph/i2c.c
Log Message:
-----------
cpu/nrf51: added I2C driver implementation
Commit: bed8e886260178017304a12fed58a899942e27c4
https://github.com/RIOT-OS/RIOT/commit/bed8e886260178017304a12fed58a899942e27c4
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M boards/airfy-beacon/Makefile.features
M boards/airfy-beacon/include/periph_conf.h
Log Message:
-----------
boards/airfy-beacon: added I2C configuration
Commit: cc950d70f898a64ae50327c7379139bbe82b8a3b
https://github.com/RIOT-OS/RIOT/commit/cc950d70f898a64ae50327c7379139bbe82b8a3b
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M pkg/u8g2/patches/0002-u8g2-add-riot-os-interface.patch
Log Message:
-----------
pkg/u2g2: use #ifdef SPI_NUMOF instead of #if
Commit: 5d31ca5d4b2a35dbb1c18372efc2dd73809a674c
https://github.com/RIOT-OS/RIOT/commit/5d31ca5d4b2a35dbb1c18372efc2dd73809a674c
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M tests/driver_bmp180/Makefile
M tests/driver_hdc1000/Makefile
M tests/driver_hih6130/Makefile
M tests/driver_ina220/Makefile
M tests/driver_isl29020/Makefile
M tests/driver_isl29125/Makefile
M tests/driver_l3g4200d/Makefile
M tests/driver_lis3mdl/Makefile
M tests/driver_lps331ap/Makefile
M tests/driver_lsm303dlhc/Makefile
M tests/driver_mag3110/Makefile
M tests/driver_mma8652/Makefile
M tests/driver_mpl3115a2/Makefile
M tests/driver_mpu9150/Makefile
M tests/driver_srf02/Makefile
M tests/driver_srf08/Makefile
M tests/driver_tcs37727/Makefile
M tests/driver_tmp006/Makefile
Log Message:
-----------
drivers: use I2C_DEV(x) instead of deprecated I2C_x
Commit: d9acf1f621cb2de797ee3f723a566e4c6211c357
https://github.com/RIOT-OS/RIOT/commit/d9acf1f621cb2de797ee3f723a566e4c6211c357
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M boards/calliope-mini/Makefile.features
M boards/calliope-mini/include/periph_conf.h
Log Message:
-----------
boards/calliope: added I2C configuration
Commit: 2070e08787addec1c0f4fcd1711b9dbc6a070fc8
https://github.com/RIOT-OS/RIOT/commit/2070e08787addec1c0f4fcd1711b9dbc6a070fc8
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M boards/microbit/Makefile.features
M boards/microbit/include/periph_conf.h
Log Message:
-----------
boards/microbit: added I2C configuration
Commit: 45a6f0a0ac7873d33ef74d4c6cec2bf77c5cc4c7
https://github.com/RIOT-OS/RIOT/commit/45a6f0a0ac7873d33ef74d4c6cec2bf77c5cc4c7
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M boards/yunjia-nrf51822/Makefile.features
M boards/yunjia-nrf51822/include/periph_conf.h
Log Message:
-----------
boards/yunjia-nrf51822: added I2C configuration
Commit: dcfd0d656baecdfb786781daeb06bd7bfc837681
https://github.com/RIOT-OS/RIOT/commit/dcfd0d656baecdfb786781daeb06bd7bfc837681
Author: Peter Kietzmann <peter.kietzmann at haw-hamburg.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M boards/airfy-beacon/Makefile.features
M boards/airfy-beacon/include/periph_conf.h
M boards/calliope-mini/Makefile.features
M boards/calliope-mini/include/periph_conf.h
M boards/microbit/Makefile.features
M boards/microbit/include/periph_conf.h
M boards/yunjia-nrf51822/Makefile.features
M boards/yunjia-nrf51822/include/periph_conf.h
A cpu/nrf51/include/periph_cpu.h
A cpu/nrf51/periph/i2c.c
A cpu/nrf52/include/periph_cpu.h
R cpu/nrf5x_common/include/periph_cpu.h
A cpu/nrf5x_common/include/periph_cpu_common.h
M pkg/u8g2/patches/0002-u8g2-add-riot-os-interface.patch
M tests/driver_bmp180/Makefile
M tests/driver_hdc1000/Makefile
M tests/driver_hih6130/Makefile
M tests/driver_ina220/Makefile
M tests/driver_isl29020/Makefile
M tests/driver_isl29125/Makefile
M tests/driver_l3g4200d/Makefile
M tests/driver_lis3mdl/Makefile
M tests/driver_lps331ap/Makefile
M tests/driver_lsm303dlhc/Makefile
M tests/driver_mag3110/Makefile
M tests/driver_mma8652/Makefile
M tests/driver_mpl3115a2/Makefile
M tests/driver_mpu9150/Makefile
M tests/driver_srf02/Makefile
M tests/driver_srf08/Makefile
M tests/driver_tcs37727/Makefile
M tests/driver_tmp006/Makefile
Log Message:
-----------
Merge pull request #6142 from haukepetersen/add_nrf51_i2c
cpu/nrf51: added I2C driver implementation
Compare: https://github.com/RIOT-OS/RIOT/compare/f76b2f490652...dcfd0d656bae
More information about the commits
mailing list