Angus Gratton
|
83a179abb0
|
esp32: Add esp_fill_random() function
Convenience function to fill a buffer with random bytes.
Add some unit tests (only sanity checks, really.)
|
2018-09-03 04:39:45 +00:00 |
|
Ivan Grokhotkov
|
bfeecd2b56
|
freertos: deprecate XT_CLOCK_FREQ
- freertos: add deprecated definition for XT_CLOCK_FREQ
- flash_ops: don't use XT_CLOCK_FREQ
- unity: don't use XT_CLOCK_FREQ
- hw_random: don't use XT_CLOCK_FREQ
- core_dump: don't use XT_CLOCK_FREQ
- app_trace: don't use XT_CLOCK_FREQ
- xtensa_init: init xt_tick_divisor
|
2017-10-18 14:19:19 +08:00 |
|
Angus Gratton
|
3bb90bab97
|
esp_random: Add some documentation about using before RF subsystem is on
|
2017-07-11 14:27:20 +08:00 |
|
Angus Gratton
|
63e9806d85
|
esp_random: XOR the RNG register value several times before returning it
Probably unnecessary, but avoids returning internal RNG state as-is.
|
2017-01-04 17:07:12 +11:00 |
|
Ivan Grokhotkov
|
50f178c1ce
|
esp32: add some implementation comments
|
2016-11-23 12:55:49 +08:00 |
|
Ivan Grokhotkov
|
cf6fc7c741
|
Add API for random number generator
|
2016-11-22 21:14:37 +08:00 |
|