New bootrom version releases

This commit is contained in:
Peter D. Gray 2025-04-15 10:06:16 -04:00
parent 28926acd06
commit 6a3c8ae676
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
11 changed files with 70081 additions and 7 deletions

View File

@ -2,12 +2,12 @@
//
// AUTO-generated.
//
// built: 2025-02-26
// version: 1.4.0Q
// built: 2025-04-15
// version: 1.3.2Q
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x5a5a0880UL;
return 0x5a8f0860UL;
}

View File

@ -12,14 +12,14 @@ HW_MODEL = mk4
PARENT_MKFILE = MK4-Makefile
# This is release of the bootloader that will be built into the factory.dfu
BOOTLOADER_VERSION = 3.2.0
BOOTLOADER_VERSION = 3.2.1
BOOTLOADER_DIR = mk4-bootloader
LATEST_RELEASE = $(shell ls -t1 ../releases/*-mk4-*.dfu | head -1)
# Our version for this release.
# - caution, the bootrom will not accept version < 3.0.0
VERSION_STRING = 5.5.0
VERSION_STRING = 5.4.2
# keep near top, because defined default target (all)
include shared.mk

View File

@ -10,13 +10,13 @@ HW_MODEL = q1
PARENT_MKFILE = Q1-Makefile
# This is release of the bootloader that will be built into the factory.dfu
BOOTLOADER_VERSION = 1.0.4
BOOTLOADER_VERSION = 1.1.0
BOOTLOADER_DIR = q1-bootloader
LATEST_RELEASE = $(shell ls -t1 ../releases/*-q1-*.dfu | head -1)
# Our version for this release.
VERSION_STRING = 1.4.0Q
VERSION_STRING = 1.3.2Q
# Remove this closer to shipping.
#$(warning "Forcing debug build")

View File

@ -0,0 +1,4 @@
0904b790af34c8acd8e3156cd5b4e818ae09e93611e90c673a7953fec67802d0 bootloader.dfu
7c7acbb849d17721f9a53b613d631f8bb8ed3b49c2bf5e1a413511c7d9105775 bootloader.bin
e71a730d2025bfcc0bf334614c60022e8df3d847c7c6a53f172aace004d69553 bootloader.lss
3.2.1 time=20250415.090935 git=master@adcf2c8e

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,4 @@
f85eb3fcc2bbaa3056ef1efb5f5de94c1527eea17c21e21f0fb4fcd6a988c8b6 bootloader.dfu
62aaa45a663e9765125f1bd9d36bd498c402a94b0fd7dfc3c9cdb771c8f2384b bootloader.bin
e16d7e6a6f7379327799e3add8948a8c903f0f8b8429084b7731fd73b60d9274 bootloader.lss
1.1.0 time=20250415.093631 git=master@28926acd

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff