You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The production test command CPUID READ currently calls STM32 HAL directly within the cpuid_read() function. Moving this code to the trezorhal layer would simplify the structure and eliminate the last dependency on the STM32U5 macro in platform-independent code.
The text was updated successfully, but these errors were encountered:
The production test command CPUID READ currently calls STM32 HAL directly within the
cpuid_read()
function. Moving this code to the trezorhal layer would simplify the structure and eliminate the last dependency on the STM32U5 macro in platform-independent code.The text was updated successfully, but these errors were encountered: