summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-23 19:06:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-23 19:06:40 +0000
commit4c3cc60932ac1b6ec0076ab89a80de55e0b69a4c (patch)
treea763c9e920604ef01d55cf2b30ae2a087516df33 /nuttx/configs
parenta8cb02138ce460fbd66d242d34dda71082062538 (diff)
downloadpx4-nuttx-4c3cc60932ac1b6ec0076ab89a80de55e0b69a4c.tar.gz
px4-nuttx-4c3cc60932ac1b6ec0076ab89a80de55e0b69a4c.tar.bz2
px4-nuttx-4c3cc60932ac1b6ec0076ab89a80de55e0b69a4c.zip
binfmt_execmodule() calls to sched_releasttcb() was not updated to use the second, thread type parameter
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5779 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/open1788/knsh/defconfig3
-rw-r--r--nuttx/configs/open1788/nsh/defconfig3
-rw-r--r--nuttx/configs/open1788/scripts/memory.ld3
-rw-r--r--nuttx/configs/sam3u-ek/scripts/memory.ld3
-rw-r--r--nuttx/configs/stm32f4discovery/scripts/memory.ld3
5 files changed, 8 insertions, 7 deletions
diff --git a/nuttx/configs/open1788/knsh/defconfig b/nuttx/configs/open1788/knsh/defconfig
index addfd82ad..291740f8e 100755
--- a/nuttx/configs/open1788/knsh/defconfig
+++ b/nuttx/configs/open1788/knsh/defconfig
@@ -191,8 +191,7 @@ CONFIG_LPC17_GPDMA=y
#
# SDIO Configuration
#
-# CONFIG_SDIO_DMA=y
-CONFIG_SDIO_DMAPRIO=0x0
+# CONFIG_SDIO_DMA is not defined
# CONFIG_SDIO_WIDTH_D1_ONLY is not set
#
diff --git a/nuttx/configs/open1788/nsh/defconfig b/nuttx/configs/open1788/nsh/defconfig
index d4139111a..27ae85829 100644
--- a/nuttx/configs/open1788/nsh/defconfig
+++ b/nuttx/configs/open1788/nsh/defconfig
@@ -185,8 +185,7 @@ CONFIG_LPC17_GPDMA=y
#
# SDIO Configuration
#
-# CONFIG_SDIO_DMA=y
-CONFIG_SDIO_DMAPRIO=0x0
+# CONFIG_SDIO_DMA is not defined
# CONFIG_SDIO_WIDTH_D1_ONLY is not set
#
diff --git a/nuttx/configs/open1788/scripts/memory.ld b/nuttx/configs/open1788/scripts/memory.ld
index 690c7d3d6..33f93a195 100644
--- a/nuttx/configs/open1788/scripts/memory.ld
+++ b/nuttx/configs/open1788/scripts/memory.ld
@@ -57,7 +57,8 @@
*
* For the same reasons, the maximum size of the SRAM mapping is limited to
* 4KB. Both of these alignment limitations could be reduced by using
- * multiple regions to map the FLASH/SDRAM range.
+ * multiple regions to map the FLASH/SDRAM range or perhaps with some
+ * clever use of subregions.
*
* A detailed memory map for the 64KB CPU SRAM region is as follows:
*
diff --git a/nuttx/configs/sam3u-ek/scripts/memory.ld b/nuttx/configs/sam3u-ek/scripts/memory.ld
index 43fca9478..c99a31146 100644
--- a/nuttx/configs/sam3u-ek/scripts/memory.ld
+++ b/nuttx/configs/sam3u-ek/scripts/memory.ld
@@ -58,7 +58,8 @@
*
* For the same reasons, the maximum size of the SRAM mapping is limited to
* 4KB. Both of these alignment limitations could be reduced by using
- * multiple regions to map the FLASH/SDRAM range.
+ * multiple regions to map the FLASH/SDRAM range or perhaps with some
+ * clever use of subregions.
*
* A detailed memory map for the 16Kb SRAM region is as follows:
*
diff --git a/nuttx/configs/stm32f4discovery/scripts/memory.ld b/nuttx/configs/stm32f4discovery/scripts/memory.ld
index 0cf99ef96..ffe8054db 100644
--- a/nuttx/configs/stm32f4discovery/scripts/memory.ld
+++ b/nuttx/configs/stm32f4discovery/scripts/memory.ld
@@ -65,7 +65,8 @@
*
* For the same reasons, the maximum size of the SRAM mapping is limited to
* 4KB. Both of these alignment limitations could be reduced by using
- * multiple regions to map the FLASH/SDRAM range.
+ * multiple regions to map the FLASH/SDRAM range or perhaps with some
+ * clever use of subregions.
*
* A detailed memory map for the 112KB SRAM region is as follows:
*