Merge pull request #3424 from nuschpl/fb-2

Making deprecated 'adapter_khz' no longer default just because incomp…
This commit is contained in:
Iceman
2026-07-23 22:02:47 +07:00
committed by GitHub
+2 -3
View File
@@ -29,6 +29,5 @@ sam7x.cpu configure -work-area-virt 0 -work-area-phys 0x00200000 -work-area-size
flash bank sam7x.flash.0 at91sam7 0 0 0 0 sam7x.cpu 0 0 0 0 0 0 0 18432
flash bank sam7x.flash.1 at91sam7 0 0 0 0 sam7x.cpu 1 0 0 0 0 0 0 18432
transport select jtag
# Since some 0.10.0 versions, "adapter_khz" is deprecated in favor of "adapter speed" but there are also some 0.10.0 not recognizing "adapter speed" so we'll stick to "adapter_khz" for now...
# adapter speed 1000
adapter_khz 1000
# Some legacy 10.10.0 versions will need to stick to legacy "adapter_khz" instead "adapter speed"
adapter speed 1000