summaryrefslogtreecommitdiff
path: root/chip/stm32/trng.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* tree: Remove non-standard "%ph" printf formatTom Hughes2022-07-191-1/+5
* trng: Rename rand to trng_randTom Hughes2022-07-061-11/+11
* chip/stm32/trng.c: Format with clang-formatJack Rosenthal2022-06-281-6/+6
* Revert "trng: Rename rand to trng_rand"Pin-yen Lin2022-06-281-11/+11
* trng: Rename rand to trng_randTom Hughes2022-06-281-11/+11
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* printf: Convert %h to %phEvan Green2019-10-051-1/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* ectool/trng: Add "rand" host command for testing RNGTom Hughes2019-08-061-2/+34
* trng: make init_trng(), exit_trng() and rand_bytes() test_mockable.Yicheng Li2019-06-211-3/+3
* stm32f412: add TRNG supportNicolas Norvez2019-04-031-0/+7
* stm32h7: Add support for TRNGNicolas Boichat2018-07-101-1/+37
* stm32: add TRNG supportVincent Palatin2017-02-231-0/+70