aboutsummaryrefslogtreecommitdiff
path: root/src/target/stm8.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-27target: use unsigned int for timeout_msAntonio Borneo1-2/+2
2023-05-18target: move in target_type.h the target_type's declarationAntonio Borneo1-2/+2
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-17/+17
2021-07-02target/stm8: Remove unused member 'stm8_common'Marc Schink1-2/+0
2021-06-18Use boolean argument for register_get_by_name()Marc Schink1-2/+2
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-17/+17
2021-05-08target/stm8: Make 'stm8_command_handlers' staticMarc Schink1-1/+1
2020-11-04target: declare local symbols as staticAntonio Borneo1-1/+1
2020-09-05target: use proper format with uint32_tAntonio Borneo1-8/+8
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-1/+1
2020-07-08coding style: fix space separationAntonio Borneo1-2/+2
2020-05-24stm8 target: make adapter speed settings workAke Rehnman1-11/+29
2020-05-24swim: fix adapter speed handlingAntonio Borneo1-1/+1
2020-05-24swim: abstract the transport in stm8 targetAntonio Borneo1-53/+16
2020-02-15coding style: remove unnecessary parenthesesAntonio Borneo1-1/+1
2020-01-14hla: use the new system_reset APIAntonio Borneo1-11/+3
2019-11-07STM8 Target relicensing to GPLv2 and laterAke Rehnman1-16/+16
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2019-02-07target start_algorithm: Don't copy the IN mem_params fix uninitialised value.Jean-Christian de Rivaz1-0/+2
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek1-0/+3
2019-01-14target/stm8: add missing destroy_reg_param()Tomas Vanek1-0/+1
2019-01-08target/stm8: add support for multi-architecture gdbAntonio Borneo1-0/+6
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek1-5/+8
2018-02-24stm8: fix compilation warningAke Rehnman1-1/+2
2017-12-07stm8 : new targetAke Rehnman1-0/+2219