mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-10 14:42:44 +00:00
feat(core): add support for olimex-arm-usb-tiny-h via openocd
[skip_ci]
This commit is contained in:
parent
b0ed553847
commit
dfbdcf5b2b
@ -23,8 +23,10 @@ BITCOIN_ONLY ?= 0
|
|||||||
TREZOR_MODEL ?= T
|
TREZOR_MODEL ?= T
|
||||||
TREZOR_MEMPERF ?= 0
|
TREZOR_MEMPERF ?= 0
|
||||||
|
|
||||||
OPENOCD = openocd -f interface/stlink.cfg -c "transport select hla_swd" -f target/stm32f4x.cfg
|
OPENOCD_INTERFACE ?= stlink # -or- ftdi/olimex-arm-usb-tiny-h
|
||||||
OPENOCD_T1 = openocd -f interface/stlink.cfg -c "transport select hla_swd" -f target/stm32f2x.cfg
|
OPENOCD_TRANSPORT ?= hla_swd # -or- jtag
|
||||||
|
OPENOCD = openocd -f interface/$(OPENOCD_INTERFACE).cfg -c "transport select $(OPENOCD_TRANSPORT)" -f target/stm32f4x.cfg
|
||||||
|
OPENOCD_T1 = openocd -f interface/$(OPENOCD_INTERFACE).cfg -c "transport select $(OPENOCD_TRANSPORT)" -f target/stm32f2x.cfg
|
||||||
|
|
||||||
BOARDLOADER_START = 0x08000000
|
BOARDLOADER_START = 0x08000000
|
||||||
BOOTLOADER_START = 0x08020000
|
BOOTLOADER_START = 0x08020000
|
||||||
|
Loading…
Reference in New Issue
Block a user