summaryrefslogtreecommitdiff
path: root/stlinkv3_spi.c
Commit message (Expand)AuthorAgeFilesLines
* tree/: Drop default_spi_probe_opcode for NULL caseEdward O'Callaghan2023-03-031-1/+0
* spi: Make 'default_spi_send_multicommand' the default unless definedEdward O'Callaghan2023-03-011-1/+0
* spi: Make 'default_spi_write_aai' the default unless definedEdward O'Callaghan2022-12-211-1/+0
* stlinkv3_spi: work around false-positive compiler errorAlexander Goncharov2022-11-181-1/+2
* drivers/: Make 'fallback_{un}map' the default unless definedEdward O'Callaghan2022-10-081-2/+0
* drivers/: Make 'internal_delay' the default unless definedEdward O'Callaghan2022-09-271-1/+0
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-2/+2
* tree: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-071-1/+1
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-071-2/+2
* tree: Check properly if libusb is initializedThomas Heijligen2022-08-231-2/+1
* stlinkv3_spi.c: Use one variable to store raw parameter valuesFelix Singer2022-08-141-16/+15
* stlinkv3_spi: add support for more product variantsMiklós Márton2022-07-181-5/+16
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-111-0/+1
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-021-2/+2
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-271-8/+8
* Global cleanup: Fix a few spelling errorsMartin Roth2022-05-031-1/+1
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-11/+2
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-2/+12
* treewide: Drop unnecessary uses of memset/memcpyAngel Pons2021-06-091-21/+7
* stlinkv3_spi.c: Drop stlinkv3_ prefix for spi data struct memberAnastasia Klimchuk2021-05-221-5/+5
* stlinkv3_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-05-221-29/+66
* stlinkv3_spi.c: Clean up properly on all init error pathsAnastasia Klimchuk2021-05-191-7/+15
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+1
* stlinkv3_spi.c: Improve printed messagesMiklós Márton2020-08-041-5/+6
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-1/+1
* stlinkv3_spi: Avoid division by zeroPatrick Georgi2020-04-241-2/+3
* stlinkv3_spi: Fix memory leakPatrick Georgi2020-04-241-0/+1
* stlinkv3_spi: Move a declaration out of for-loop headNico Huber2020-01-021-1/+2
* Add support for STLINK V3 debugger/programmer via its SPI bridgeMiklós Márton2019-12-311-0/+516