aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/kinetis.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-15fix GCC's `-Wcalloc-transposed-args` warningEvgeniy Naydanov1-2/+2
2024-01-06flash/nor/kinetis: add support for NXP S32K seriesDavid Vidrie Leon1-17/+243
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-01flash/nor/kinetis: fix clang scan-build error format-truncationErhan Kurubas1-1/+1
2022-08-27flash: nor: use binary prefixes consistentlyPaul Fertser1-3/+3
2022-08-08fix Kinetis 100 MHz rev 1.x programmingMartin Hierholzer1-0/+39
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-06-24arm_adi_v5: add ap refcount and add get/put around ap useAntonio Borneo1-5/+24
2021-09-25armv7m.h: relax dependency from 'arm_adi_v5.h'Antonio Borneo1-0/+1
2021-08-22flash/kinetis: use COMMAND_PARSE_NUMBER in command handlersTarek BOCHKATI1-7/+9
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-10/+10
2021-07-02flash: rename CamelCase symbolsAntonio Borneo1-39/+39
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-2/+2
2021-05-22flash: fix some minor typoAntonio Borneo1-1/+1
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-3/+3
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-8/+5
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-4/+4
2020-07-13flash/nor/kinetis: fix FCF handlingTomas Vanek1-22/+34
2020-07-13flash/nor/kinetis: use target_get_working_area_avail()Tomas Vanek1-14/+13
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-13/+15
2020-06-06nor/kinetis: add keep-alive during flash writeAntonio Borneo1-0/+4
2020-05-09flash/nor/kinetis: Minor code cleanupsMarc Schink1-34/+26
2020-01-02flash/nor/kinetis: fix clang static analyzer warningsTomas Vanek1-1/+6
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-13/+13
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-04-07flash/kinetis: use coherent indentation in struct initializationAntonio Borneo1-1/+2
2019-03-27Constify struct flash_driver instancesChristopher Head1-2/+2
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-8/+14
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek1-1/+1
2018-05-30Fix warnings exposed by GCC8Paul Fertser1-4/+6
2018-04-10flash/nor/kinetis: implement flash bank deallocationTomas Vanek1-1/+18
2018-01-25flash Kinetis: add K27 and K28 devicesTomas Vanek1-0/+11
2018-01-25flash Kinetis: make FCF protection more user friendlyTomas Vanek1-8/+47
2017-10-23Fix GCC7 warnings about string truncationFreddie Chopin1-1/+1
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-0/+1
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-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-04-23flash Kinetis: reduce a flash write message severity to infoJoakim Nohlgård1-1/+1
2016-11-04flash Kinetis: Family K8x addedTomas Vanek1-0/+11
2016-11-04flash Kinetis: add cache invalidate for KLx seriesTomas Vanek1-22/+25
2016-11-04flash Kinetis: longword programming changed to flash_async_algorithmTomas Vanek1-96/+35
2016-11-04Make OpenOCD build using -Og.Tim Newsome1-1/+1