aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 17:36:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 17:36:07 +0000
commit44a18f5361f2cd78d5f71584869cd087ab3dabf7 (patch)
tree64bb2a8bfc5fdae5e8a88464b3b89054f602259e /nuttx/ChangeLog
parentb0eb4f3ccee248a2f70fab8ab1972ad4907a9e22 (diff)
downloadpx4-firmware-44a18f5361f2cd78d5f71584869cd087ab3dabf7.tar.gz
px4-firmware-44a18f5361f2cd78d5f71584869cd087ab3dabf7.tar.bz2
px4-firmware-44a18f5361f2cd78d5f71584869cd087ab3dabf7.zip
Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5211 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4ea03f34f..eb85a8e7c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3461,3 +3461,5 @@
* 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.
+ * CONFIG_EXAMPLES_*: To make things consistent, changed all occurrences
+ of CONFIG_EXAMPLE_* to CONFIG_EXAMPLES_*.