blackmagic/src/target
Sean Cross d00607f71a samd: parameterize memory and flash sizes
Various SAMD devices have different amounts of memory. Up until now, all
SAMD devices have had the same amount, and therefore this value was
hardcoded to 32k of RAM and 256k of flash.

Add a parameter to the description field and set it to default to the
previous values. Use this description field when adding memories to the
target definition.

Signed-off-by: Sean Cross <sean@xobs.io>
2021-12-29 15:25:51 +01:00
..
flashstub [efm32] add new devices PG12B, JG12B, GG11B, TG11B, GG12B 2019-12-08 15:55:12 +01:00
adiv5.c start_time undeclared if ENABLE_DEBUG=1 2021-11-21 12:57:30 +01:00
adiv5.h cmsis: use exception in wait_word(). 2021-10-31 12:55:41 +01:00
adiv5_jtagdp.c jtag: Make jtag_devs argument to jtag_handler. 2021-08-15 16:43:29 +02:00
adiv5_swdp.c adiv5_swdp: Initialize a volatile variable 2021-11-20 22:38:35 +01:00
cortexa.c Classify debug messages 2020-06-05 14:59:30 +02:00
cortexm.c semihosting exit code 2021-11-14 12:03:33 +01:00
cortexm.h rp: Handle flash. 2021-04-21 21:55:03 +02:00
efm32.c target: target_error_check now defaults to not indicate error. 2021-08-15 16:43:29 +02:00
jtag_devs.c jtag: Add verbosity about devices found. 2020-12-06 15:18:08 +01:00
jtag_devs.h jtag: Make jtag_devs argument to jtag_handler. 2021-08-15 16:43:29 +02:00
jtag_scan.c jtag: Make jtag_devs argument to jtag_handler. 2021-08-15 16:43:29 +02:00
jtag_scan.h jtag: Make jtag_devs argument to jtag_handler. 2021-08-15 16:43:29 +02:00
jtagtap_generic.c jtag/swd: Rename defines/make variables to allow removal of weak attribute 2019-07-18 20:54:10 +02:00
kinetis.c Fixes to compile with gcc11 #925 2021-10-10 15:59:57 +02:00
lmi.c Classify debug messages 2020-06-05 14:59:30 +02:00
lpc11xx.c Make more functions static. 2021-09-22 15:16:20 +02:00
lpc15xx.c Make more functions static. 2021-09-22 15:16:20 +02:00
lpc17xx.c Make more functions static. 2021-09-22 15:16:20 +02:00
lpc43xx.c Make more functions static. 2021-09-22 15:16:20 +02:00
lpc546xx.c Make more functions static. 2021-09-22 15:16:20 +02:00
lpc_common.c fix a size format warning 2021-09-13 23:01:05 +02:00
lpc_common.h lpc: Care for protected pages on LPC80x devices. 2021-06-01 16:23:19 +02:00
msp432.c Classify debug messages 2020-06-05 14:59:30 +02:00
nrf51.c Add nRF51 command for (only) erasing the UICR registers 2021-06-07 13:50:36 +02:00
nxpke04.c Fixes to compile with gcc11 #925 2021-10-10 15:59:57 +02:00
rp.c Make more functions static. 2021-09-22 15:16:20 +02:00
sam3x.c Fix some warnings when compiling with -Wshadow 2021-06-03 12:55:28 +02:00
sam4l.c Adiv5: Print Designer/Partno when device is not recognized 2020-10-07 20:12:35 +02:00
samd.c samd: parameterize memory and flash sizes 2021-12-29 15:25:51 +01:00
samx5x.c efm32/samd/samx5x: Remove static allocates strings. Allocate in priv_storage. 2021-04-25 16:03:23 +02:00
stm32f1.c stm32f1: Check if unlock failed and propagate error. 2021-09-22 21:41:43 +02:00
stm32f4.c Make more functions static. 2021-09-22 15:16:20 +02:00
stm32g0.c STM32G0 OTP area programming 2021-11-15 21:19:08 +01:00
stm32h7.c Comprehensive STM32G03/4/5/6/7/8/B/C driver 2021-03-29 21:42:40 +02:00
stm32l0.c target/stm32: Use t->idcode with probe. 2020-10-07 20:12:35 +02:00
stm32l4.c stm32l4: Use targetid when available. 2021-10-31 11:13:34 +01:00
swdptap_generic.c swd: Remove swd_proc and swdptap.h. 2021-04-21 21:50:04 +02:00
target.c Better reporting when monitor command fails. 2021-09-22 21:41:43 +02:00
target_internal.h kinetis: Remove static variables, add word union to target_s. 2021-04-25 16:03:23 +02:00