[riot-commits] [RIOT-OS/RIOT] 2aec99: cpu/atmega_common: generalize register/peripheral ...
kYc0o
fco.ja.ac at gmail.com
Wed Jul 13 20:17:38 CEST 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 2aec9999002c0dc5c6a93dcc5cd2c198ca12c8f1
https://github.com/RIOT-OS/RIOT/commit/2aec9999002c0dc5c6a93dcc5cd2c198ca12c8f1
Author: Jon Thacker <thacker.jon at gmail.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
M cpu/atmega_common/include/atmega_regs_common.h
M cpu/atmega_common/periph/gpio.c
M cpu/atmega_common/periph/spi.c
M cpu/atmega_common/periph/timer.c
M cpu/atmega_common/thread_arch.c
Log Message:
-----------
cpu/atmega_common: generalize register/peripheral definitions
Makes AVR register definitions dependent on what avr-libc defines
for a given MCU, rather then duplicating that effort here.
Definitions done in this way are based on functionality provided,
rather than a specific MCU device.
Commit: 03d380845e50fd0624f3aecbb1444f88616aa0e6
https://github.com/RIOT-OS/RIOT/commit/03d380845e50fd0624f3aecbb1444f88616aa0e6
Author: kYc0o <fco.ja.ac at gmail.com>
Date: 2016-07-13 (Wed, 13 Jul 2016)
Changed paths:
M cpu/atmega_common/include/atmega_regs_common.h
M cpu/atmega_common/periph/gpio.c
M cpu/atmega_common/periph/spi.c
M cpu/atmega_common/periph/timer.c
M cpu/atmega_common/thread_arch.c
Log Message:
-----------
Merge pull request #5593 from jthacker/atmega_regs_common
cpu/atmega_common: generalize register/peripheral definitions
Compare: https://github.com/RIOT-OS/RIOT/compare/219bd8d6c77b...03d380845e50
More information about the commits
mailing list