[riot-commits] [RIOT-OS/RIOT] 53b0ad: drivers - cc110x: rename cc110x to cc110x_legacy_c...
Ludwig Ortmann
ludwig.ortmann at fu-berlin.de
Tue Oct 28 17:54:42 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 53b0ad2be571915e3c221c88b922c9ca456cf6aa
https://github.com/RIOT-OS/RIOT/commit/53b0ad2be571915e3c221c88b922c9ca456cf6aa
Author: Fabian Nack <fabiannack at web.de>
Date: 2014-10-28 (Tue, 28 Oct 2014)
Changed paths:
M boards/avsextrem/Makefile.include
M boards/msba2-common/Makefile.dep
M boards/msba2/Makefile
M boards/pttu/Makefile
M boards/pttu/Makefile.include
M drivers/Makefile
M drivers/Makefile.include
R drivers/cc110x/Makefile
R drivers/cc110x/arch_cc1100.h
R drivers/cc110x/cc1100-csmaca-mac.c
R drivers/cc110x/cc1100-csmaca-mac.h
R drivers/cc110x/cc1100-defaultSettings.c
R drivers/cc110x/cc1100-defaultSettings.h
R drivers/cc110x/cc1100-internal.h
R drivers/cc110x/cc1100.c
R drivers/cc110x/cc1100.h
R drivers/cc110x/cc1100_phy.c
R drivers/cc110x/cc1100_phy.h
R drivers/cc110x/cc1100_spi.c
R drivers/cc110x/cc1100_spi.h
A drivers/cc110x_legacy_csma/Makefile
A drivers/cc110x_legacy_csma/arch_cc1100.h
A drivers/cc110x_legacy_csma/cc1100-csmaca-mac.c
A drivers/cc110x_legacy_csma/cc1100-csmaca-mac.h
A drivers/cc110x_legacy_csma/cc1100-defaultSettings.c
A drivers/cc110x_legacy_csma/cc1100-defaultSettings.h
A drivers/cc110x_legacy_csma/cc1100-internal.h
A drivers/cc110x_legacy_csma/cc1100.c
A drivers/cc110x_legacy_csma/cc1100.h
A drivers/cc110x_legacy_csma/cc1100_phy.c
A drivers/cc110x_legacy_csma/cc1100_phy.h
A drivers/cc110x_legacy_csma/cc1100_spi.c
A drivers/cc110x_legacy_csma/cc1100_spi.h
R drivers/include/cc110x.h
R drivers/include/cc110x/cc1100-interface.h
A drivers/include/cc110x_legacy_csma.h
A drivers/include/cc110x_legacy_csma/cc1100-interface.h
M sys/Makefile.include
M sys/auto_init/auto_init.c
M sys/include/transceiver.h
M sys/ping/ping.c
M sys/shell/commands/Makefile
R sys/shell/commands/sc_cc1100.c
A sys/shell/commands/sc_cc110x_legacy_csma.c
M sys/shell/commands/sc_net_if.c
M sys/shell/commands/sc_transceiver.c
M sys/shell/commands/shell_commands.c
M sys/transceiver/transceiver.c
Log Message:
-----------
drivers - cc110x: rename cc110x to cc110x_legacy_csma
Commit: 169a4d6815b6c9455ce51cd8bf7e099f665ba5ef
https://github.com/RIOT-OS/RIOT/commit/169a4d6815b6c9455ce51cd8bf7e099f665ba5ef
Author: Fabian Nack <fabiannack at web.de>
Date: 2014-10-28 (Tue, 28 Oct 2014)
Changed paths:
M drivers/include/cc110x_legacy_csma.h
Log Message:
-----------
drivers - cc110x_legacy_csma: add missing license
Commit: d78c101b0873eea0deae7a42e08c0ecc77deac37
https://github.com/RIOT-OS/RIOT/commit/d78c101b0873eea0deae7a42e08c0ecc77deac37
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2014-10-28 (Tue, 28 Oct 2014)
Changed paths:
M boards/avsextrem/Makefile.include
M boards/msba2-common/Makefile.dep
M boards/msba2/Makefile
M boards/pttu/Makefile
M boards/pttu/Makefile.include
M drivers/Makefile
M drivers/Makefile.include
R drivers/cc110x/Makefile
R drivers/cc110x/arch_cc1100.h
R drivers/cc110x/cc1100-csmaca-mac.c
R drivers/cc110x/cc1100-csmaca-mac.h
R drivers/cc110x/cc1100-defaultSettings.c
R drivers/cc110x/cc1100-defaultSettings.h
R drivers/cc110x/cc1100-internal.h
R drivers/cc110x/cc1100.c
R drivers/cc110x/cc1100.h
R drivers/cc110x/cc1100_phy.c
R drivers/cc110x/cc1100_phy.h
R drivers/cc110x/cc1100_spi.c
R drivers/cc110x/cc1100_spi.h
A drivers/cc110x_legacy_csma/Makefile
A drivers/cc110x_legacy_csma/arch_cc1100.h
A drivers/cc110x_legacy_csma/cc1100-csmaca-mac.c
A drivers/cc110x_legacy_csma/cc1100-csmaca-mac.h
A drivers/cc110x_legacy_csma/cc1100-defaultSettings.c
A drivers/cc110x_legacy_csma/cc1100-defaultSettings.h
A drivers/cc110x_legacy_csma/cc1100-internal.h
A drivers/cc110x_legacy_csma/cc1100.c
A drivers/cc110x_legacy_csma/cc1100.h
A drivers/cc110x_legacy_csma/cc1100_phy.c
A drivers/cc110x_legacy_csma/cc1100_phy.h
A drivers/cc110x_legacy_csma/cc1100_spi.c
A drivers/cc110x_legacy_csma/cc1100_spi.h
R drivers/include/cc110x.h
R drivers/include/cc110x/cc1100-interface.h
A drivers/include/cc110x_legacy_csma.h
A drivers/include/cc110x_legacy_csma/cc1100-interface.h
M sys/Makefile.include
M sys/auto_init/auto_init.c
M sys/include/transceiver.h
M sys/ping/ping.c
M sys/shell/commands/Makefile
R sys/shell/commands/sc_cc1100.c
A sys/shell/commands/sc_cc110x_legacy_csma.c
M sys/shell/commands/sc_net_if.c
M sys/shell/commands/sc_transceiver.c
M sys/shell/commands/shell_commands.c
M sys/transceiver/transceiver.c
Log Message:
-----------
Merge pull request #1880 from fnack/cc110x_rename
drivers/cc110x: rename driver to cc110x_legacy_csma
Compare: https://github.com/RIOT-OS/RIOT/compare/b756534a58b8...d78c101b0873
More information about the commits
mailing list