aboutsummaryrefslogtreecommitdiff
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
commitb0eb4f3ccee248a2f70fab8ab1972ad4907a9e22 (patch)
treeaa15bc2af17fcfac1187c1870a8650f2148ba170 /nuttx/ChangeLog
parente6656c077c35341384d5474f0d7b65067b7997ec (diff)
downloadpx4-firmware-b0eb4f3ccee248a2f70fab8ab1972ad4907a9e22.tar.gz
px4-firmware-b0eb4f3ccee248a2f70fab8ab1972ad4907a9e22.tar.bz2
px4-firmware-b0eb4f3ccee248a2f70fab8ab1972ad4907a9e22.zip
Change order of includes in apps/Makefile; add clock frequencies to shenzhou, fire, and olimex-stm32 board.h files
git-svn-id: http://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.