aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-01gdb_server: avoid gdb server for virtual targetsAntonio Borneo3-0/+23
2018-09-25target/cortex_m: fix typoChristopher Head1-3/+3
2018-09-19Added support for STM32L4X option bytes writing.Thomas Søhus1-177/+235
2018-09-17flash/nrf5: support for nRF52840 Q1AAC0Kai Geissdoerfer1-0/+3
2018-09-17flash/nrf5: time-based timeout waiting for flash controllerKai Geissdoerfer1-3/+6
2018-09-13arm_adi_v5: remove useless cast to intAntonio Borneo1-1/+1
2018-09-12target/cortex_a: poll all targets in SMP node after haltAntonio Borneo1-0/+34
2018-09-10ftdi: extend ftdi_location formatOleksij Rempel1-2/+2
2018-09-10target/mem_ap: generic mem-ap targetMatthias Welwarsky3-1/+185
2018-09-09flash/stm32f2x: add stm32f7 revision Z identificationCody Schafer1-0/+3
2018-09-07libusb: return oocd error valuesOleksij Rempel1-3/+3
2018-09-07gdb_server: add per target option "-gdb-port"Antonio Borneo3-8/+42
2018-09-07adi_v5: enforce check on AP number valueAntonio Borneo5-11/+22
2018-08-22target: armv8: Ensure target is halted for virt2physGuido Günther1-0/+5
2018-08-21rtos/linux.c: fix clang static analyzer warningTomas Vanek1-2/+2
2018-08-21flash/at91sam4: fix clang static analyzer warningTomas Vanek1-1/+2
2018-08-21flash/at91sam4: set wait states only once per writeTomas Vanek1-9/+22
2018-08-21flash/at91sam4: emit flash bank infoTomas Vanek1-2/+24
2018-08-21flash/at91sam4: run probe just onceTomas Vanek1-8/+14
2018-08-21max32xxx: Support for MAX32XXX devices.Kevin Gillespie3-0/+1000
2018-08-14target/riscv/riscv-011: fix compile warning about uninitialized variableSvetoslav Enchev1-0/+2
2018-08-14target/cortex_m: restore C_MASKINTS after resetChristopher Head1-2/+5
2018-08-08Add detail to `wrong register size` error.Tim Newsome1-1/+2
2018-08-08target/armv7a_cache: add gdb keep-alive and fix a missing dpm finishAntonio Borneo1-4/+23
2018-08-06target/cortex_a: allow command dacrfixup during init phaseAntonio Borneo1-1/+1
2018-08-06target/arm_adi_v5: allow commands apsel and apcsw during init phaseAntonio Borneo1-18/+6
2018-08-01target/cortex_m: fix incorrect commentChristopher Head1-1/+1
2018-08-01server/server: Add ability to remove servicesMarc Schink2-0/+30
2018-08-01rtos: add support for NuttXMasatoshi Tateishi4-1/+481
2018-08-01nrf5: add free_driver_privJim Paris1-0/+16
2018-08-01target/arm_adi_v5: add command "dpreg"Antonio Borneo1-0/+39
2018-08-01flash/nor/tcl.c: fix flash bank bounds check in 'flash fill' command handlerBohdan Tymkiv1-1/+1
2018-08-01zy1000: fix compile error with gcc 8.1.1Antonio Borneo1-1/+1
2018-08-01server: explicitly call "shutdown" when catch CTRL-C or a signalAntonio Borneo1-12/+20
2018-08-01target/riscv: fix compile error with gcc 8.1.1Antonio Borneo1-0/+1
2018-07-31mips_m4k: add optional reset handlerOleksij Rempel1-0/+2
2018-07-27target/cortex_a: fix compile error for uninitialized variablePaul Bartholomew1-1/+1
2018-07-25target/cortex_m: make a variable localChristopher Head1-14/+14
2018-07-25drivers: cmsis-dap: print serial if availableKarl Palsson1-0/+18
2018-07-24cortex_a: fix virt2phys when mmu is disabledMatthias Welwarsky1-0/+14
2018-07-24usb_blaster: Don't unnecessarily go through DR-/IR-PauseDaniel Glöckner1-22/+19
2018-07-24Add RISC-V support.Tim Newsome18-1/+12157
2018-07-24arm_adi_v5: put SWJ-DP back to JTAG mode at exitAntonio Borneo3-0/+19
2018-07-23drivers: cmsis_dap_usb: implement cmd JTAG_TMSAntonio Borneo1-0/+9
2018-07-23Avoid dereferencing NULL pointer.Darius Rad1-8/+5
2018-07-22armv7a: read ttbcr and ttb0/1 at every entry in debug stateAntonio Borneo3-6/+5
2018-07-21server: Improve signal handling under LinuxBrent Roman1-10/+30
2018-07-20target/aarch64: Call aarch64_init_debug_access() earlier in aarch64_deassert_...Dennis Ostermann1-3/+5
2018-07-19target/armv7m_trace: Use prefix for enumsMarc Schink5-19/+20
2018-07-19target/armv7m_trace: Fix typo in enumMarc Schink7-9/+9