| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - str9 driver remove the duplicate target_free_working_area and reformat spac... | ntfreak | 2008-06-03 | 2 | -33/+28 |
* | Fredrik Hederstierna: fix leak + clean up return codes | oharboe | 2008-06-03 | 1 | -15/+32 |
* | Fredrik Hederstierna: fix leak + clean up return codes | oharboe | 2008-06-03 | 1 | -4/+5 |
* | - added checksum_memory and blank_check_memory for xscale | ntfreak | 2008-05-29 | 1 | -8/+3 |
* | - stellaris flash driver changed warning to info | ntfreak | 2008-05-28 | 1 | -4/+4 |
* | - moved flash erase_check target code to target.c | ntfreak | 2008-05-27 | 19 | -210/+210 |
* | flash_write will attempt to pad image sections | ntfreak | 2008-05-27 | 1 | -8/+28 |
* | - fixed typo in wp command | ntfreak | 2008-05-27 | 1 | -1/+1 |
* | - fix issue if jlink sends result in single usb in packet | ntfreak | 2008-05-27 | 1 | -20/+32 |
* | - added check for max. value of jtag_speed in ft2232_khz. | mifi | 2008-05-26 | 1 | -0/+6 |
* | - renamed EMU_CMD_HW_JTAG to EMU_CMD_HW_JTAG3 | mifi | 2008-05-26 | 1 | -2/+2 |
* | found out why str912 reset halt failed. | oharboe | 2008-05-26 | 1 | -1/+18 |
* | clock 1/0 in idle now configurable. | oharboe | 2008-05-26 | 1 | -5/+9 |
* | - corrected error with stm32 page calculation | ntfreak | 2008-05-26 | 1 | -1/+2 |
* | - changed some buffer defines to increase performance | mifi | 2008-05-25 | 1 | -5/+5 |
* | - comment out usb_set_altinterface, because it is not working under Mac OS X. | mifi | 2008-05-24 | 1 | -0/+7 |
* | - updated docs for new stellaris mass_erase command | ntfreak | 2008-05-24 | 1 | -0/+10 |
* | - added stellaris flash mass_erase command | ntfreak | 2008-05-24 | 1 | -80/+132 |
* | - update sectors on stm32x mass erase | ntfreak | 2008-05-24 | 1 | -0/+7 |
* | - swap processing of reset handling. First srst and than trst. | mifi | 2008-05-24 | 1 | -8/+8 |
* | - removed compiler warnings | ntfreak | 2008-05-24 | 1 | -15/+4 |
* | - corrected copy/paste type and renamed jlink_usb_read_result to jlink_usb_re... | mifi | 2008-05-24 | 1 | -5/+5 |
* | - removed obsolete cmd JLINK_TAP_SEQUENCE_COMMAND, use EMU_CMD_HW_JTAG instead | mifi | 2008-05-24 | 1 | -13/+48 |
* | - jlink jlink_execute_queue returns result | ntfreak | 2008-05-24 | 1 | -68/+56 |
* | - replaced JLINK_xxxx command defines by EMU_CMD_ from the | mifi | 2008-05-24 | 1 | -27/+58 |
* | - add support for newer high density stm32 parts | ntfreak | 2008-05-23 | 2 | -30/+53 |
* | jtag_exexcute_queue() now logs error when it is invoked before 'init' command. | oharboe | 2008-05-22 | 1 | -1/+7 |
* | - remove error message on shutdown | ntfreak | 2008-05-21 | 2 | -5/+6 |
* | comment. | oharboe | 2008-05-21 | 1 | -0/+3 |
* | moved srst_pulls_trst check into arm7_9_common.c. Not tested yet, if it is br... | oharboe | 2008-05-21 | 2 | -10/+23 |
* | Edgar Grimberg fixes some memory handling issues and | oharboe | 2008-05-20 | 5 | -12/+48 |
* | reverted change in 658 and simply removed the busted warning for now. | oharboe | 2008-05-19 | 1 | -2/+4 |
* | Fix crash when mode number fetched from the target is invalid. | oharboe | 2008-05-19 | 4 | -0/+53 |
* | print out an error if srst_pulls_trst is not specified for | oharboe | 2008-05-19 | 1 | -6/+17 |
* | Michael Fischer found this bogus warning. Fixed. | oharboe | 2008-05-19 | 1 | -4/+2 |
* | fix mode output when illegal arm mode is detected. Now prints illegal mode fo... | oharboe | 2008-05-19 | 2 | -3/+6 |
* | Michael Fischer found and Edgar Grimberg fixed generic crash in timers reprod... | oharboe | 2008-05-19 | 1 | -11/+14 |
* | updated guidelines. | oharboe | 2008-05-19 | 1 | -0/+14 |
* | added stack trace. | oharboe | 2008-05-19 | 1 | -0/+6 |
* | - added smoketest result for r657 | mifi | 2008-05-16 | 3 | -19/+23 |
* | - added arm-usb-ocd.cfg and signalyzer.cfg to the interface | mifi | 2008-05-16 | 3 | -1/+12 |
* | - added jlink support, based on Jürgen Stuber patch | ntfreak | 2008-05-14 | 8 | -3/+887 |
* | - restored tabs and formatting | ntfreak | 2008-05-12 | 3 | -117/+106 |
* | - added patch from uwe hermann, thanks for the hint. | mifi | 2008-05-11 | 1 | -1/+1 |
* | - added/renamed interfaces, remove jtag_speed from the interface part | mifi | 2008-05-10 | 3 | -3/+10 |
* | - corrected rounding in ft2232_khz | mifi | 2008-05-10 | 1 | -3/+4 |
* | - added support for ft2232/jtag_khz | mifi | 2008-05-10 | 1 | -0/+48 |
* | - smoketest for r651 | mifi | 2008-05-10 | 1 | -16/+20 |
* | printing available memory fails on win + mac. Disable for now until a robust ... | oharboe | 2008-05-09 | 1 | -4/+6 |
* | Michael Fischer spotted a problem in the reset routines for srst_pulls_trst. ... | oharboe | 2008-05-09 | 1 | -0/+17 |