aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-26target: add target async algorithm supportSpencer Oliver3-100/+148
2012-02-23target: add function to get number of bytes available in working areaAndreas Fritiofson2-0/+20
2012-02-23target: rewrite working area allocatorAndreas Fritiofson1-68/+169
2012-02-22stlink: support expected-id 0Spencer Oliver1-1/+2
2012-02-22Sometime in the past, nand_fileio_finish started to return ERROR_OK (with the...Stian Skjelsad1-1/+1
2012-02-17stlink: add error status checkMathias K1-6/+63
2012-02-16Fix typo that result in recursion.Mathias K2-2/+2
2012-02-16stlink: add arm semi-hosting supportSpencer Oliver1-1/+7
2012-02-16build: fix automake 1.11.2 issuesSpencer Oliver3-6/+5
2012-02-16Add stm32f0x probe and info workingJonathan Dumaresq1-5/+66
2012-02-16Add bootloader mode.Mathias K1-2/+3
2012-02-13flash: fix incorrect stm32f2x/stm32f4x flash size registerSpencer Oliver1-1/+1
2012-02-09Add init_board procedure executed after init_targetsFreddie Chopin2-0/+8
2012-02-06doxygen: use correct comment syntaxSpencer Oliver9-23/+23
2012-02-06build: cleanup src/target directorySpencer Oliver107-11936/+9596