[riot-commits] [RIOT-OS/RIOT] bb4a5c: core: remove COREIF_NG
Kaspar Schleiser
kaspar at schleiser.de
Thu Nov 16 15:11:46 CET 2017
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: bb4a5c5cdf950ee101eddca46eafa8c9682a4e54
https://github.com/RIOT-OS/RIOT/commit/bb4a5c5cdf950ee101eddca46eafa8c9682a4e54
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths:
R core/include/arch/irq_arch.h
R core/include/arch/panic_arch.h
R core/include/arch/thread_arch.h
M core/include/irq.h
M core/include/panic.h
M core/include/sched.h
M core/include/thread.h
M core/panic.c
Log Message:
-----------
core: remove COREIF_NG
Commit: 86665b71bf6a48c4fcb3d521df6babc1fc3a8480
https://github.com/RIOT-OS/RIOT/commit/86665b71bf6a48c4fcb3d521df6babc1fc3a8480
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths:
M cpu/atmega1281/Makefile.include
M cpu/atmega2560/Makefile.include
M cpu/atmega328p/Makefile.include
M cpu/atmega_common/irq_arch.c
M cpu/atmega_common/thread_arch.c
M cpu/cortexm_common/irq_arch.c
M cpu/cortexm_common/thread_arch.c
M cpu/lm4f120/cpu.c
M cpu/mips32r2_common/cpu.c
M cpu/mips32r2_common/irq_arch.c
M cpu/mips32r2_common/periph/timer.c
M cpu/mips32r2_common/thread_arch.c
M cpu/msp430_common/cpu.c
M cpu/native/irq_cpu.c
M cpu/native/native_cpu.c
M cpu/nrf52/vectors.c
M makefiles/arch/cortexm.inc.mk
M makefiles/arch/mips.inc.mk
Log Message:
-----------
cpu: adapt to COREIF_NG removal
Commit: 2a177ea6c8f07dc8cc1d6720061c0bd5c4f3fd15
https://github.com/RIOT-OS/RIOT/commit/2a177ea6c8f07dc8cc1d6720061c0bd5c4f3fd15
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths:
M sys/ps/ps.c
Log Message:
-----------
sys/ps: adapt to COREIF_NG removal
Commit: 32c10ae2c98d408de196fbb41a901aa9aadbeb66
https://github.com/RIOT-OS/RIOT/commit/32c10ae2c98d408de196fbb41a901aa9aadbeb66
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths:
M core/include/sched.h
M core/include/thread.h
M cpu/atmega_common/thread_arch.c
M cpu/cortexm_common/thread_arch.c
M cpu/mips32r2_common/thread_arch.c
Log Message:
-----------
core, cpu: rename thread_start_threading() -> cpu_switch_context_exit()
Commit: 24e7869484cfc1be857bfa5f8eefd883df6071d8
https://github.com/RIOT-OS/RIOT/commit/24e7869484cfc1be857bfa5f8eefd883df6071d8
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths:
M core/include/panic.h
Log Message:
-----------
core/include/panic.h: fix typos
Commit: b74475118fc7e0420f050d66cedb1f9e633cc1ad
https://github.com/RIOT-OS/RIOT/commit/b74475118fc7e0420f050d66cedb1f9e633cc1ad
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths:
R core/include/arch/irq_arch.h
R core/include/arch/panic_arch.h
R core/include/arch/thread_arch.h
M core/include/irq.h
M core/include/panic.h
M core/include/thread.h
M core/panic.c
M cpu/atmega1281/Makefile.include
M cpu/atmega2560/Makefile.include
M cpu/atmega328p/Makefile.include
M cpu/atmega_common/irq_arch.c
M cpu/atmega_common/thread_arch.c
M cpu/cortexm_common/irq_arch.c
M cpu/cortexm_common/thread_arch.c
M cpu/lm4f120/cpu.c
M cpu/mips32r2_common/cpu.c
M cpu/mips32r2_common/irq_arch.c
M cpu/mips32r2_common/periph/timer.c
M cpu/mips32r2_common/thread_arch.c
M cpu/msp430_common/cpu.c
M cpu/native/irq_cpu.c
M cpu/native/native_cpu.c
M cpu/nrf52/vectors.c
M makefiles/arch/cortexm.inc.mk
M makefiles/arch/mips.inc.mk
M sys/ps/ps.c
Log Message:
-----------
Merge pull request #7781 from kaspar030/remove_coreif_ng
remove COREIF_NG
Compare: https://github.com/RIOT-OS/RIOT/compare/27a41496aaf0...b74475118fc7
More information about the commits
mailing list