mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-22 10:09:04 +00:00
perf(core): intern module presizing identifiers
[no changelog]
This commit is contained in:
parent
9769109229
commit
a91d18ba2c
31
core/src/all_modules.py
generated
31
core/src/all_modules.py
generated
@ -888,3 +888,34 @@ y
|
||||
Y
|
||||
z
|
||||
Z
|
||||
# generate module presizing identifiers
|
||||
___PRESIZE_MODULE_0
|
||||
___PRESIZE_MODULE_1
|
||||
___PRESIZE_MODULE_2
|
||||
___PRESIZE_MODULE_3
|
||||
___PRESIZE_MODULE_4
|
||||
___PRESIZE_MODULE_5
|
||||
___PRESIZE_MODULE_6
|
||||
___PRESIZE_MODULE_7
|
||||
___PRESIZE_MODULE_8
|
||||
___PRESIZE_MODULE_9
|
||||
___PRESIZE_MODULE_10
|
||||
___PRESIZE_MODULE_11
|
||||
___PRESIZE_MODULE_12
|
||||
___PRESIZE_MODULE_13
|
||||
___PRESIZE_MODULE_14
|
||||
___PRESIZE_MODULE_15
|
||||
___PRESIZE_MODULE_16
|
||||
___PRESIZE_MODULE_17
|
||||
___PRESIZE_MODULE_18
|
||||
___PRESIZE_MODULE_19
|
||||
___PRESIZE_MODULE_20
|
||||
___PRESIZE_MODULE_21
|
||||
___PRESIZE_MODULE_22
|
||||
___PRESIZE_MODULE_23
|
||||
___PRESIZE_MODULE_24
|
||||
___PRESIZE_MODULE_25
|
||||
___PRESIZE_MODULE_26
|
||||
___PRESIZE_MODULE_27
|
||||
___PRESIZE_MODULE_28
|
||||
___PRESIZE_MODULE_29
|
||||
|
@ -99,3 +99,7 @@ ALPHABET = "abcdefghijklmnopqrstuvwxyz"
|
||||
${letter}
|
||||
${letter.upper()}
|
||||
% endfor
|
||||
# generate module presizing identifiers
|
||||
% for i in range(30):
|
||||
___PRESIZE_MODULE_${i}
|
||||
% endfor
|
||||
|
Loading…
Reference in New Issue
Block a user