[riot-commits] [RIOT-OS/RIOT] 63c0e9: cortexm_common: print trapped interrupt from ipsr
DipSwitch
dipswitch at ownage4u.nl
Sat Apr 30 23:04:15 CEST 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 63c0e9bec6d5dabd3f22d292995dd56226b169c0
https://github.com/RIOT-OS/RIOT/commit/63c0e9bec6d5dabd3f22d292995dd56226b169c0
Author: Toon Stegen <toon.stegen at altran.com>
Date: 2016-04-20 (Wed, 20 Apr 2016)
Changed paths:
M cpu/cortexm_common/panic.c
Log Message:
-----------
cortexm_common: print trapped interrupt from ipsr
The IPSR (=Interrupt Program Status Register) contains the exception
type number of the current Interrupt Service Routine. Printing this
out can be useful to detect if a certain interrupt is not implemented.
Commit: c449ab9fdbc66418b3999f9d2189157174533de5
https://github.com/RIOT-OS/RIOT/commit/c449ab9fdbc66418b3999f9d2189157174533de5
Author: DipSwitch <dipswitch at ownage4u.nl>
Date: 2016-04-30 (Sat, 30 Apr 2016)
Changed paths:
M cpu/cortexm_common/panic.c
Log Message:
-----------
Merge pull request #5336 from OTAkeys/print_ipsr
cortexm_common: print trapped interrupt from ipsr
Compare: https://github.com/RIOT-OS/RIOT/compare/fa44132c88ed...c449ab9fdbc6
More information about the commits
mailing list