aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stellaris.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-01-30arm_adi_v5: rewrite dap_to_jtag and dap_to_swdAntonio Borneo1-2/+4
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29flash/nor/stellaris: fix: flash info RCC and RCC2 mixed upAlexander Kurz1-1/+1
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-2/+2
2015-04-16Fix several format specifiers errors exposed by arm-none-eabiPaul Fertser1-2/+2
2015-03-09flash/nor/stellaris: allow to recover a locked device that can't be examinedPaul Fertser1-5/+5
2015-03-09flash/nor/stellaris: remove dead assignmentPaul Fertser1-1/+1
2014-10-06flash/nor/stellaris: implement protection statuses and proceduresPaul Fertser1-109/+89
2014-10-06flash/nor/stellaris: actually enable protection and unprotection with ICDIPaul Fertser1-8/+15
2014-09-08flash/nor/stellaris: add all Tiva C parts IDsPaul Fertser1-50/+71
2014-09-08flash/nor/stellaris: improve support for Tiva C (Blizzard and Snowflake)Paul Fertser1-12/+56
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+2
2014-02-06flash: declare fixed arrays constSpencer Oliver1-2/+2
2013-10-31Remove unnecessary castsAndreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-02-02armv7m: use ARM_MODE_THREAD core mode for algoorithm'sSpencer Oliver1-1/+1
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver1-1/+1
2012-10-12flash: update stellaris flash data to latest dev package 9453Spencer Oliver1-8/+10
2012-10-08flash/nor/stellaris: Remove unnecessary write_algorithm checkAndreas Fritiofson1-2/+1
2012-05-14flash: blank check use default_flash_blank_checkSpencer Oliver1-1/+1
2012-04-24topic: Fixed a clang Dead assignment warning.Linus Tolke1-1/+1
2012-04-10topic: add reset functions for SWDSimon Qian1-2/+3
2012-02-26flash: add stellaris async flash loaderSpencer Oliver1-66/+49
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-132/+75
2012-01-27flash: fix stellaris class regressionSpencer Oliver1-1/+1
2012-01-23flash: update stellaris_set_flash_timing for target classSpencer Oliver1-0/+4
2012-01-23flash: cleanup stellaris device class detectionSpencer Oliver1-35/+31
2012-01-18flash: add missing stellaris device classesSpencer Oliver1-0/+4
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-12optimize: replace while loop by memcpyMathias K1-7/+2
2012-01-04Change return value on error.Mathias K1-5/+3
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-1/+1
2011-11-09warning fix: remove unused variable assignmentØyvind Harboe1-3/+1
2011-11-08flash: update luminary device tableSpencer Oliver1-242/+288
2011-11-01flash: add Stellaris Blizzard classSpencer Oliver1-1/+1
2011-10-18luminary: add new targetsSpencer Oliver1-3/+71
2011-07-10Fix typo in command outputLuca Bruno1-1/+1
2011-03-17Fix a bunch of typos.Uwe Hermann1-1/+1
2011-01-19stellaris: automatically generate and update device IDsEric Wetzel1-0/+6
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-2/+2
2010-11-17FLASH/NOR: Remove useless file stellaris.hAntonio Borneo1-1/+85
2010-10-28src: add loader src descriptionSpencer Oliver1-0/+2
2010-08-31flash: increase stellaris flash loader bufferSpencer Oliver1-1/+1
2010-08-01stellaris flash comment updateDavid Brownell1-1/+1
2010-07-20flash: remove algorithm exit_point address for supported targetsSpencer Oliver1-2/+1
2010-06-15stellaris: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-05-29nor: fix memory leaks during probeSpencer Oliver1-0/+6
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1