aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/kinetis.c
AgeCommit message (Expand)Author
2020-01-02flash/nor/kinetis: fix clang static analyzer warningsTomas Vanek
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo
2019-04-07flash/kinetis: use coherent indentation in struct initializationAntonio Borneo
2019-03-27Constify struct flash_driver instancesChristopher Head
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek
2018-05-30Fix warnings exposed by GCC8Paul Fertser
2018-04-10flash/nor/kinetis: implement flash bank deallocationTomas Vanek
2018-01-25flash Kinetis: add K27 and K28 devicesTomas Vanek
2018-01-25flash Kinetis: make FCF protection more user friendlyTomas Vanek
2017-10-23Fix GCC7 warnings about string truncationFreddie Chopin
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin
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-06-17flash Kinetis: Add support for newer KW seriesJoakim Nohlgård
2017-06-17flash Kinetis: add KL28 deviceTomas Vanek
2017-06-17flash Kinetis: handle all types of watchdog, disable in reset-initTomas Vanek
2017-06-17flash Kinetis: implement automatic bank creation based on device probeTomas Vanek
2017-06-17flash Kinetis: split kinetis_chip from kinetis_flash_bankTomas Vanek
2017-06-17flash Kinetis: add KV5x familyTomas Vanek
2017-06-17flash Kinetis: add KL8x family, fix erase checkTomas Vanek
2017-06-17flash Kinetis: add KE1xZ and KE1xF familiesTomas Vanek
2017-04-23flash Kinetis: reduce a flash write message severity to infoJoakim Nohlgård
2016-11-04flash Kinetis: Family K8x addedTomas Vanek
2016-11-04flash Kinetis: add cache invalidate for KLx seriesTomas Vanek
2016-11-04flash Kinetis: longword programming changed to flash_async_algorithmTomas Vanek
2016-11-04Make OpenOCD build using -Og.Tim Newsome
2016-10-17flash Kinetis: fix mdm check_security regression in JTAG modeTomas Vanek
2016-08-14flash Kinetis: Implement flash protection settingTomas Vanek
2016-08-14flash Kinetis: refactoring ftfx commands and numerous minor changesTomas Vanek
2016-08-14flash Kinetis: dynamic status detection before starting mass_eraseTomas Vanek
2016-08-14flash Kinetis: Detect RESET/WDOG loop, fix detection of secured MCUTomas Vanek
2016-08-14kinetis: support mass erase on boards without SRSTSteven Stallion
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-17kinetis: Fix typo in variable namesAndreas Färber
2016-05-05flash Kinetis: new KVx family addedTomas Vanek
2016-04-06flash Kinetis: remove TARGET_HALTED halted check from probeTomas Vanek
2016-02-15Kinetis: check/switch run mode before flash operationTomas Vanek
2016-02-15Kinetis: invalidate flash cache after erase/writeTomas Vanek
2016-02-15Kinetis: improve flash detection using SIM_FCFG2 MAXADDR0 and MAXADDR1Tomas Vanek
2016-02-15Kinetis: nvm_partition commandTomas Vanek
2016-02-15Kinetis: fix preparation of FlexRAM before flash programmingTomas Vanek
2016-02-15Kinetis: kinetis_ftfx_command() based on target instead of flash bankTomas Vanek
2016-02-15Kinetis: FlexNVM handlingTomas Vanek
2015-12-29arm_adi_v5: dap_queue_ap_* DAP->AP parameterAndreas Fritiofson
2015-12-29arm_adi_v5: Remove all cases of "restoring" previous dap_ap_select()Andreas Fritiofson
2015-11-27adi_v5: Fix wrong ap valueAlamy Liu
2015-11-20Kinetis: suppress false alarms "MCU is secured"Tomas Vanek
2015-11-05Kinetis: properly pad flash section writesTomas Vanek