mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
boardloader, bootloader: bump versions to 2.0
This commit is contained in:
parent
c2c1749d59
commit
c934109d65
@ -1,4 +1,4 @@
|
|||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 2
|
||||||
#define VERSION_MINOR 1
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_PATCH 0
|
#define VERSION_PATCH 0
|
||||||
#define VERSION_BUILD 0
|
#define VERSION_BUILD 0
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#include "image.h"
|
#include "image.h"
|
||||||
#include "secbool.h"
|
#include "secbool.h"
|
||||||
|
|
||||||
#define USE_WEBUSB 0
|
#define USE_WEBUSB 1
|
||||||
|
|
||||||
#define USB_TIMEOUT 100
|
#define USB_TIMEOUT 100
|
||||||
#define USB_PACKET_SIZE 64
|
#define USB_PACKET_SIZE 64
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 2
|
||||||
#define VERSION_MINOR 1
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_PATCH 0
|
#define VERSION_PATCH 0
|
||||||
#define VERSION_BUILD 0
|
#define VERSION_BUILD 0
|
||||||
#define VERSION_UINT32 (VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | (VERSION_BUILD << 24))
|
#define VERSION_UINT32 (VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | (VERSION_BUILD << 24))
|
||||||
|
|
||||||
#define FIX_VERSION_MAJOR 0
|
#define FIX_VERSION_MAJOR 2
|
||||||
#define FIX_VERSION_MINOR 1
|
#define FIX_VERSION_MINOR 0
|
||||||
#define FIX_VERSION_PATCH 0
|
#define FIX_VERSION_PATCH 0
|
||||||
#define FIX_VERSION_BUILD 0
|
#define FIX_VERSION_BUILD 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user