mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
Refreshed Spark Configurations
This commit is contained in:
+301
-130
File diff suppressed because it is too large
Load Diff
+244
-73
File diff suppressed because it is too large
Load Diff
@@ -78,7 +78,7 @@ void stm32_boardinitialize(void)
|
||||
board_led_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ARCH_HAVE_BUTTONS
|
||||
#ifdef CONFIG_ARCH_BUTTONS
|
||||
board_button_initialize();
|
||||
#endif
|
||||
|
||||
@@ -128,9 +128,11 @@ void board_initialize(void)
|
||||
nsh_archinitialize();
|
||||
#endif
|
||||
|
||||
/* CC3000 wireless initialization */
|
||||
/* CC3000 wireless initialization
|
||||
* Avoid Double registration if CONFIG_EXAMPLES_CC3000BASIC is defined
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_WL_CC3000
|
||||
#if defined(CONFIG_WL_CC3000) && !defined(CONFIG_EXAMPLES_CC3000BASIC)
|
||||
wireless_archinitialize(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
+241
-71
File diff suppressed because it is too large
Load Diff
+247
-75
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -112,7 +112,7 @@ CCASSERT(sizeof(cc3000_buffer_desc) <= CONFIG_MQ_MAXMSGSIZE);
|
||||
#define FREE_SLOT -1
|
||||
#define CLOSE_SLOT -2
|
||||
|
||||
#if defined(CONFIG_CC3000_PROBES)
|
||||
#if defined(CONFIG_DEBUG) && defined(CONFIG_CC3000_PROBES)
|
||||
# define CC3000_GUARD (0xc35aa53c)
|
||||
# define INIT_GUARD(p) p->guard = CC3000_GUARD
|
||||
# define CHECK_GUARD(p) DEBUGASSERT(p->guard == CC3000_GUARD)
|
||||
|
||||
Reference in New Issue
Block a user