[riot-commits] [RIOT-OS/RIOT] 17c78e: cpu/atmega_common: add common atmega CPU code to a...
Alexandre Abadie
alexandre.abadie at inria.fr
Wed Jun 22 15:43:58 CEST 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 17c78e70e2914d63a21c246129afeeaf34faf341
https://github.com/RIOT-OS/RIOT/commit/17c78e70e2914d63a21c246129afeeaf34faf341
Author: kYc0o <fco.ja.ac at gmail.com>
Date: 2016-06-22 (Wed, 22 Jun 2016)
Changed paths:
M cpu/atmega2560/Makefile.include
M cpu/atmega_common/Makefile.include
A cpu/atmega_common/include/atmega_regs_common.h
A cpu/atmega_common/include/periph_cpu_common.h
A cpu/atmega_common/periph/Makefile
A cpu/atmega_common/periph/gpio.c
A cpu/atmega_common/periph/spi.c
A cpu/atmega_common/periph/timer.c
A cpu/atmega_common/periph/uart.c
Log Message:
-----------
cpu/atmega_common: add common atmega CPU code to atmega_common
Commit: be70924800653c09083dabb228e88fa1cc5f19e2
https://github.com/RIOT-OS/RIOT/commit/be70924800653c09083dabb228e88fa1cc5f19e2
Author: kYc0o <fco.ja.ac at gmail.com>
Date: 2016-06-22 (Wed, 22 Jun 2016)
Changed paths:
M cpu/atmega2560/Makefile
M cpu/atmega2560/Makefile.include
R cpu/atmega2560/include/atmega2560_regs.h
M cpu/atmega2560/include/cpu_conf.h
M cpu/atmega2560/include/periph_cpu.h
R cpu/atmega2560/periph/Makefile
R cpu/atmega2560/periph/gpio.c
R cpu/atmega2560/periph/spi.c
R cpu/atmega2560/periph/timer.c
R cpu/atmega2560/periph/uart.c
M cpu/atmega_common/Makefile
Log Message:
-----------
cpu/atmega2560: update atmega2560 CPU code to use atmega_common code
Commit: abba25e068fb5c6989075d04bab827ec8a21710c
https://github.com/RIOT-OS/RIOT/commit/abba25e068fb5c6989075d04bab827ec8a21710c
Author: kYc0o <fco.ja.ac at gmail.com>
Date: 2016-06-22 (Wed, 22 Jun 2016)
Changed paths:
M boards/arduino-mega2560/include/board.h
Log Message:
-----------
boards/arduino-mega2560: define UART for STDIO
Commit: 42d34e69c33c0af07758ecfe181868575f0ea3c4
https://github.com/RIOT-OS/RIOT/commit/42d34e69c33c0af07758ecfe181868575f0ea3c4
Author: Alexandre Abadie <alexandre.abadie at inria.fr>
Date: 2016-06-22 (Wed, 22 Jun 2016)
Changed paths:
M boards/arduino-mega2560/include/board.h
M cpu/atmega2560/Makefile
M cpu/atmega2560/Makefile.include
R cpu/atmega2560/include/atmega2560_regs.h
M cpu/atmega2560/include/cpu_conf.h
M cpu/atmega2560/include/periph_cpu.h
R cpu/atmega2560/periph/Makefile
R cpu/atmega2560/periph/gpio.c
R cpu/atmega2560/periph/spi.c
R cpu/atmega2560/periph/timer.c
R cpu/atmega2560/periph/uart.c
M cpu/atmega_common/Makefile
M cpu/atmega_common/Makefile.include
A cpu/atmega_common/include/atmega_regs_common.h
A cpu/atmega_common/include/periph_cpu_common.h
A cpu/atmega_common/periph/Makefile
A cpu/atmega_common/periph/gpio.c
A cpu/atmega_common/periph/spi.c
A cpu/atmega_common/periph/timer.c
A cpu/atmega_common/periph/uart.c
Log Message:
-----------
Merge pull request #5529 from kYc0o/atmega_common_unify
cpu/atmega*: unify common code for atmega CPUs
Compare: https://github.com/RIOT-OS/RIOT/compare/9a0f3a9e404e...42d34e69c33c
More information about the commits
mailing list