fix Q repro
This commit is contained in:
parent
b68ef803ce
commit
7665c73acc
1
stm32/.gitignore
vendored
1
stm32/.gitignore
vendored
@ -8,7 +8,6 @@ mpy-files.timestamp
|
||||
firmware.lss
|
||||
firmware-signed.*
|
||||
firmware.elf
|
||||
file_time.c
|
||||
*-RC1-coldcard.dfu
|
||||
|
||||
# somewhat useful binary snapshots
|
||||
|
||||
13
stm32/COLDCARD_Q1/file_time.c
Normal file
13
stm32/COLDCARD_Q1/file_time.c
Normal file
@ -0,0 +1,13 @@
|
||||
// (c) Copyright 2020-2024 by Coinkite Inc. This file is covered by license found in COPYING-CC.
|
||||
//
|
||||
// AUTO-generated.
|
||||
//
|
||||
// built: 2024-03-10
|
||||
// version: 1.0.0Q
|
||||
//
|
||||
#include <stdint.h>
|
||||
|
||||
// this overrides ports/stm32/fatfs_port.c
|
||||
uint32_t get_fattime(void) {
|
||||
return 0x586a0800UL;
|
||||
}
|
||||
@ -15,6 +15,6 @@
|
||||
|
||||
clean clobber rc1 release repro:
|
||||
$(MAKE) -f Q1-Makefile $(MAKECMDGOALS)
|
||||
$(MAKE) -f MK4-Makefile $(MAKECMDGOALS)
|
||||
# $(MAKE) -f MK4-Makefile $(MAKECMDGOALS)
|
||||
|
||||
# EOF
|
||||
|
||||
@ -243,7 +243,7 @@ setup:
|
||||
# - works from this repo, but starts with copy of HEAD
|
||||
DOCK_RUN_ARGS = -v $(realpath ..):/work/src:ro \
|
||||
-v $(realpath built):/work/built:rw \
|
||||
--privileged coldcard-build
|
||||
-u $$(id -u):$$(id -g) coldcard-build
|
||||
repro: code-committed
|
||||
repro:
|
||||
docker build -t coldcard-build - < dockerfile.build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user