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
:param protocol: Upload port protocol, e.g: serial
66
67
:type protocol: str or NoneType
68
+
:param board_options: Board options
69
+
:type board_options: dict or NoneTYpe
70
+
:param encrypt_key: The name of the custom encryption key to use to encrypt a binary during the compile process. Used only by the platforms that support it.
71
+
:type encrypt_key: str or NoneTYpe
72
+
:param keys_keychain: The path of the dir to search for the custom keys to sign and encrypt a binary. Used only by the platforms that support it.
73
+
:type keys_keychain: str or NoneTYpe
74
+
:param sign_key: The name of the custom signing key to use to sign a binary during the compile process. Used only by the platforms that support it.
0 commit comments