aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-01-05arm_adi_v5: fix wrong addressing after change of CSW_ADDRINCTomas Vanek
2018-01-04target aarch64: rework memory read/write to use 8/16/32 bit operationsBas Vermeulen
2018-01-03jtag/drivers/cmsis-dap: fix connect under resetTomas Vanek
2017-12-12target: remove unused event definitionsTomas Vanek
2017-12-12flash/nor/stm32f2x: fix erase on STM32F413/423Tomas Vanek
2017-12-12flash/nor/stm32f2x: fix protection block size for F767 in dual bank modeTomas Vanek
2017-12-12jtag: drivers: stlink: handle all versions with single configPaul Fertser
2017-12-07stm8 : new targetAke Rehnman
2017-12-06flash: Add new stm32h7x driver supportAlexandre Torgue
2017-12-06Only call cmsis_dap_cmd_DAP_SWD_Configure when swd_mode is enabledBas Vermeulen
2017-12-06spi: add n25q256 flashRobert Jordens
2017-12-06server/gdb: Use 'bool' instead of 'int' for boolean valuesMarc Schink
2017-12-06server/gdb: Use get_target_from_connection()Marc Schink
2017-12-06target: Constify parameter of is_armv7m()Marc Schink
2017-12-06rtos: Use 'bool' as return type for detect_rtos()Marc Schink
2017-12-06adi_v5_swd: Add error message when SWD fails to connectJonas Norling
2017-10-27ftdi: Enable SWDIO output before sending data on itJonas Norling
2017-10-27Cortex-M: Delete an unnecessary local variableChristopher Head
2017-10-27Cortex-M: fix stale DHCSR cache valuesChristopher Head
2017-10-23Fix GCC7 warnings about string truncationFreddie Chopin
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin
2017-10-22arm: semihosting: set command line argumentsAndreas Fritiofson
2017-10-18Differentiate "target not halted" messages.Tim Newsome
2017-10-18Document `struct reg` fields.Tim Newsome
2017-10-03nrf5: Add nRF52832-QFAA supportSlowcoder
2017-10-03nrf51: Rename to nrf5Slowcoder
2017-10-03nrf51: Refactor device-listSlowcoder
2017-10-03stm32lx.c: Read IDcode at appropriate address.Uwe Bonnes
2017-10-03server: Add port number to socket bind errorRobert Foss
2017-10-03flash: efm32: add support for EFR-familty (e.g. bluegecko)Andrea Merello
2017-10-03Add missing breakFabio Utzig
2017-10-03stm32f2x: Fix left shift of negative valueMarc Schink
2017-10-03Fix typo in comment.Tim Newsome
2017-10-03jlink: Disable TCP/IP discoveryMarc Schink
2017-10-03jlink: Disable automatic device selectionMarc Schink
2017-10-03jlink: Use error description in log messagesMarc Schink
2017-10-03jlink: Make libusb optionalMarc Schink
2017-10-03jlink: Make use of debug level for I/O messagesMarc Schink
2017-10-03libjaylink: Update to latest Git versionMarc Schink
2017-10-03helper/options: Add missing #include for MinGW and MSYS2Marc Schink
2017-10-03telnet_server: increase buffer sizes to allow longer commands.Karl Palsson
2017-10-03telnet_server: drop unused optionsKarl Palsson
2017-08-10Support for STM32F722, F723, F413 and F423Andreas Bolsch
2017-08-10log: Add a new debug level (4) for verbose I/O debugAndreas Fritiofson
2017-08-10stm32l1: Devid 0x429 only has 8bit flash size registerKarl Palsson
2017-07-24flash Kinetis: fix probe for FlexNVM partitioned as EEPROM backupTomas Vanek
2017-07-24flash Kinetis: fix devices with smallest program flash (8 and 16 kB)Tomas Vanek
2017-07-07mips32: inline functions in headers must be staticAndreas Fritiofson
2017-06-30rtos: better sanity checking for uCOS-IIISteven Stallion
2017-06-30rtos: style corrections for uCOS-IIISteven Stallion