Age | Commit message (Expand) | Author | Files | Lines |
2017-05-09 | tcl/cpld: add config file for Altera 5M570Z CPLD (MAXV family) | Moritz Fischer | 1 | -0/+6 |
2017-05-08 | stm32l4: support flashing L45x/46x devices | Juha Niskanen | 2 | -8/+19 |
2017-05-08 | mips32, use scan32 function for reading impcode/idcode. | Salvador Arroyo | 3 | -60/+19 |
2017-05-08 | mips32: add micromips breakpoints support | Salvador Arroyo | 1 | -46/+105 |
2017-05-08 | mips32: add micromips isa handling | Salvador Arroyo | 5 | -19/+91 |
2017-05-08 | mips32, convert miniprograms with code definition | Salvador Arroyo | 1 | -44/+63 |
2017-05-08 | mips32, add support for micromips in debug mode | Salvador Arroyo | 8 | -270/+374 |
2017-05-08 | mips32, add microMips instruction subset | Salvador Arroyo | 1 | -0/+95 |
2017-05-08 | mips32, add option to avoid check in last instruction | Salvador Arroyo | 3 | -33/+36 |
2017-05-08 | mips32, add realloc code | Salvador Arroyo | 3 | -44/+35 |
2017-05-08 | mips32, change in pracc_list for dynamic allocation | Salvador Arroyo | 3 | -44/+45 |
2017-05-02 | Fix compile failure on MacOSX | Matthias Welwarsky | 2 | -7/+3 |
2017-04-25 | mips32, write handler code in a more compact way | Salvador Arroyo | 1 | -29/+17 |
2017-04-25 | mips32, implement assembler li instruction | Salvador Arroyo | 1 | -37/+27 |
2017-04-25 | mips32, in wait_for_pracc_rw() use ejtag_info->pa_ctrl | Salvador Arroyo | 1 | -20/+14 |
2017-04-25 | mips32, mips32_pracc_finish() queued only | Salvador Arroyo | 1 | -19/+8 |
2017-04-25 | mips32, drop unnecessary code in mips32_pracc.c | Salvador Arroyo | 1 | -60/+12 |
2017-04-25 | mips32, homogenize code in the scan functions | Salvador Arroyo | 2 | -19/+17 |
2017-04-25 | server/telnet: Remove exit() call | Marc Schink | 1 | -1/+1 |
2017-04-25 | server/server: Remove all exit() calls | Marc Schink | 3 | -23/+52 |
2017-04-25 | stm32l4: support flashing L496 devices | Juha Niskanen | 1 | -1/+6 |
2017-04-24 | mips32, add generic scan 32 function | Salvador Arroyo | 1 | -29/+19 |
2017-04-24 | mips32, pic32 use uint8_t in 8 bit scan function | Salvador Arroyo | 3 | -17/+9 |
2017-04-24 | tcl/board: Add STMicroelectronics STM32F7 Nucleo config | Marc Schink | 1 | -0/+10 |
2017-04-24 | udev: Add rules for Ambiq Micro EVK's. | Karl Palsson | 1 | -0/+5 |
2017-04-24 | Added 512K flashing support for em3587 | Byron Kubert | 1 | -0/+5 |
2017-04-24 | libusb: Add transfer type filter to get correct ep | Hellosun Wu | 6 | -7/+17 |
2017-04-24 | flash/nor/tcl: Make verify_bank parameter optional | Marc Schink | 2 | -8/+18 |
2017-04-24 | flash/nor/tcl: Fix some format specifiers | Marc Schink | 1 | -10/+9 |
2017-04-24 | tcl STM32L0xx - add support for dual banked targets and for Nucleo-64 STM32L073 | Jan Čapek | 2 | -0/+17 |
2017-04-24 | stm32lx: fix dual-bank configuration for Cat.5 and Cat.6 devices | CezaryGapinski | 1 | -50/+69 |
2017-04-24 | Fix flash writing on stm32l0 | Armin van der Togt | 2 | -30/+18 |
2017-04-24 | flash/nor/at91samd: fix chip erase of a secured device | Tomas Vanek | 1 | -4/+10 |
2017-04-24 | jtag/drivers cmsis-dap: do not limit speed so strictly | Tomas Vanek | 1 | -5/+3 |
2017-04-24 | Add support for the ATMEL SAM G55 Xplained Pro board and CPU. | Jerome Lambourg | 2 | -0/+81 |
2017-04-23 | help/log.c: better error handling for "log_output" | Girts | 1 | -3/+9 |
2017-04-23 | helper/options.c: fail if unexpected cmdline arguments are present | Girts | 1 | -0/+9 |
2017-04-23 | help/options.c: add error handling for -d arg | Girts | 1 | -2/+5 |
2017-04-23 | board: introduce base config for TI BeagleBone family boards | Matthias Welwarsky | 3 | -2/+14 |
2017-04-23 | nrf51: Add new HWID 0x008F | Damyan Mitev | 1 | -0/+7 |
2017-04-23 | tools/scripts/checkpatch.pl: fix unescaped brace | Chengyu Zheng | 1 | -1/+1 |
2017-04-23 | added interface config file for In-Circuit's ICprog OpenOCD JTAG adapter | Matthias Bock | 1 | -0/+14 |
2017-04-23 | jtag/drivers cmsis-dap: fix speed setting on Atmel EDBG | Tomas Vanek | 1 | -1/+7 |
2017-04-23 | flash Kinetis: reduce a flash write message severity to info | Joakim Nohlgård | 1 | -1/+1 |
2017-04-23 | target: Fix memory leak | Marc Schink | 2 | -5/+20 |
2017-04-23 | stlink: increase trace buffer size to maximum allowed on st-link v2 firmware | Austin Morton | 1 | -1/+1 |
2017-04-02 | aarch64: add some documentation | Matthias Welwarsky | 1 | -4/+33 |
2017-04-02 | aarch64: clear CTI halt event early at debug entry | Matthias Welwarsky | 1 | -0/+2 |
2017-03-29 | nrf51: Remove pointer cast | Andreas Fritiofson | 1 | -3/+4 |
2017-03-06 | arm_dpm: fix dpm setup | Girts Folkmanis | 1 | -1/+1 |