aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-01jtag: simplify the calls to Jim_SetResultFormatted()Antonio Borneo2-11/+6
2021-05-01helper/command: drop the TCL variable 'ocd_HOSTOS'Antonio Borneo1-34/+0
2021-05-01helper/command: fix memory leak on malloc() failAntonio Borneo1-5/+9
2021-05-01helper/jim-nvp: remove unused function Jim_nvpInit()Antonio Borneo1-6/+0
2021-05-01helper/types: remove type '_Bool'Antonio Borneo1-7/+1
2021-05-01helper/replacements: remove unused typedef'sAntonio Borneo1-2/+0
2021-05-01target/image: report error if ELF file contains no loadable sectionsChristian Hoff1-2/+8
2021-05-01target/image: allow loading of 64-bit ELF filesFlorian Meister3-59/+346
2021-05-01libusb: don't use typedef'sAntonio Borneo12-40/+40
2021-05-01helper/command: fix build with jimtcl 0.79 or olderAntonio Borneo1-0/+4
2021-04-30cortex_m: mark FPU register as non-existent instead of playing with num_regsTarek BOCHKATI2-15/+11
2021-04-30target/armv7m: change FPv4_SP and FPv5_SP/DP identifiers to uppercaseTomas Vanek4-8/+8
2021-04-25target/arm_adi_v5: move DP register definitions to one blockTomas Vanek1-8/+9
2021-04-25target/adi_v5_swd: remove double space from swd_cmd() parametersTomas Vanek1-4/+4
2021-04-25drivers/cmsis-dap: add multidrop capabilityPeter Lawrence1-2/+65
2021-04-25target/arm_adi_v5: add JTAG_TO_DORMANT sequenceTomas Vanek1-0/+1
2021-04-25smp: move command deprecation to startup.tclAntonio Borneo2-34/+31
2021-04-24remote_bitbang: Add Windows supportYun Liu1-36/+19
2021-04-22flash/nor/nrf5: Fix data types and const correctnessMarc Schink1-14/+7
2021-04-22flash/nor/numicro: Use 'bool' data typeMarc Schink1-1/+1
2021-04-18drivers/cmsis-dap: flush readTomas Vanek1-0/+19
2021-04-18drivers/cmsis-dap: improve error checkingTomas Vanek1-20/+43
2021-04-18helper/command: rename s/command_unknown/jim_command_dispatch/Antonio Borneo1-5/+5
2021-04-18helper/command: make script_debug() staticAntonio Borneo3-9/+1
2021-04-18helper/command: get rid of the tree of struct commandAntonio Borneo2-191/+71
2021-04-18helper/command: unregister commands through their full-nameAntonio Borneo2-5/+97
2021-04-18helper/command: simplify jim_command_mode()Antonio Borneo1-25/+22
2021-04-18helper/command: simplify run_command()Antonio Borneo1-10/+3
2021-04-18helper/command: register full-name commands in jimAntonio Borneo5-88/+39
2021-04-18help: re-implement 'help' independent from tree of struct commandAntonio Borneo3-104/+150
2021-04-18command mode: return "any" for tcl procAntonio Borneo1-0/+18
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo7-32/+30
2021-04-18helper/command: override target only on target prefixed cmdsAntonio Borneo6-52/+69
2021-04-18helper/command: get current target from dedicated APIAntonio Borneo2-36/+54
2021-04-18helper/command: use one single handler for all the commandsAntonio Borneo1-71/+49
2021-04-18helper/command: always pass struct command as jim private dataAntonio Borneo5-26/+54
2021-04-18Aarch64:Switch to EL1 from EL0 before manipulate MMUCheng-Shiun Tsai1-0/+9
2021-04-11mem_ap: allow GDB connectionsAntonio Borneo1-3/+90
2021-04-11target/aarch64: Add watchpoint supportLiming Sun4-7/+228
2021-04-10drivers/cmsis-dap: tidy up buffer accessTomas Vanek4-122/+125
2021-04-10cmsis-dap: don't update the packet size across backends.Adrian Negreanu4-41/+84
2021-04-05openocd: drop dependency from libusb0Antonio Borneo4-91/+1
2021-04-05drivers/arm-jtag-ew: switch to libusb1Antonio Borneo1-20/+27
2021-04-05drivers/usbprog: switch to libusb1Antonio Borneo1-23/+27
2021-04-05jimtcl: add temporary workaround for memory leak in jimtcl 0.80Antonio Borneo1-0/+34
2021-04-05build: Fix out-of-tree with --disable-dependency-tracking configure flagRaúl Sánchez Siles1-0/+1
2021-03-24flash/stm32l4x: probe tzen and rdp valuesTarek BOCHKATI2-11/+60
2021-03-24flash/stm32l4x: introduce stm32l4_part_info.flags for devices featuresTarek BOCHKATI1-39/+33
2021-03-24flash/stm32l4x: enhance protect handler to use efficiently all WRP areasTarek BOCHKATI1-56/+386
2021-03-24stm32l4x: add OTP support for STM32 G0/G4/L4/L4+/L5/WB/WL devicesTarek BOCHKATI1-1/+159