summaryrefslogtreecommitdiff
path: root/util/stm32mon.c
Commit message (Expand)AuthorAgeFilesLines
* util/stm32mon: Prefix unrecognized bootloader cmds with 0xCraig Hesling2021-07-281-1/+1
* util/stm32mon: Move read unprotect before reading valuesCraig Hesling2021-07-281-5/+6
* util/stm32mon: Fix Readout Unprotect for STM32F412Craig Hesling2021-07-271-1/+1
* util/stm32mon: Fix cmd_lookup_nameCraig Hesling2021-07-271-1/+1
* util: Add explicit castsTom Hughes2021-05-061-9/+12
* util/stm32mon: Give names to byte commandsCraig Hesling2021-02-031-2/+43
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* utils: fix uninitialized variable in newer versions of gccJack Rosenthal2020-01-111-1/+1
* stm32mon: Add connect retries parameterCraig Hesling2019-11-271-5/+20
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* stm32mon: Added declarations for stm32g0 seriesJes Klinke2019-06-151-0/+44
* stm32mon: : fix coverity scan issue on a write_wrapper() callNamyoon Woo2019-05-211-1/+7
* util/stm32mon: Add cmdline option to display versionTom Hughes2019-04-241-2/+17
* stm32mon: retry on damaged ACK, NACK or timeoutNamyoon Woo2019-04-121-126/+253
* hatch_fp: STM32F412 can have up to 1 MB Flash (some have less)Tom Hughes2019-04-091-15/+291
* hatch_fp: Fix flash erase in stm32monTom Hughes2019-04-031-1/+1
* stm32mon: Add link to SPI protocolTom Hughes2018-12-171-1/+4
* stm32h7/nocturne_fp: Enable RDP level 1, tie it to flash protection statusNicolas Boichat2018-09-221-13/+19
* stm32mon: don't set UART attributes when programming over Cr50Vadim Bendebury2018-08-181-14/+26
* stm32mon: add logging capabilityVadim Bendebury2018-08-081-11/+84
* stm32mon: do not print zeros received when draining the input.Vadim Bendebury2018-08-081-1/+24
* util/stm32mon: Fix resource leakPatrick Georgi2018-07-301-0/+1
* stm32mon: terminate gracefully when failing to get commands listVincent Palatin2018-04-121-1/+3
* stm32mon: fix progressbar parameterVincent Palatin2018-03-071-1/+1
* stm32mon: add option to replace the spinnerVincent Palatin2018-03-011-3/+19
* stm32mon: skip empty blocksVincent Palatin2018-02-261-12/+18
* stm32mon: do not write trailing empty spaceVincent Palatin2018-01-101-0/+6
* stm32mon: add STM32H7 identifierVincent Palatin2018-01-101-0/+1
* stm32mon: change erase timeoutVincent Palatin2018-01-101-3/+12
* stm32: add embryonic support for STM32F76xVincent Palatin2017-08-181-0/+1
* st32mon: Define SPI_IOC_WR_MODE32 if it's missingStefan Reinauer2017-08-161-0/+8
* stm32mon: Add support for STM32F412Gwendal Grignou2017-06-061-0/+1
* stm32mon: Add offset/length parameter to read/write a particular memory regionGwendal Grignou2017-06-021-24/+33
* stm32mon: Add support for STM32F411Gwendal Grignou2017-06-021-27/+48
* stm32mon: add support for SPI flashing modeVincent Palatin2017-03-281-16/+99
* stm32: add support for STM32L442Vincent Palatin2017-02-171-0/+1
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* use _DEFAULT_SOURCE for newer glibcMike Frysinger2015-12-081-1/+2
* stm32mon: add STM32F09X chip idRong Chang2015-04-241-0/+1
* stm32mon: fix unable to flash to nyan board problemYen Lin2014-12-161-1/+1
* Add stm32mon support for STM32F37xxVic Yang2014-10-211-0/+1
* stm32mon: add option to read firmware image from stdinVincent Palatin2014-10-021-3/+6
* stm32mon: add support for i2c transport.Gwendal Grignou2014-09-041-76/+204
* veyron: Modify board configzyw2014-07-231-7/+8
* stm32mon: fix STM32F03x flash sizeVincent Palatin2014-04-301-1/+1
* stm32: add STM32F03x configurationVincent Palatin2014-03-221-0/+2
* stm32: add support for STM32F0xx familyVincent Palatin2014-03-111-0/+1
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-4/+5
* Tool support for STM32L-Discovery boardJeremy Thorpe2013-09-281-1/+2
* stm32mon: add back flashing progressionVincent Palatin2013-02-061-8/+9