aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-10Merge commit 'adcc8ef87bc1ed47c95f1f2d23072b2b916e1555' into en-sc/from_upstreamEvgeniy Naydanov30-458/+1935
2024-01-06target/adiv5: probe MEM-AP supported transfer sizes including large dataTomas Vanek3-126/+268
2024-01-06target/arm_adi_v5: rework Nuvoton NPCX quirk workaround.Tomas Vanek1-15/+19
2024-01-06target/arm_adi_v5: simplify TI BE 32 quirk workaroundTomas Vanek1-51/+24
2024-01-06flash/nor/kinetis: add support for NXP S32K seriesDavid Vidrie Leon1-17/+243
2024-01-06doc: `address` is optional in `*_image` commandsEvgeniy Naydanov1-4/+4
2024-01-06target/mips32: optimize pracc accessWalter Ji5-39/+208
2024-01-06target/mips32: add mips ejtag commandWalter Ji3-2/+91
2024-01-06target/mips32: update coprocessor 0 commandWalter Ji2-40/+281
2024-01-06target/mips32: add cpu info detectionWalter Ji3-87/+424
2024-01-04Merge pull request #986 from riscv/from_upstreamJan Matyas56-346/+2343
2023-12-30flash/nor/stm32f1x: Add support for Geehy APM32F0 seriesMarc Schink1-0/+1
2023-12-30target/cortex_m: Add Cortex-M85 partMarc Schink2-0/+7
2023-12-30bitbang: Add flush before sleepAleksey Shargalin3-0/+6
2023-12-30jtag: add -ir-bypass option to newtapHenrik Nordström6-1/+27
2023-12-30target/armv8: Add more support for decoding memory attributesPeter Collingbourne1-3/+76
2023-12-29target/adi_v5_swd: optimize sequences in swd_connect_multidrop()Tomas Vanek1-3/+30
2023-12-29target/arm_adi_v5,arm_dap: introduce pre_connect_init() dap operationTomas Vanek2-0/+12
2023-12-29target/arm_adi_v5: fix DP SELECT logicTomas Vanek4-101/+164
2023-12-24helper/bin2char: drop trailing empty lineAntonio Borneo1-1/+1
2023-12-24break from long loops on shutdown requestEvgeniy Naydanov3-1/+23
2023-12-22Fix build.Tim Newsome1-1/+1
2023-12-22Merge commit '16e9b9c44fa62ea6eec99d1fb7bc43a8f1cc2f7e' into from_upstreamTim Newsome56-346/+2343
2023-12-22rename dbgbuf to progbufParshintsev Anatoly5-70/+69
2023-12-22introduce execution status for riscv_programParshintsev Anatoly5-80/+140
2023-12-21Merge pull request #976 from riscv/from_upstreamTim Newsome46-335/+1431
2023-12-16remote_bitbang: add use_remote_sleep option to send delays to remoteJeremy Herbert3-2/+61
2023-12-16jtag/core: Use 'bool' data type for 'bypass'Marc Schink3-5/+5
2023-12-16jtag: Rename 'hasidcode' to 'has_idcode'Marc Schink7-10/+10
2023-12-16helper: nvp: minor fixesAntonio Borneo2-3/+3
2023-12-16target: use bool for backup_working_areaAntonio Borneo2-5/+5
2023-12-15Clean up clang static analyzer complaints.Tim Newsome2-30/+27
2023-12-15cmsis_dap_usb_hid: improve detection of probes with unusual report sizesSamuel Dewan1-6/+38
2023-12-11Merge pull request #959 from en-sc/en-sc/progbuf-mem-writeTim Newsome5-146/+273
2023-12-10target: Increase maximum profile sample count to 1000000Karl Palsson1-1/+1
2023-12-10target: Add some info messages about examination process.Kirill Radkin1-0/+5
2023-12-10target/espressif: add algorithm support to xtensa chipsErhan Kurubas9-1/+192
2023-12-10target/xtensa: add algorithm supportErhan Kurubas2-0/+234
2023-12-10target/espressif: add algorithm support to execute code on targetErhan Kurubas5-2/+1103
2023-12-07Update riscv/debug_defines (to sync with riscv-debug-spec:40b9a05)Kirill Radkin5-1297/+850
2023-12-07target/riscv: improve error handling in `write_memory_progbuf()`Evgeniy Naydanov5-146/+273
2023-12-06drivers/cmsis_dap: use quirk workarounds optionallyTomas Vanek2-5/+29
2023-12-06jtag/drivers/cmsis_dap: implement canceling of pending USB requestsTomas Vanek4-3/+35
2023-12-06jtag/drivers/cmsis_dap_bulk: use asynchronous libusb transferTomas Vanek4-63/+319
2023-12-05Merge commit 'd4575b647a3603200a9bb4a784d170f792ab88d0' into from_upstreamTim Newsome7-22/+44
2023-12-05Merge commit 'a9080087d82688043ca216d50926228d09631297' into from_upstreamTim Newsome28-232/+980
2023-12-05Merge commit 'eba5d211937d1ebcb3669810ff63ad1083600b67' into from_upstreamTim Newsome4-51/+105
2023-12-05Merge commit 'bcaac692d0fce45189279a4c80cbd6852e4bbf4e' into from_upstreamTim Newsome13-31/+303
2023-12-03remote_bitbang: Add SWD supportManuel Wick1-1/+30
2023-12-01target/target: Fix 'wp' command usageMarc Schink1-1/+1