summaryrefslogtreecommitdiff
path: root/util/uut/main.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util/uut/main.c: Format with clang-formatJack Rosenthal2022-07-011-60/+54
* util: Add explicit castsTom Hughes2021-05-061-2/+2
* util: Add constTom Hughes2021-05-031-2/+2
* tree: rename strtoul to strtoull since it is 64-bitJett Rink2020-11-111-5/+5
* util: uut: add npcx9 to the device-to-flash_size mapping tableWealian Liao2020-09-091-0/+14
* util: uut: add npcx7m7fc to the device-to-flash_size mapping tableCHLin2020-08-191-5/+12
* util/uut: Fix printf formatsPatrick Georgi2019-09-041-1/+1
* util: UartUpdateTool: support "--read-flash" flagCHLin2019-08-261-13/+107
* util: uartupdatetool: do not strip trailing white spaceNamyoon Woo2019-08-231-8/+2
* util: UartUpdateTool retries Host/Dev sync up to three timesNamyoon Woo2019-08-221-12/+14
* util/uut: don't pass NULL string to printf that expects no argumentsPatrick Georgi2019-07-311-1/+1
* uartupdatetool: retry opr_check_sync() if the first attept failsNamyoon Woo2019-04-261-0/+8
* util: UUT: skip writing empty segment to save the flash timeCHLin2018-06-151-3/+37
* util: improve uartupdatetool (UUT) mechanismCHLin2018-05-221-30/+191
* util: uartupdatetool (UUT): Add tool to flash firmware by UARTCHLin2018-04-181-0/+456