aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-13stlink: correctly format printed hex addressesSpencer Oliver2-14/+14
2012-04-13STM32L: Write partial-page flash data after full-page dataMathias K1-0/+1
2012-04-10ft2232: Support for Digilent HS1 USB adapterStephane Bonnet1-0/+34
2012-04-10topic: add reset functions for SWDSimon Qian7-12/+110
2012-04-10doxygen: remove warningsSpencer Oliver6-195/+190
2012-04-10Finish off functions mips32_pracc_read_mem16() and mips32_pracc_read_mem8()Salvador1-17/+30
2012-04-10Minor bug fixes in Mips32 codeSalvador1-3/+3
2012-03-31Add value "openbsd" for ocd_HOSTOS.Wim Lewis1-0/+2
2012-03-30armv7m: fix broken stlink buildSpencer Oliver1-1/+58
2012-03-30stm32: Update register read/write to the register definition.Mathias K1-6/+42
2012-03-30armv7m: detect floating point featureMathias K3-1/+27
2012-03-30topic: Flash support for Pic32mx1xx/2xxSalvador Arroyo1-6/+54
2012-03-30transport: remove interface multiple transport warningSpencer Oliver1-8/+9
2012-03-30Bug in src/target/mips32_pracc.cSalvador1-5/+5
2012-03-19Add warn message if no flash bank found for the current image address.Mathias K1-0/+1
2012-03-19gdb_server: Simple close the connection and not exit openocd.Mathias K1-1/+1
2012-03-19gdb_server: Fix wrong index/length compare.Mathias K1-1/+1
2012-03-19rtos: add sanity checking for FreeRTOS's quantity of prioritiesPaul Fertser1-0/+7
2012-03-19rtos: fix segfault in FreeRTOS handlingPaul Fertser1-0/+12
2012-03-14stlink: fix alignment build warningAlexandre Pereira da Silva3-14/+12
2012-03-14gdb_server: sanity check the gdb register sizeMathias K1-1/+4
2012-03-14armv7m: Add a dummy register at the end of the register list.Mathias K1-1/+3
2012-03-14stm32: Add floating point register read/write.Mathias K1-2/+28
2012-03-14stm32: determine all cpu types and use common examineMathias K4-65/+16
2012-03-14flash: Fix flash write algorithm on pflash only devices.Mathias K1-1/+0
2012-03-14Automatically prepend v1 mass storage protocol.Mathias K1-270/+222
2012-03-14mips: Forced to running state to enable (subsequent) target halt.Drasko DRASKOVIC1-0/+11
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe13-1924/+6
2012-03-13jtag: basic support for P&E Micro OSBDM (aka OSJTAG) adapterJan Dakinevich3-0/+731
2012-03-13topic: Added support for the SAM3X/A variantsOlivier Schonken1-16/+369
2012-03-13target: remove unused declarationSpencer Oliver3-3/+2
2012-03-11flash: retire unused eCos flash driverØyvind Harboe6-431/+1
2012-03-11target_request: fix warning, do not set local variable to value it already hasØyvind Harboe1-1/+0
2012-03-06flash: stm32f1x: add a couple missing stm32x_get_flash_regSzymon Modzelewski1-3/+3
2012-03-06flash: Additional check for NULL in str9xpec enable_turboFredrik Hederstierna1-5/+8
2012-03-06stlink: fix incorrect pc console outputSpencer Oliver1-3/+1
2012-03-06SAM3: Remove unused reference to SUPC registersAttila Kinali1-4/+0
2012-03-06SAM3: Add missing architecture names for SAM3S and SAM3NAttila Kinali1-0/+7
2012-03-06SAM3S: correct flash sector sizes.Attila Kinali1-18/+18
2012-02-29stlink-v1: fix memory writesSzymon Modzelewski1-12/+9
2012-02-29stlink-v1: code cleanupSzymon Modzelewski1-101/+122
2012-02-29Fix assert to check flash programming offsetAttila Kinali1-1/+1
2012-02-29flash: add stm32lx High Density DevicesSpencer Oliver1-14/+48
2012-02-29flash: change stm32lx driver probe behaviourSpencer Oliver1-59/+0
2012-02-29stlink-v1: fix memory writesSzymon Modzelewski1-12/+9
2012-02-27flash: add new devices to pic32mx flash driverSpencer Oliver1-1/+13
2012-02-26jtag: use correct tap -ignore-version maskSpencer Oliver1-2/+2
2012-02-26jtag: fix cmd scan_chain expected_ids bugSpencer Oliver1-1/+1
2012-02-26flash: add stm32f2x async flash loaderSpencer Oliver1-60/+55
2012-02-26flash: add stellaris async flash loaderSpencer Oliver1-66/+49