Age | Commit message (Expand) | Author | Files | Lines |
2017-12-12 | target: remove unused event definitions | Tomas Vanek | 2 | -8/+0 |
2017-12-07 | stm8 : new target | Ake Rehnman | 4 | -0/+2301 |
2017-12-06 | target: Constify parameter of is_armv7m() | Marc Schink | 1 | -1/+1 |
2017-12-06 | adi_v5_swd: Add error message when SWD fails to connect | Jonas Norling | 1 | -1/+4 |
2017-10-27 | Cortex-M: Delete an unnecessary local variable | Christopher Head | 1 | -5/+0 |
2017-10-27 | Cortex-M: fix stale DHCSR cache values | Christopher Head | 1 | -5/+4 |
2017-10-23 | Fix GCC7 warnings about string truncation | Freddie Chopin | 2 | -2/+2 |
2017-10-23 | Fix GCC7 warnings about switch-case fallthroughs | Freddie Chopin | 3 | -1/+8 |
2017-10-22 | arm: semihosting: set command line arguments | Andreas Fritiofson | 3 | -1/+47 |
2017-10-18 | Differentiate "target not halted" messages. | Tim Newsome | 2 | -8/+9 |
2017-10-18 | Document `struct reg` fields. | Tim Newsome | 1 | -0/+15 |
2017-10-03 | Add missing break | Fabio Utzig | 1 | -1/+1 |
2017-10-03 | telnet_server: drop unused options | Karl Palsson | 1 | -1/+0 |
2017-07-07 | mips32: inline functions in headers must be static | Andreas Fritiofson | 1 | -1/+1 |
2017-06-30 | target: Fix snprintf format string and argument mismatch in md output | Andreas Fritiofson | 1 | -4/+4 |
2017-05-31 | flash: Add support for Atheros (ath79) SPI interface | Tobias Diedrich | 1 | -0/+2 |
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 | 7 | -239/+343 |
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-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 | 2 | -15/+8 |
2017-04-23 | target: Fix memory leak | Marc Schink | 2 | -5/+20 |
2017-04-02 | aarch64: clear CTI halt event early at debug entry | Matthias Welwarsky | 1 | -0/+2 |
2017-03-06 | arm_dpm: fix dpm setup | Girts Folkmanis | 1 | -1/+1 |
2017-02-24 | armv8_dpm: fix exception handling | Matthias Welwarsky | 1 | -0/+2 |
2017-02-24 | armv8_dpm: retrieve only necessary registers on halt | Matthias Welwarsky | 1 | -3/+11 |
2017-02-24 | armv8: spelling and formatting updates | Matthias Welwarsky | 1 | -9/+4 |
2017-02-24 | aarch64: run control rework | Matthias Welwarsky | 3 | -295/+614 |
2017-02-24 | aarch64: clean up struct aarch64_common | Matthias Welwarsky | 2 | -21/+14 |
2017-02-24 | aarch64: clean up target specific commands | Matthias Welwarsky | 1 | -7/+2 |
2017-02-24 | aarch64: reset fixes | Matthias Welwarsky | 1 | -2/+11 |
2017-02-24 | armv8: factor out generic bit set/clr for debug registers | Matthias Welwarsky | 3 | -17/+23 |
2017-02-24 | armv8: load aarch32 register through aarch64 equivalent | Matthias Welwarsky | 1 | -6/+3 |
2017-02-24 | aarch64: remove bogus address check before memory access | Matthias Welwarsky | 1 | -13/+0 |
2017-02-24 | target: generic ARM CTI function wrapper | Matthias Welwarsky | 3 | -2/+225 |
2017-02-24 | aarch64: optimize core state detection | Matthias Welwarsky | 1 | -8/+2 |
2017-02-24 | aarch64: reduce debug output to improve legibility | Matthias Welwarsky | 3 | -28/+0 |