aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin10-4/+17
2017-10-22arm: semihosting: set command line argumentsAndreas Fritiofson3-1/+47
2017-10-18Differentiate "target not halted" messages.Tim Newsome2-8/+9
2017-10-18Document `struct reg` fields.Tim Newsome1-0/+15
2017-10-03nrf5: Add nRF52832-QFAA supportSlowcoder1-0/+3
2017-10-03nrf51: Rename to nrf5Slowcoder3-280/+306
2017-10-03nrf51: Refactor device-listSlowcoder1-259/+45
2017-10-03stm32lx.c: Read IDcode at appropriate address.Uwe Bonnes1-9/+6
2017-10-03server: Add port number to socket bind errorRobert Foss1-1/+1
2017-10-03flash: efm32: add support for EFR-familty (e.g. bluegecko)Andrea Merello1-28/+71
2017-10-03Add missing breakFabio Utzig1-1/+1
2017-10-03stm32f2x: Fix left shift of negative valueMarc Schink1-1/+1
2017-10-03Fix typo in comment.Tim Newsome1-1/+1
2017-10-03jlink: Disable TCP/IP discoveryMarc Schink1-1/+7
2017-10-03jlink: Disable automatic device selectionMarc Schink1-4/+9
2017-10-03jlink: Use error description in log messagesMarc Schink1-42/+35
2017-10-03jlink: Make libusb optionalMarc Schink1-1/+8
2017-10-03jlink: Make use of debug level for I/O messagesMarc Schink1-0/+3
2017-10-03libjaylink: Update to latest Git versionMarc Schink1-0/+0
2017-10-03helper/options: Add missing #include for MinGW and MSYS2Marc Schink1-0/+3
2017-10-03telnet_server: increase buffer sizes to allow longer commands.Karl Palsson1-2/+2
2017-10-03telnet_server: drop unused optionsKarl Palsson3-5/+0
2017-08-10Support for STM32F722, F723, F413 and F423Andreas Bolsch1-56/+220
2017-08-10log: Add a new debug level (4) for verbose I/O debugAndreas Fritiofson4-12/+24
2017-08-10stm32l1: Devid 0x429 only has 8bit flash size registerKarl Palsson1-0/+5
2017-07-24flash Kinetis: fix probe for FlexNVM partitioned as EEPROM backupTomas Vanek1-3/+11
2017-07-24flash Kinetis: fix devices with smallest program flash (8 and 16 kB)Tomas Vanek1-1/+6
2017-07-07mips32: inline functions in headers must be staticAndreas Fritiofson1-1/+1
2017-06-30rtos: better sanity checking for uCOS-IIISteven Stallion1-0/+5
2017-06-30rtos: style corrections for uCOS-IIISteven Stallion3-97/+95
2017-06-30flash/nor/efm32: Support EZR32HG devices.Richard Watts1-1/+5
2017-06-30target: Fix snprintf format string and argument mismatch in md outputAndreas Fritiofson1-4/+4
2017-06-17flash/nor/tcl: Make read_bank parameters optionalMarc Schink1-7/+26
2017-06-17flash/nor/tcl: Respect flash bank boundary in write_bankMarc Schink1-5/+24
2017-06-17flash/nor/tcl: Make write_bank parameter optionalMarc Schink1-6/+14
2017-06-17flash/nor/tcl: Respect flash bank boundary in verify_bankMarc Schink1-9/+22
2017-06-17flash Kinetis: Add support for newer KW seriesJoakim NohlgÄrd1-0/+39
2017-06-17flash Kinetis: add KL28 deviceTomas Vanek1-21/+118
2017-06-17flash Kinetis: handle all types of watchdog, disable in reset-initTomas Vanek1-69/+204
2017-06-17flash Kinetis: implement automatic bank creation based on device probeTomas Vanek1-0/+102
2017-06-17flash Kinetis: split kinetis_chip from kinetis_flash_bankTomas Vanek1-260/+480
2017-06-17flash Kinetis: add KV5x familyTomas Vanek1-18/+50
2017-06-17flash Kinetis: add KL8x family, fix erase checkTomas Vanek1-8/+28
2017-06-17flash Kinetis: add KE1xZ and KE1xF familiesTomas Vanek1-3/+50
2017-06-17flash/nor: at91samd modified to use real erase sector sizeTomas Vanek1-49/+34
2017-06-17flash/nor/at91sam4: remove FWS=6, rename at91samg to atsamgTomas Vanek1-11/+11
2017-06-02flash: nor: ath79: fix build failure due to recent MIPS changesPaul Fertser1-37/+35
2017-05-31flash: Add support for Atheros (ath79) SPI interfaceTobias Diedrich4-0/+908
2017-05-31imx_gpio: add mmap based jtag interface for IMX processorsGrzegorz Kostka3-2/+561
2017-05-12jtag/drivers: Add Cypress KitProg driverForest Crossman3-0/+977