File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
BOOTLOADER_MODULE_PATH ?= $(PROJECT_ROOT ) /bootloader
2
- BOOTLOADER_VERSION ?= 2
2
+ BOOTLOADER_VERSION ?= 3
3
3
BOOTLOADER_BUILD_PATH_EXT = $(BUILD_TARGET_PLATFORM )
4
4
5
5
# bring in the include folders from inc and src/<platform> is includes
Original file line number Diff line number Diff line change 1
1
2
- VERSION_STRING = 0.2.0
2
+ VERSION_STRING = 0.2.1
3
3
4
4
# PRODUCT_FIRMWARE_VERSION reported by default
5
- VERSION = 2
5
+ VERSION = 3
6
6
7
7
CFLAGS += -DSYSTEM_VERSION_STRING=$(VERSION_STRING )
Original file line number Diff line number Diff line change 1
- SYSTEM_PART1_MODULE_VERSION ?= 2
2
- SYSTEM_PART2_MODULE_VERSION ?= 2
3
- USER_PART_MODULE_VERSION ?= 2
1
+ SYSTEM_PART1_MODULE_VERSION ?= 3
2
+ SYSTEM_PART2_MODULE_VERSION ?= 3
3
+ USER_PART_MODULE_VERSION ?= 3
Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ extern "C" {
30
30
31
31
#define SYSTEM_VERSION_v011 0x00010100
32
32
#define SYSTEM_VERSION_v020 0x00020000
33
+ #define SYSTEM_VERSION_v021 0x00020100
33
34
34
- #define SYSTEM_VERSION SYSTEM_VERSION_v020
35
+ #define SYSTEM_VERSION SYSTEM_VERSION_v021
35
36
36
37
#define SYSTEM_VERSION_011
37
38
#define SYSTEM_VERSION_020
39
+ #define SYSTEM_VERSION_021
38
40
39
41
typedef struct __attribute__((packed )) SystemVersionInfo
40
42
{
You can’t perform that action at this time.
0 commit comments