[riot-commits] [RIOT-OS/RIOT] 334b2a: cpu/nrf52: added support for nRF52840
Martine Lenders
authmillenon at gmail.com
Wed Apr 5 18:00:39 CEST 2017
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 334b2a6dc15392714ddde945591f2ae4063a3bc4
https://github.com/RIOT-OS/RIOT/commit/334b2a6dc15392714ddde945591f2ae4063a3bc4
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-04-05 (Wed, 05 Apr 2017)
Changed paths:
M boards/nrf52dk/Makefile.include
M cpu/nrf51/include/periph_cpu.h
M cpu/nrf51/periph/i2c.c
M cpu/nrf52/include/cpu_conf.h
M cpu/nrf52/include/periph_cpu.h
A cpu/nrf52/include/vendor/nrf52840.h
A cpu/nrf52/include/vendor/nrf52840_bitfields.h
A cpu/nrf52/ldscripts/nrf52832xxaa.ld
A cpu/nrf52/ldscripts/nrf52832xxaa_sd.ld
A cpu/nrf52/ldscripts/nrf52840xxaa.ld
A cpu/nrf52/ldscripts/nrf52840xxaa_sd.ld
R cpu/nrf52/ldscripts/nrf52xxaa.ld
R cpu/nrf52/ldscripts/nrf52xxaa_sd.ld
M cpu/nrf52/vectors.c
M cpu/nrf5x_common/include/periph_cpu_common.h
M cpu/nrf5x_common/periph/gpio.c
M cpu/nrf5x_common/periph/spi.c
M cpu/nrf5x_common/periph/uart.c
Log Message:
-----------
cpu/nrf52: added support for nRF52840
- added vendor header files for nrf52840
- added config for nrf52840
- added additional isr vectors for the nrf52840
- enabled port 1 in GPIO driver
- adapted periph drivers to cope with GPIO driver changes
- adapted the GPIO config of the I2C driver for the nrf51
Commit: 4f1e9182fd9302a8b8591753af065b23c55fb58d
https://github.com/RIOT-OS/RIOT/commit/4f1e9182fd9302a8b8591753af065b23c55fb58d
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-04-05 (Wed, 05 Apr 2017)
Changed paths:
A boards/nrf52840dk/Makefile
A boards/nrf52840dk/Makefile.dep
A boards/nrf52840dk/Makefile.features
A boards/nrf52840dk/Makefile.include
A boards/nrf52840dk/board.c
A boards/nrf52840dk/include/board.h
A boards/nrf52840dk/include/gpio_params.h
A boards/nrf52840dk/include/periph_conf.h
Log Message:
-----------
boards: added support for nRF52840dk
Commit: 889982563021ae2e41804c4fc2fec8e8ed6544ce
https://github.com/RIOT-OS/RIOT/commit/889982563021ae2e41804c4fc2fec8e8ed6544ce
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2017-04-05 (Wed, 05 Apr 2017)
Changed paths:
A boards/nrf52840dk/Makefile
A boards/nrf52840dk/Makefile.dep
A boards/nrf52840dk/Makefile.features
A boards/nrf52840dk/Makefile.include
A boards/nrf52840dk/board.c
A boards/nrf52840dk/include/board.h
A boards/nrf52840dk/include/gpio_params.h
A boards/nrf52840dk/include/periph_conf.h
M boards/nrf52dk/Makefile.include
M cpu/nrf51/include/periph_cpu.h
M cpu/nrf51/periph/i2c.c
M cpu/nrf52/include/cpu_conf.h
M cpu/nrf52/include/periph_cpu.h
A cpu/nrf52/include/vendor/nrf52840.h
A cpu/nrf52/include/vendor/nrf52840_bitfields.h
A cpu/nrf52/ldscripts/nrf52832xxaa.ld
A cpu/nrf52/ldscripts/nrf52832xxaa_sd.ld
A cpu/nrf52/ldscripts/nrf52840xxaa.ld
A cpu/nrf52/ldscripts/nrf52840xxaa_sd.ld
R cpu/nrf52/ldscripts/nrf52xxaa.ld
R cpu/nrf52/ldscripts/nrf52xxaa_sd.ld
M cpu/nrf52/vectors.c
M cpu/nrf5x_common/include/periph_cpu_common.h
M cpu/nrf5x_common/periph/gpio.c
M cpu/nrf5x_common/periph/spi.c
M cpu/nrf5x_common/periph/uart.c
Log Message:
-----------
Merge pull request #6863 from haukepetersen/add_board_nrf52840dk
boards: add support for nRF52840dk
Compare: https://github.com/RIOT-OS/RIOT/compare/94b38bf7c79d...889982563021
More information about the commits
mailing list