aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-29 20:07:16 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-29 20:07:16 +0000
commita11ad68eeda461cac42e49b35d1487305ba74fd1 (patch)
treef9e1c487007a6ec7ad904597572d0e3cd3a8df70 /nuttx/ChangeLog
parent6c72068d149ec6225f6194ccaf015d51420ff5e8 (diff)
downloadpx4-firmware-a11ad68eeda461cac42e49b35d1487305ba74fd1.tar.gz
px4-firmware-a11ad68eeda461cac42e49b35d1487305ba74fd1.tar.bz2
px4-firmware-a11ad68eeda461cac42e49b35d1487305ba74fd1.zip
Candidate fix for the libboard.a dependency problem (from Mike Smith)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4346 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2c06338c7..271d7fb89 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2401,5 +2401,10 @@
Add a configuration test the USB composite device.
* include/nuttx/usb/usb.h, drivers/usbdev/composite_descriptors.c, and
drivers/usbdev/cdcacm_descriptors.c: Add support for the USB Interface
- Association Descriptor (IAD)
+ Association Descriptor (IAD)
* arch/arm/src/stm32/stm32_i2c.c: Correct a typo in STM32 I2C3 support
+ (submitted by Mike Smith)
+ * arch/*/src/Makefile: Candidate solution for dependency issue in the board
+ sub-directory: By making libboard.a a "phony" target, libboard.a should
+ always rebuilt (the end result is worth the small increase in build time)
+ (submitted by Mike Smith).