summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-04 16:40:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-04 16:40:57 -0600
commit63490f1443d979623b3cf06232e34413506dfc94 (patch)
treee775292e32386b76c45fcbff96aabcbcde2372a5 /nuttx/include
parent695bf13d6074c4d3770422889751e9f663c43dce (diff)
downloadpx4-nuttx-63490f1443d979623b3cf06232e34413506dfc94.tar.gz
px4-nuttx-63490f1443d979623b3cf06232e34413506dfc94.tar.bz2
px4-nuttx-63490f1443d979623b3cf06232e34413506dfc94.zip
Some restructing of the CC3000 build
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/wireless/cc3000/cc3000_common.h (renamed from nuttx/include/nuttx/cc3000/cc3000_common.h)0
-rw-r--r--nuttx/include/nuttx/wireless/cc3000/evnt_handler.h (renamed from nuttx/include/nuttx/cc3000/evnt_handler.h)5
-rw-r--r--nuttx/include/nuttx/wireless/cc3000/hci.h (renamed from nuttx/include/nuttx/cc3000/hci.h)2
-rw-r--r--nuttx/include/nuttx/wireless/cc3000/host_driver_version.h (renamed from nuttx/include/nuttx/cc3000/host_driver_version.h)0
-rw-r--r--nuttx/include/nuttx/wireless/cc3000/netapp.h (renamed from nuttx/include/nuttx/cc3000/netapp.h)0
-rw-r--r--nuttx/include/nuttx/wireless/cc3000/nvmem.h (renamed from nuttx/include/nuttx/cc3000/nvmem.h)2
-rw-r--r--nuttx/include/nuttx/wireless/cc3000/security.h (renamed from nuttx/include/nuttx/cc3000/security.h)2
-rw-r--r--nuttx/include/nuttx/wireless/cc3000/socket.h (renamed from nuttx/include/nuttx/cc3000/socket.h)0
-rw-r--r--nuttx/include/nuttx/wireless/cc3000/spi.h (renamed from nuttx/include/nuttx/cc3000/spi.h)0
-rw-r--r--nuttx/include/nuttx/wireless/cc3000/spi_version.h (renamed from nuttx/include/nuttx/cc3000/spi_version.h)0
-rw-r--r--nuttx/include/nuttx/wireless/cc3000/wlan.h (renamed from nuttx/include/nuttx/cc3000/wlan.h)2
11 files changed, 7 insertions, 6 deletions
diff --git a/nuttx/include/nuttx/cc3000/cc3000_common.h b/nuttx/include/nuttx/wireless/cc3000/cc3000_common.h
index e4dfe2d9f..e4dfe2d9f 100644
--- a/nuttx/include/nuttx/cc3000/cc3000_common.h
+++ b/nuttx/include/nuttx/wireless/cc3000/cc3000_common.h
diff --git a/nuttx/include/nuttx/cc3000/evnt_handler.h b/nuttx/include/nuttx/wireless/cc3000/evnt_handler.h
index 00e709642..6496392ea 100644
--- a/nuttx/include/nuttx/cc3000/evnt_handler.h
+++ b/nuttx/include/nuttx/wireless/cc3000/evnt_handler.h
@@ -34,8 +34,9 @@
*****************************************************************************/
#ifndef __EVENT_HANDLER_H__
#define __EVENT_HANDLER_H__
-#include "hci.h"
-#include "socket.h"
+
+#include <nuttx/wireless/cc3000/hci.h>
+#include <nuttx/wireless/cc3000/socket.h>
//*****************************************************************************
//
diff --git a/nuttx/include/nuttx/cc3000/hci.h b/nuttx/include/nuttx/wireless/cc3000/hci.h
index 2894221b2..b3e361f12 100644
--- a/nuttx/include/nuttx/cc3000/hci.h
+++ b/nuttx/include/nuttx/wireless/cc3000/hci.h
@@ -35,7 +35,7 @@
#ifndef __HCI_H__
#define __HCI_H__
-#include "cc3000_common.h"
+#include <nuttx/wireless/cc3000/cc3000_common.h>
//*****************************************************************************
//
diff --git a/nuttx/include/nuttx/cc3000/host_driver_version.h b/nuttx/include/nuttx/wireless/cc3000/host_driver_version.h
index 8742818d7..8742818d7 100644
--- a/nuttx/include/nuttx/cc3000/host_driver_version.h
+++ b/nuttx/include/nuttx/wireless/cc3000/host_driver_version.h
diff --git a/nuttx/include/nuttx/cc3000/netapp.h b/nuttx/include/nuttx/wireless/cc3000/netapp.h
index fd38884b2..fd38884b2 100644
--- a/nuttx/include/nuttx/cc3000/netapp.h
+++ b/nuttx/include/nuttx/wireless/cc3000/netapp.h
diff --git a/nuttx/include/nuttx/cc3000/nvmem.h b/nuttx/include/nuttx/wireless/cc3000/nvmem.h
index 3f59d09d6..180344348 100644
--- a/nuttx/include/nuttx/cc3000/nvmem.h
+++ b/nuttx/include/nuttx/wireless/cc3000/nvmem.h
@@ -35,7 +35,7 @@
#ifndef __NVRAM_H__
#define __NVRAM_H__
-#include "cc3000_common.h"
+#include <nuttx/wireless/cc3000/cc3000_common.h>
//*****************************************************************************
diff --git a/nuttx/include/nuttx/cc3000/security.h b/nuttx/include/nuttx/wireless/cc3000/security.h
index a53b05616..2b81b536f 100644
--- a/nuttx/include/nuttx/cc3000/security.h
+++ b/nuttx/include/nuttx/wireless/cc3000/security.h
@@ -35,7 +35,7 @@
#ifndef __SECURITY__
#define __SECURITY__
-#include "nvmem.h"
+#include <nuttx/wireless/cc3000/nvmem.h>
//*****************************************************************************
//
diff --git a/nuttx/include/nuttx/cc3000/socket.h b/nuttx/include/nuttx/wireless/cc3000/socket.h
index 8933a0c5b..8933a0c5b 100644
--- a/nuttx/include/nuttx/cc3000/socket.h
+++ b/nuttx/include/nuttx/wireless/cc3000/socket.h
diff --git a/nuttx/include/nuttx/cc3000/spi.h b/nuttx/include/nuttx/wireless/cc3000/spi.h
index bf68b3eb1..bf68b3eb1 100644
--- a/nuttx/include/nuttx/cc3000/spi.h
+++ b/nuttx/include/nuttx/wireless/cc3000/spi.h
diff --git a/nuttx/include/nuttx/cc3000/spi_version.h b/nuttx/include/nuttx/wireless/cc3000/spi_version.h
index 44ff64397..44ff64397 100644
--- a/nuttx/include/nuttx/cc3000/spi_version.h
+++ b/nuttx/include/nuttx/wireless/cc3000/spi_version.h
diff --git a/nuttx/include/nuttx/cc3000/wlan.h b/nuttx/include/nuttx/wireless/cc3000/wlan.h
index f9e649f12..d910c4e9f 100644
--- a/nuttx/include/nuttx/cc3000/wlan.h
+++ b/nuttx/include/nuttx/wireless/cc3000/wlan.h
@@ -35,7 +35,7 @@
#ifndef __WLAN_H__
#define __WLAN_H__
-#include "cc3000_common.h"
+#include <nuttx/wireless/cc3000/cc3000_common.h>
//*****************************************************************************
//