aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-02cortex_m: Call mem_ap_read/write directlyAndreas Fritiofson1-33/+2
2013-10-02arm_adi_v5: Rewrite MEM-AP transfer implementationAndreas Fritiofson2-472/+229
2013-10-02cortex_m: mem_ap access functions take number of bytes, not wordsAndreas Fritiofson1-2/+2
2013-10-02arm_adi_v5: Fix packed transfers crossing TAR auto-increment blockAndreas Fritiofson1-6/+5
2013-10-02arm_adi_v5: Fix packed and unaligned memory writesAndreas Fritiofson1-68/+37
2013-09-26Add new target type: OpenRISCFranck Jullien12-0/+3068
2013-09-25jlink: improve USB read during jlink_tap_executePhilip Craig1-55/+14
2013-09-25target: Fix strange ordering in target_read_u8Andreas Fritiofson1-1/+2
2013-09-25jlink: Replace crazy home cooked assertion with a real oneAndreas Fritiofson1-5/+1
2013-09-25bus_blaster: do not fail on missing get_latency_timerSøren Jørvang2-8/+6
2013-09-25build: fix NetBSD build warningPetri Laakso1-9/+4
2013-09-25hla: move memory read/write functionality to driverSpencer Oliver6-90/+219
2013-09-25stlink: remove usb timeout magic numbersSpencer Oliver1-5/+8
2013-09-25hla: cleanup read/write apiSpencer Oliver4-58/+49
2013-09-21armv7m: add gdb target description supportSpencer Oliver1-45/+56
2013-09-21gdb: cleanup gdb target description supportSpencer Oliver1-13/+50
2013-09-21gdb: enable target description support by defaultSpencer Oliver1-4/+63
2013-09-21armv7m: remove gdb register hacksSpencer Oliver4-82/+1
2013-09-21gdb: add default description reg typesSpencer Oliver2-0/+6
2013-09-21Restore mwh/mwb functionality.Andreas Fritiofson1-8/+2
2013-09-20adiv5: check packed transfers are supportedSpencer Oliver2-4/+30
2013-09-13configure: auto-enable USB adapters based on libusb availabilityPaul Fertser1-1/+1
2013-09-13libusb: require pkg-config supportPaul Fertser8-7/+11
2013-09-13flash: add Nuvoton NUC910 series supportNemui Trinomius3-1/+644
2013-09-13nds32: remove .soft_reset_halt dependencyHsiangkai Wang6-32/+22
2013-09-13aice: add target name to nds command messagesHsiangkai Wang1-43/+68
2013-09-13nds32: support multi-target debuggingHsiangkai Wang12-745/+822
2013-09-13nds32: Use DMA to access memory as no DCacheHsiangkai Wang1-7/+13
2013-09-13nds32: modify nds commands implementationHsiangkai Wang1-25/+15
2013-09-13nds32: support FreeRTOSHsiangkai Wang3-1/+61
2013-09-13nds32: report any one of hit read watchpointsHsiangkai Wang1-0/+9
2013-09-13nds32: change default valueHsiangkai Wang2-2/+2
2013-09-13nds32: always polling after gdb attachedHsiangkai Wang5-26/+4
2013-09-13nds32: support Andes profiling functionHsiangkai Wang5-1/+192
2013-09-13target: enhance target profilingHsiangkai Wang1-16/+40
2013-09-13target: add profiling interfaceHsiangkai Wang2-64/+108
2013-09-13target: increase the maximum number of bucketsHsiangkai Wang1-1/+3
2013-09-13target: Correct profiling calculationHsiangkai Wang1-3/+7
2013-09-13target: Make profiling function more readableHsiangkai Wang1-10/+10
2013-09-13nds32: refine nds32_v2 implementHsiangkai Wang2-13/+36
2013-09-13aice: support batch commandsHsiangkai Wang6-76/+420
2013-09-13aice: Always setup SDP basic modeHsiangkai Wang1-26/+37
2013-09-13aice: use keep_alive() to avoid timeout warning messagesHsiangkai Wang1-0/+3
2013-09-13gdb_server: Do not set gdb_con->sync to true for new connectionsAnton Kolesov1-1/+1
2013-09-13svf: off-by-one error; do not access after the allocated memoryPaul Fertser1-2/+3
2013-09-13target: Rewrite read/write buffer default implementationsAndreas Fritiofson1-88/+51
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson15-50/+70
2013-09-10sysfsgpio: fix a typo in the informational outputPaul Fertser1-1/+1
2013-09-08fm3: add Fujitsu MB9Ax family supportNemui Trinomius1-10/+12
2013-09-08build: remove clang warning about global var 'match'Spencer Oliver1-18/+18