From 96a334a758bbdc466ba8ae0cb20f2f79958623ec Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 29 Sep 2012 20:34:25 +0000 Subject: Implementation of /dev/random using the STM32 Random Number Generator (RNG) git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5207 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index ef9e77132..55a06aeec 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -3454,3 +3454,7 @@ going outside of local network. Submitted by Darcy Gong 6.23 2012-09-29 Gregory Nutt + + * arch/arm/src/stm32/stm32_rng.c, chip/stm32_rng.h, and other files: + Implementation of /dev/random using the STM32 Random Number + Generator (RNG). -- cgit v1.2.3