summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-24 13:59:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-24 13:59:53 -0600
commite2ad1144b26f2c7181ec039d7feed3742008068b (patch)
treec277b12a6816a944c7e06eced3dc61728bb02604 /nuttx/ChangeLog
parent2cb869c6a09605d7413269f41a867265944e3e85 (diff)
downloadnuttx-e2ad1144b26f2c7181ec039d7feed3742008068b.tar.gz
nuttx-e2ad1144b26f2c7181ec039d7feed3742008068b.tar.bz2
nuttx-e2ad1144b26f2c7181ec039d7feed3742008068b.zip
KL25: Update build for compatibility with recent CC3000 changes
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 dfe62d637..9646fc40d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5874,3 +5874,6 @@
* arch/arm/src/sama5/sam_adc.c, sam_tc.c and sam_tc.h: Hook in the
timer/counter logic so that it can driver periodic ADC sampling
(2013-10-24).
+ * configs/freedom-kl25z/src/Makefile: Only build kl_wifi.c if
+ CONFIG_WL_CC3000 is selected. From Alan Carvalho de Assis
+ (2013-10-24).