summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 15:07:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 15:07:06 +0000
commitf096e07fceb776545fa7b06501dc734ad0e81783 (patch)
treeaa15bc2af17fcfac1187c1870a8650f2148ba170 /nuttx/ChangeLog
parentafc0ebc1b59d02737cc44924bd318dc9558a912a (diff)
downloadnuttx-f096e07fceb776545fa7b06501dc734ad0e81783.tar.gz
nuttx-f096e07fceb776545fa7b06501dc734ad0e81783.tar.bz2
nuttx-f096e07fceb776545fa7b06501dc734ad0e81783.zip
Change order of includes in apps/Makefile; add clock frequencies to shenzhou, fire, and olimex-stm32 board.h files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5210 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 55a06aeec..4ea03f34f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3458,3 +3458,6 @@
* 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).
+ * board.h file for shenzhou, fire-stm32v2, and olimex-stm32-p107:
+ Add frequencies for HSE, HSI, LSE, and LSI. These are needed
+ by the STM32 watchdog driver.