avr: cleanup, added labels to calculate module sizes.

This commit is contained in:
Martin Preuss
2023-04-08 18:18:19 +02:00
parent 4a915a3c85
commit 0f678d7d5a
21 changed files with 416 additions and 167 deletions

View File

@@ -42,6 +42,8 @@ timerModuleData_end:
.cseg
TIMER_BEGIN:
; number of entries here must be equal to bytes in timerModuleDerivedCounters!
timerTable:
@@ -319,6 +321,8 @@ timerIrq2_l2:
TIMER_END:
.equ MODULE_SIZE_TIMER = TIMER_END-TIMER_BEGIN