commit | 568cced14fabe686b01ceea3884a488ca4213fb4 | [log] [tgz] |
---|---|---|
author | Radoslaw Koppel <radoslaw.koppel@nordicsemi.no> | Thu Nov 09 09:41:43 2023 +0100 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Fri Feb 02 19:49:36 2024 +0100 |
tree | c3f169e46259df9b8b3ee960ae587bc3b9c63686 | |
parent | 4360acb27ea2c28c7db555a6be02c0da74d8b6fd [diff] |
scripts: gen_isr_tables: Break code into classes This commit breaks the code into functional classes. This way the functionality is visibly splitted into functional parts and it is easier to replace the specific parser part to implement new code generators. There is also common functionality to handle multi level interrupts moved to configuration class. Signed-off-by: Radosław Koppel <radoslaw.koppel@nordicsemi.no>