commit | 510e5d7ceddc2c0883551296af0d220d3d3b3063 | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Wed Aug 23 13:23:22 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Aug 25 15:31:46 2017 -0400 |
tree | d9d418b0438c5c6ba2234bdf367ac1e18f4d18a8 | |
parent | 8dc88069be090e54845b551f2b00021d2c9a3181 [diff] |
arch: xtensa: Use the alternate _Level4Vector routine on ESP32 For some reason, the ESP32 HAL defines XCHAL_EXCM_LEVEL to 3. This enables a version of _Level4Vector that doesn't work on this hardware. Without complete visibility if the version that should work be axed, keep both in the tree, but build the working other version instead if building for ESP32. Jira: ZEP-2556 Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>