aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-09mips_ejtag: Adding EJTAG 4.x and 5.x as valid versionsKamal Dasu1-0/+6
2012-12-03helper: fix code formattingSpencer Oliver1-12/+6
2012-11-30Make NetBSD a recognized systemAymeric Vincent1-0/+2
2012-11-30arm: Mis-aligned data issue fix.Jason Moehlman1-2/+3
2012-11-23stlink: format src definesSpencer Oliver1-78/+78
2012-11-19flash: add stm32f42x/stm32f43x supportSpencer Oliver1-3/+25
2012-11-16mips: patch mips32_pracc_exec_write()Salvador Arroyo1-5/+1
2012-11-16mips: optimize mips32_pracc_read_regs() codeSalvador Arroyo1-60/+29
2012-11-16mips: optimize mips32_pracc_write_regs() code.Salvador Arroyo1-61/+43
2012-11-16mips: optimize write code for speedSalvador Arroyo1-245/+113
2012-11-16mips: optimize read code for speedSalvador Arroyo1-227/+82
2012-11-16mips: optimize mips32_pracc_read_u32() functionSalvador Arroyo1-24/+12
2012-11-16mips: optimize CP0 read/write codeSalvador Arroyo2-51/+28
2012-11-16mips: code clean up in mips_m4k_debug_entry() functionSalvador Arroyo3-33/+2
2012-11-16mips: optimize mips_ejtag_step_disable() codeSalvador Arroyo2-38/+23
2012-11-16Pic32mx.cfg: Change system clock to 8Mhz after reset-init.Salvador Arroyo1-0/+14
2012-11-16doc: update to new sourceforge git urlSpencer Oliver1-2/+2
2012-11-12Revert "mpsse: Always perform a general reset of the MPSSE in mpsse_open()"Freddie Chopin1-14/+0
2012-11-12rtos: Fix error in reading the current thread in ChibiOS/RTMatthias Blaicher1-1/+1
2012-11-06target: add async algorithm timeoutSpencer Oliver1-0/+11
2012-11-06ARM v4/v5 target files: mrc and mcr help information is incorrect.Karl Kurbjun1-2/+2
2012-11-06cortex: autostep correctly handle user breakpointSpencer Oliver1-3/+11
2012-11-06cortex_m: Fix single stepping will not return to debug mode sometimesPeter Horn1-36/+61
2012-11-06Added support for NXP LPC1850 MicrocontrollerGianluca Renzi1-0/+31
2012-11-06Generic LPC1850 board w/ SPIFI flash.Gianluca Renzi1-0/+18
2012-11-06Added support for SPI Flash Winbond W25Q64CVGianluca Renzi1-0/+1
2012-11-05cortex_m: fix define formattingSpencer Oliver1-9/+9
2012-11-05rtos: Make ChibiOS code aware of endinessMatthias Blaicher1-28/+29
2012-11-05rtos: Add FPU detection to ChibiOS/RTMatthias Blaicher2-3/+45
2012-11-05rtos: Fix wrong ReadyList lookup in ChibiOSMatthias Blaicher1-9/+1
2012-10-31fix memory leaksSergey Borshch1-0/+3
2012-10-31Ensure Cortex-M reset wakes device from sleep (wfi/wfe)Evan Hunter1-0/+8
2012-10-30mpsse: Always perform a general reset of the MPSSE in mpsse_open()Peter Stuge1-0/+14
2012-10-28ftdi/flyswatter2.cfg: Define the LED signalPeter Stuge1-0/+1
2012-10-28ftdi/flyswatter2.cfg: Fix the signal layoutPeter Stuge1-8/+3
2012-10-28flash: update stm32 flash driver versionsSpencer Oliver1-4/+8
2012-10-28gdb: fix broken qCRC packet handlingSpencer Oliver1-0/+4
2012-10-28gdb: use strncmp rather than strstrSpencer Oliver4-22/+22
2012-10-28ioutil: make the file compile on MacOSEdgar Grimberg1-1/+12
2012-10-28adi_v5_jtag.c: Avoid infinite recursion in jtagdp_transaction_endcheck()Andreas Fritiofson1-4/+4
2012-10-28rtos: fix gdb qC command answerMatthias Blaicher1-2/+2
2012-10-28rtos: Use ARRAY_SIZE instead of coding it by handMatthias Blaicher4-16/+12
2012-10-27rtos: Fix wrong allocation in linux_get_symbol_list_to_lookupMatthias Blaicher1-3/+3
2012-10-24Revert "gdb_server : 'R' command replied by OK"Spencer Oliver1-1/+0
2012-10-18docs: mention extended-remote supportSpencer Oliver1-0/+5
2012-10-18stlink: fix vector catch not being clearedSpencer Oliver1-1/+10
2012-10-17gdb: fix extended-remote restartSpencer Oliver1-1/+19
2012-10-17flash: fix at91sam3/4 driver typosSpencer Oliver2-20/+18
2012-10-17Fix serious bug in LPC2xxx/LPC17xx flash algorithm.Freddie Chopin1-79/+120
2012-10-17Cleanup lpc2000.cFreddie Chopin1-129/+87