commit | 1e9d4602ab2f5c3a3dd40fc52cbf2cf3c145929c | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Apr 18 17:02:29 2023 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Apr 20 04:45:52 2023 -0400 |
tree | 8be165f1220ec9e689af874babb75e3e48383760 | |
parent | 185aa1c2c50a444f6ed3d2c5fb1d8a999aac5e0e [diff] |
xtensa: add some structs for interrupt stack frames This adds some structs for interrupt stack frames to make it easier to access individual elements, and ultimately getting rid of magic array element numbers in the code. Hopefully, this would aid in debugging where you can view the whole struct in debugger. Signed-off-by: Daniel Leung <daniel.leung@intel.com>