瀏覽代碼

更新配置文件与添加picoprobe最新固件

Yaochenger 1 年之前
父節點
當前提交
8708709e58
共有 3 個文件被更改,包括 2 次插入3 次删除
  1. 2 2
      bin/interface/picoprobe.cfg
  2. 0 1
      bin/target/rp2040.cfg
  3. 二進制
      picoprobe/picoprobe.uf2

+ 2 - 2
bin/interface/picoprobe.cfg

@@ -1,3 +1,3 @@
 # Adapter section
-adapter driver picoprobe
-adapter speed 5000
+adapter driver cmsis-dap
+adapter speed 400

+ 0 - 1
bin/target/rp2040.cfg

@@ -44,7 +44,6 @@ flash bank $_FLASHNAME rp2040_flash $_FLASHBASE $_FLASHSIZE    1 32 $_TARGETNAME
 # from the TCL context. Select `core0` by default so that flash probe
 # succeeds. Note gdb understands there are 2 cores -- this is only for TCL.
 targets rp2040.core0
-targets rp2040.core1
 
 # srst is not fitted so use SYSRESETREQ to perform a soft reset
 reset_config srst_nogate

二進制
picoprobe/picoprobe.uf2