aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-29 20:34:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-29 20:34:25 +0000
commit96a334a758bbdc466ba8ae0cb20f2f79958623ec (patch)
tree30c5dcd88c8d3a48442681bf495501d0b092d264 /nuttx/ChangeLog
parent253d3ab52353d640f11a95a148105d04d96a1d29 (diff)
downloadpx4-firmware-96a334a758bbdc466ba8ae0cb20f2f79958623ec.tar.gz
px4-firmware-96a334a758bbdc466ba8ae0cb20f2f79958623ec.tar.bz2
px4-firmware-96a334a758bbdc466ba8ae0cb20f2f79958623ec.zip
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
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
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 <gnutt@nuttx.org>
+
+ * 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).