aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-11LICENSES: add the BSD 2-clause "Simplified" licenseThomas Gleixner2-0/+33
2021-04-11LICENSES: add the GFDL-1.2 licenseAntonio Borneo5-4/+424
2021-04-11LICENSES: add the GPL-3.0 license for stand-alone codeAntonio Borneo2-0/+691
2021-04-11LICENSES: move the GPL-2.0 license as required by checkpatchAntonio Borneo3-335/+362
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 Borneo8-108/+5
2021-04-05drivers/arm-jtag-ew: switch to libusb1Antonio Borneo2-21/+29
2021-04-05drivers/usbprog: switch to libusb1Antonio Borneo2-25/+29
2021-04-05udev rules: add missing Altera USB Blaster devicesAntonio Borneo2-1/+7
2021-04-05udev rules: add missing ftdi USB VID/PIDAntonio Borneo1-0/+23
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 BOCHKATI2-56/+400
2021-03-24stm32l4x: add OTP support for STM32 G0/G4/L4/L4+/L5/WB/WL devicesTarek BOCHKATI8-12/+182
2021-03-24flash/nor/atsame5: add SAME51G18A and SAME51G19A devicesTomas Vanek1-1/+3
2021-03-24flash/nor/cfi: fix uninitialized write-mem pointerMischa Studer1-9/+5
2021-03-20tcl/interface/ftdi: Add PLS SPC5 debugger configAndrew Wesie2-0/+39
2021-03-19README: update requested autoconf version 2.69Antonio Borneo1-1/+1
2021-03-19drivers: USB Blaster II: close file and release USB device if firmware handli...Oleksij Rempel1-3/+5
2021-03-19drivers: USB Blaster II: claim interface before using itOleksij Rempel1-0/+21
2021-03-19target/arc: refactor ARC register numbers definesEvgeniy Didin3-8/+51
2021-03-19build: remove warnings with gcc 11Rene Kita2-6/+6
2021-03-19aarch64: handle semihosting in aarch32 stateTarek BOCHKATI2-8/+56
2021-03-19tcl/interface/ftdi: Add miniWiggler debugger configAndrew Wesie2-0/+37
2021-03-19telnet: support end and home keysTarek BOCHKATI1-0/+6
2021-03-19Implement CRC32 algorithm for RISC-V.Tim Newsome6-6/+382
2021-03-19aarch64: add support for "reset halt"Christian Hoff2-7/+108
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo13-341/+3
2021-03-19zy1000: drop the code, deprecated in v0.10.0Antonio Borneo10-1666/+5
2021-03-19ioutil: drop the code, deprecated in v0.10.0Antonio Borneo7-671/+0
2021-03-19oocd_trace: drop the code, deprecated in v0.10.0Antonio Borneo6-528/+0
2021-03-19target: remove handling of target's deprecated_nameAntonio Borneo2-10/+0
2021-03-19target: remove target names already deprecated in v0.8.0Antonio Borneo3-3/+0
2021-03-19startup.tcl: remove commands already deprecated in v0.7.0Antonio Borneo3-70/+1
2021-03-19openocd: remove command line flag -p/--pipe deprecated in v0.5.0Antonio Borneo2-12/+1
2021-03-19target/arm920t: remove command 'arm920t cp15i' deprecated in v0.4.0Antonio Borneo2-95/+0
2021-03-19target/arm720t: remove command 'arm720t cp15' deprecated in v0.4.0Antonio Borneo2-96/+0
2021-03-16flash/stm32l4x: zero init stm32l4_flash_bank struct on flash bank initializationRaúl Sanchez Siles1-1/+1
2021-03-10configure.ac: switch to autoconf 2.69Antonio Borneo1-1/+1
2021-03-10jimtcl: update to version 0.80 (2020-10-29)Antonio Borneo2-0/+2
2021-03-10tcl/target: add BCM2711 configuration fileTarek BOCHKATI1-0/+62
2021-03-10tcl/target: add BCM2837 configuration fileTarek BOCHKATI1-0/+64
2021-03-10tcl/target: add BCM2836 configuration fileTarek BOCHKATI1-0/+59
2021-03-10tcl/target: add BCM2835 configuration fileTarek BOCHKATI1-0/+24
2021-03-10flash/nor/stmqspi: Replace macros with static inline functionsMarc Schink1-96/+131
2021-03-10stlink: swo: use completely the available bufferAntonio Borneo1-1/+1
2021-03-10jtag/nulink: add a space after PRIx32Antonio Borneo1-2/+2