aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-04src/flash/nor/stm32f2x.c: Really erase second bank if requested.Uwe Bonnes1-3/+5
2016-05-04 stm32l4x.c: Correct waiting for data.Uwe Bonnes1-7/+8
2016-05-04stm32l4x.c: Use explicit 64-bit flash access as reference manual implies.Uwe Bonnes1-8/+7
2016-05-04server/telnet: Check malloc() return valuesMarc Schink1-2/+16
2016-05-04RTOS support: Add FPU support for FreeRTOSJonathan Dumaresq3-2/+111
2016-05-04flash: Added support for Freescale Kinetis KE family.Ivan Meleca3-0/+1314
2016-05-04stm32l4x.c: Free r6/7 for 64-bit operations.Uwe Bonnes1-4/+4
2016-04-06flash Kinetis: remove TARGET_HALTED halted check from probeTomas Vanek1-11/+1
2016-03-24cortex_a: allow physical memory access through AHB-AP againMatthias Welwarsky1-14/+29
2016-03-24ftdi: allow selecting device by usb bus locationMatthias Welwarsky3-8/+88
2016-02-29helper/fileio: Remove nested structMarc Schink14-169/+171
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson8-22/+25
2016-02-29Cortex-A/R: Fix Mask-ISR parsingEvan Hunter1-8/+5
2016-02-29Cortex-A/R: Add missing timeout for loop polling DSCR & fix timeout typesEvan Hunter1-9/+14
2016-02-29fm4: Add support for S6E2DH familyAndreas Färber1-1/+39
2016-02-29fm4: Add support for MB9BFx64/x65Andreas Färber1-1/+22
2016-02-29armv4_5: support weirdo ARMv6 secure monitor modeLinus Walleij2-0/+8
2016-02-29flash: nor: mdr: implement read/verify for Info memoryPaul Fertser1-1/+95
2016-02-29armv7m: Integrate build of erase check codeAndreas Färber1-9/+1
2016-02-29xmc4xxx: Integrate build of erase check codeAndreas Färber1-9/+1
2016-02-29flash: New Spansion FM4 flash driverAndreas Färber3-0/+665
2016-02-29at91sam4 Flash: Added identification of atsam4n'sColin Helliwell1-0/+167
2016-02-29stm32lx.c: Print device string as info.Uwe Bonnes1-0/+2
2016-02-29stm32lx.c: Add STM32L0 categories 1, 2 and 5.Uwe Bonnes1-2/+48
2016-02-29flash/nor/faux.c: fixing check for failed mallocAlexander Kurz1-1/+1
2016-02-29arm_disassembler: bugfix, MRRC instruction not recognizedAlexander Kurz1-1/+1
2016-02-29flash/nor/stellaris: fix: flash info RCC and RCC2 mixed upAlexander Kurz1-1/+1
2016-02-29flash/nor/non_cfi.c: cleanup, member double-intializationAlexander Kurz1-1/+0
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz21-36/+29
2016-02-29cfi intel: fixing faulty flash write error messageAlexander Kurz1-1/+3
2016-02-27nrf51: move hwid 0057 and add 0058Peter A. Bigot1-9/+12
2016-02-27nrf51: move table entry for hwid 0084 to correct MCU sectionPeter A. Bigot1-6/+6
2016-02-25arm_adi_v5: Rewrite dap_rom_displayAndreas Fritiofson1-315/+284
2016-02-23xmc4xxx: Add XMC4700 supportAndreas Färber1-3/+12
2016-02-22adi_v5_swd: Avoid special handling the SELECT cache during connectAndreas Fritiofson1-5/+4
2016-02-22adi_v5: Remove forgotten FIXME definitionAlamy Liu1-6/+0
2016-02-15Kinetis: check/switch run mode before flash operationTomas Vanek1-17/+62
2016-02-15Kinetis: invalidate flash cache after erase/writeTomas Vanek1-12/+31
2016-02-15Kinetis: improve flash detection using SIM_FCFG2 MAXADDR0 and MAXADDR1Tomas Vanek1-8/+44
2016-02-15Kinetis: nvm_partition commandTomas Vanek1-1/+153
2016-02-15Kinetis: fix preparation of FlexRAM before flash programmingTomas Vanek1-27/+37
2016-02-15Kinetis: kinetis_ftfx_command() based on target instead of flash bankTomas Vanek1-41/+15
2016-02-15Kinetis: FlexNVM handlingTomas Vanek1-130/+141
2016-02-13jlink: Update for libjaylink API changesMarc Schink2-34/+57
2016-02-13cmsis-dap: Fix CMSIS-DAP serial number processing.anpilog1-1/+3
2016-02-13flash: nor: nrf51: add hwid 0x0057Jacob Rosenthal1-0/+9
2016-02-13cfi: support for 16-bit flash with reversed endiannessEsben Haabendal2-5/+20
2016-02-13Change isa stringKent Brinkley1-1/+1
2016-02-13jtag ftdi: sample TDO on falling edge of TCKMatthias Welwarsky1-9/+46
2016-02-13flash/nor/spi: reorder to group micron devicesRobert Jordens1-2/+2