first commit, display ok, buttons ok

This commit is contained in:
2025-02-09 00:31:27 +01:00
commit 2d9e99a5a1
84 changed files with 16946 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# source [find interface/stlink.cfg]
source [find interface/cmsis-dap.cfg]
# transport select hla_swd
transport select swd
#adapter speed 40
#set WORKAREASIZE 0x4000
set CPUTAPID 0x0bc11477
set CHIPNAME at91samd21g18
source [find target/at91samdXX.cfg]

View File

@@ -0,0 +1,13 @@
# source [find interface/stlink.cfg]
# transport select hla_swd
# source [find interface/bmp.cfg]
source [find interface/cmsis-dap.cfg]
# interface bmp
transport select swd
#adapter speed 40
#set WORKAREASIZE 0x4000
set CPUTAPID 0x0bc11477
set CHIPNAME at91samd21g18
source [find target/at91samdXX.cfg]

View File

@@ -0,0 +1,10 @@
# source [find interface/stlink.cfg]
# transport select hla_swd
source [find interface/cmsis-dap.cfg]
transport select swd
#adapter speed 40
#set WORKAREASIZE 0x4000
set CPUTAPID 0x0bc11477
set CHIPNAME at91samd21g18
source [find target/at91samdXX.cfg]

View File

@@ -0,0 +1,19 @@
source [find interface/stlink.cfg]
transport select hla_swd
# source [find interface/cmsis-dap.cfg]
# transport select swd
adapter speed 400
# Reset handling for proper halt
# reset_config srst_nogate connect_assert_srst
#set WORKAREASIZE 0x4000
set CPUTAPID 0x0bc11477
set CHIPNAME at91samd21g18
source [find target/at91samdXX.cfg]
# Ensure halt and allow manual debugging
# init
# halt
# at91samd chip-erase