aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-26Require Autoconf >= 2.64Paul Fertser2-2/+2
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-25doc: correctly terminate @xrefSpencer Oliver1-1/+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-25README.Windows: MinGW-w64 is known to work for building, regular MinGW is quirkyPaul Fertser1-4/+6
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-18README.Windows: pkgconfig-lite should go into MinGW, not MSYSPaul Fertser1-1/+1
2013-09-16README: add missing adapters and flash drivers, mention profilingPaul Fertser1-10/+11
2013-09-16configure: expand library search for libftd2xxStephan Linz1-1/+1
2013-09-15contrib: Add example cross-build scriptAndreas Fritiofson1-0/+104
2013-09-13configure: Add libusb-1.0 header bug workaroundAndreas Fritiofson1-0/+2
2013-09-13configure: auto-enable USB adapters based on libusb availabilityPaul Fertser2-161/+90
2013-09-13libusb: require pkg-config supportPaul Fertser12-19/+46
2013-09-13README* refactoringPaul Fertser5-384/+231
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