From 8331b961f52ff00aa43177757dedc80b13ab30ef Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Thu, 12 Sep 2024 14:33:25 +0200 Subject: [PATCH] chore(core): remove flash otp interface from python [no changelog] --- core/mocks/generated/trezorio/__init__.pyi | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/core/mocks/generated/trezorio/__init__.pyi b/core/mocks/generated/trezorio/__init__.pyi index bd360425a..1828d18f3 100644 --- a/core/mocks/generated/trezorio/__init__.pyi +++ b/core/mocks/generated/trezorio/__init__.pyi @@ -1,36 +1,6 @@ from typing import * -# extmod/modtrezorio/modtrezorio-flash.h -class FlashOTP: - """ - """ - - def __init__(self) -> None: - """ - """ - - def write(self, block: int, offset: int, data: bytes) -> None: - """ - Writes data to OTP flash - """ - - def read(self, block: int, offset: int, data: bytearray) -> None: - """ - Reads data from OTP flash - """ - - def lock(self, block: int) -> None: - """ - Lock OTP flash block - """ - - def is_locked(self, block: int) -> bool: - """ - Is OTP flash block locked? - """ - - # extmod/modtrezorio/modtrezorio-hid.h class HID: """