commit | 7b2861276b575b661540d51b2b002c94bcd57ead | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Mar 17 13:04:10 2021 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon May 10 16:00:43 2021 -0500 |
tree | f97659cd1e87554f0ee31e6c6ca976a0fe008451 | |
parent | 1310ad6b0e1434ec6d347cef14203eaeac012456 [diff] |
linker: add __isr tag This allows interrupt service routine to be declared with the __isr tag so they can be placed in the correct linker section. The first would be putting them into the pinned section. Signed-off-by: Daniel Leung <daniel.leung@intel.com>