mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
holybro_durandal-v1 Updates for NuttX 9.1.0-
holybro_durandal-v1: defconfig MMCSD enable multiblock
This commit is contained in:
committed by
Daniel Agar
parent
f21925f976
commit
59f914427c
@@ -15,7 +15,7 @@ CONFIG_ARCH_BOARD_CUSTOM_DIR="../nuttx-config"
|
|||||||
CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y
|
CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y
|
||||||
CONFIG_ARCH_BOARD_CUSTOM_NAME="px4"
|
CONFIG_ARCH_BOARD_CUSTOM_NAME="px4"
|
||||||
CONFIG_ARCH_CHIP="stm32h7"
|
CONFIG_ARCH_CHIP="stm32h7"
|
||||||
CONFIG_ARCH_CHIP_STM32H743ZI=y
|
CONFIG_ARCH_CHIP_STM32H743II=y
|
||||||
CONFIG_ARCH_CHIP_STM32H7=y
|
CONFIG_ARCH_CHIP_STM32H7=y
|
||||||
CONFIG_ARCH_INTERRUPTSTACK=512
|
CONFIG_ARCH_INTERRUPTSTACK=512
|
||||||
CONFIG_ARMV7M_BASEPRI_WAR=y
|
CONFIG_ARMV7M_BASEPRI_WAR=y
|
||||||
@@ -44,7 +44,6 @@ CONFIG_DISABLE_PTHREAD=y
|
|||||||
CONFIG_EXPERIMENTAL=y
|
CONFIG_EXPERIMENTAL=y
|
||||||
CONFIG_FDCLONE_DISABLE=y
|
CONFIG_FDCLONE_DISABLE=y
|
||||||
CONFIG_FDCLONE_STDIO=y
|
CONFIG_FDCLONE_STDIO=y
|
||||||
CONFIG_FS_WRITABLE=y
|
|
||||||
CONFIG_HAVE_CXX=y
|
CONFIG_HAVE_CXX=y
|
||||||
CONFIG_HAVE_CXXINITIALIZE=y
|
CONFIG_HAVE_CXXINITIALIZE=y
|
||||||
CONFIG_IDLETHREAD_STACKSIZE=750
|
CONFIG_IDLETHREAD_STACKSIZE=750
|
||||||
@@ -53,15 +52,12 @@ CONFIG_LIBC_LONG_LONG=y
|
|||||||
CONFIG_LIBC_STRERROR=y
|
CONFIG_LIBC_STRERROR=y
|
||||||
CONFIG_LIB_BOARDCTL=y
|
CONFIG_LIB_BOARDCTL=y
|
||||||
CONFIG_MAX_TASKS=8
|
CONFIG_MAX_TASKS=8
|
||||||
CONFIG_MAX_WDOGPARMS=2
|
|
||||||
CONFIG_MEMSET_64BIT=y
|
CONFIG_MEMSET_64BIT=y
|
||||||
CONFIG_MEMSET_OPTSPEED=y
|
CONFIG_MEMSET_OPTSPEED=y
|
||||||
CONFIG_MM_REGIONS=3
|
CONFIG_MM_REGIONS=3
|
||||||
CONFIG_NFILE_DESCRIPTORS=5
|
CONFIG_NFILE_DESCRIPTORS=5
|
||||||
CONFIG_NFILE_STREAMS=3
|
CONFIG_NFILE_STREAMS=3
|
||||||
CONFIG_NPTHREAD_KEYS=4
|
|
||||||
CONFIG_PREALLOC_TIMERS=50
|
CONFIG_PREALLOC_TIMERS=50
|
||||||
CONFIG_PREALLOC_WDOGS=50
|
|
||||||
CONFIG_PTHREAD_STACK_MIN=512
|
CONFIG_PTHREAD_STACK_MIN=512
|
||||||
CONFIG_RAM_SIZE=245760
|
CONFIG_RAM_SIZE=245760
|
||||||
CONFIG_RAM_START=0x20010000
|
CONFIG_RAM_START=0x20010000
|
||||||
@@ -87,7 +83,6 @@ CONFIG_STM32H7_USART3=y
|
|||||||
CONFIG_SYSTEMTICK_HOOK=y
|
CONFIG_SYSTEMTICK_HOOK=y
|
||||||
CONFIG_SYSTEM_CDCACM=y
|
CONFIG_SYSTEM_CDCACM=y
|
||||||
CONFIG_TASK_NAME_SIZE=24
|
CONFIG_TASK_NAME_SIZE=24
|
||||||
CONFIG_TIME_EXTENDED=y
|
|
||||||
CONFIG_TTY_SIGINT=y
|
CONFIG_TTY_SIGINT=y
|
||||||
CONFIG_TTY_SIGINT_CHAR=0x03
|
CONFIG_TTY_SIGINT_CHAR=0x03
|
||||||
CONFIG_TTY_SIGSTP=y
|
CONFIG_TTY_SIGSTP=y
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ CONFIG_ARCH_BOARD_CUSTOM_DIR="../nuttx-config"
|
|||||||
CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y
|
CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y
|
||||||
CONFIG_ARCH_BOARD_CUSTOM_NAME="px4"
|
CONFIG_ARCH_BOARD_CUSTOM_NAME="px4"
|
||||||
CONFIG_ARCH_CHIP="stm32h7"
|
CONFIG_ARCH_CHIP="stm32h7"
|
||||||
CONFIG_ARCH_CHIP_STM32H743ZI=y
|
CONFIG_ARCH_CHIP_STM32H743II=y
|
||||||
CONFIG_ARCH_CHIP_STM32H7=y
|
CONFIG_ARCH_CHIP_STM32H7=y
|
||||||
CONFIG_ARCH_INTERRUPTSTACK=512
|
CONFIG_ARCH_INTERRUPTSTACK=512
|
||||||
CONFIG_ARCH_STACKDUMP=y
|
CONFIG_ARCH_STACKDUMP=y
|
||||||
@@ -83,11 +83,9 @@ CONFIG_LIBC_FLOATINGPOINT=y
|
|||||||
CONFIG_LIBC_LONG_LONG=y
|
CONFIG_LIBC_LONG_LONG=y
|
||||||
CONFIG_LIBC_STRERROR=y
|
CONFIG_LIBC_STRERROR=y
|
||||||
CONFIG_MAX_TASKS=64
|
CONFIG_MAX_TASKS=64
|
||||||
CONFIG_MAX_WDOGPARMS=2
|
|
||||||
CONFIG_MEMSET_64BIT=y
|
CONFIG_MEMSET_64BIT=y
|
||||||
CONFIG_MEMSET_OPTSPEED=y
|
CONFIG_MEMSET_OPTSPEED=y
|
||||||
CONFIG_MMCSD=y
|
CONFIG_MMCSD=y
|
||||||
CONFIG_MMCSD_MULTIBLOCK_DISABLE=y
|
|
||||||
CONFIG_MMCSD_SDIO=y
|
CONFIG_MMCSD_SDIO=y
|
||||||
CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE=y
|
CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE=y
|
||||||
CONFIG_MM_REGIONS=3
|
CONFIG_MM_REGIONS=3
|
||||||
@@ -119,7 +117,6 @@ CONFIG_NSH_STRERROR=y
|
|||||||
CONFIG_NSH_VARS=y
|
CONFIG_NSH_VARS=y
|
||||||
CONFIG_PIPES=y
|
CONFIG_PIPES=y
|
||||||
CONFIG_PREALLOC_TIMERS=50
|
CONFIG_PREALLOC_TIMERS=50
|
||||||
CONFIG_PREALLOC_WDOGS=50
|
|
||||||
CONFIG_PRIORITY_INHERITANCE=y
|
CONFIG_PRIORITY_INHERITANCE=y
|
||||||
CONFIG_PTHREAD_MUTEX_ROBUST=y
|
CONFIG_PTHREAD_MUTEX_ROBUST=y
|
||||||
CONFIG_PTHREAD_STACK_MIN=512
|
CONFIG_PTHREAD_STACK_MIN=512
|
||||||
@@ -203,7 +200,6 @@ CONFIG_STM32H7_USART_SWAP=y
|
|||||||
CONFIG_SYSTEM_CDCACM=y
|
CONFIG_SYSTEM_CDCACM=y
|
||||||
CONFIG_SYSTEM_NSH=y
|
CONFIG_SYSTEM_NSH=y
|
||||||
CONFIG_TASK_NAME_SIZE=24
|
CONFIG_TASK_NAME_SIZE=24
|
||||||
CONFIG_TIME_EXTENDED=y
|
|
||||||
CONFIG_TTY_SIGINT=y
|
CONFIG_TTY_SIGINT=y
|
||||||
CONFIG_TTY_SIGSTP=y
|
CONFIG_TTY_SIGSTP=y
|
||||||
CONFIG_UART4_BAUD=57600
|
CONFIG_UART4_BAUD=57600
|
||||||
|
|||||||
@@ -156,11 +156,6 @@ SECTIONS
|
|||||||
*(.gnu.linkonce.r.*)
|
*(.gnu.linkonce.r.*)
|
||||||
_etext = ABSOLUTE(.);
|
_etext = ABSOLUTE(.);
|
||||||
|
|
||||||
/*
|
|
||||||
* This is a hack to make the newlib libm __errno() call
|
|
||||||
* use the NuttX get_errno_ptr() function.
|
|
||||||
*/
|
|
||||||
__errno = get_errno_ptr;
|
|
||||||
} > flash
|
} > flash
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -156,11 +156,6 @@ SECTIONS
|
|||||||
*(.gnu.linkonce.r.*)
|
*(.gnu.linkonce.r.*)
|
||||||
_etext = ABSOLUTE(.);
|
_etext = ABSOLUTE(.);
|
||||||
|
|
||||||
/*
|
|
||||||
* This is a hack to make the newlib libm __errno() call
|
|
||||||
* use the NuttX get_errno_ptr() function.
|
|
||||||
*/
|
|
||||||
__errno = get_errno_ptr;
|
|
||||||
} > flash
|
} > flash
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ CONFIG_ARCH_BOARD_CUSTOM_DIR="../nuttx-config"
|
|||||||
CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y
|
CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y
|
||||||
CONFIG_ARCH_BOARD_CUSTOM_NAME="px4"
|
CONFIG_ARCH_BOARD_CUSTOM_NAME="px4"
|
||||||
CONFIG_ARCH_CHIP="stm32h7"
|
CONFIG_ARCH_CHIP="stm32h7"
|
||||||
CONFIG_ARCH_CHIP_STM32H743ZI=y
|
CONFIG_ARCH_CHIP_STM32H743II=y
|
||||||
CONFIG_ARCH_CHIP_STM32H7=y
|
CONFIG_ARCH_CHIP_STM32H7=y
|
||||||
CONFIG_ARCH_INTERRUPTSTACK=512
|
CONFIG_ARCH_INTERRUPTSTACK=512
|
||||||
CONFIG_ARCH_STACKDUMP=y
|
CONFIG_ARCH_STACKDUMP=y
|
||||||
@@ -84,11 +84,9 @@ CONFIG_LIBC_FLOATINGPOINT=y
|
|||||||
CONFIG_LIBC_LONG_LONG=y
|
CONFIG_LIBC_LONG_LONG=y
|
||||||
CONFIG_LIBC_STRERROR=y
|
CONFIG_LIBC_STRERROR=y
|
||||||
CONFIG_MAX_TASKS=64
|
CONFIG_MAX_TASKS=64
|
||||||
CONFIG_MAX_WDOGPARMS=2
|
|
||||||
CONFIG_MEMSET_64BIT=y
|
CONFIG_MEMSET_64BIT=y
|
||||||
CONFIG_MEMSET_OPTSPEED=y
|
CONFIG_MEMSET_OPTSPEED=y
|
||||||
CONFIG_MMCSD=y
|
CONFIG_MMCSD=y
|
||||||
CONFIG_MMCSD_MULTIBLOCK_DISABLE=y
|
|
||||||
CONFIG_MMCSD_SDIO=y
|
CONFIG_MMCSD_SDIO=y
|
||||||
CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE=y
|
CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE=y
|
||||||
CONFIG_MM_REGIONS=3
|
CONFIG_MM_REGIONS=3
|
||||||
@@ -120,7 +118,6 @@ CONFIG_NSH_STRERROR=y
|
|||||||
CONFIG_NSH_VARS=y
|
CONFIG_NSH_VARS=y
|
||||||
CONFIG_PIPES=y
|
CONFIG_PIPES=y
|
||||||
CONFIG_PREALLOC_TIMERS=50
|
CONFIG_PREALLOC_TIMERS=50
|
||||||
CONFIG_PREALLOC_WDOGS=50
|
|
||||||
CONFIG_PRIORITY_INHERITANCE=y
|
CONFIG_PRIORITY_INHERITANCE=y
|
||||||
CONFIG_PTHREAD_MUTEX_ROBUST=y
|
CONFIG_PTHREAD_MUTEX_ROBUST=y
|
||||||
CONFIG_PTHREAD_STACK_MIN=512
|
CONFIG_PTHREAD_STACK_MIN=512
|
||||||
@@ -204,7 +201,6 @@ CONFIG_STM32H7_USART_SWAP=y
|
|||||||
CONFIG_SYSTEM_CDCACM=y
|
CONFIG_SYSTEM_CDCACM=y
|
||||||
CONFIG_SYSTEM_NSH=y
|
CONFIG_SYSTEM_NSH=y
|
||||||
CONFIG_TASK_NAME_SIZE=24
|
CONFIG_TASK_NAME_SIZE=24
|
||||||
CONFIG_TIME_EXTENDED=y
|
|
||||||
CONFIG_TTY_SIGINT=y
|
CONFIG_TTY_SIGINT=y
|
||||||
CONFIG_TTY_SIGSTP=y
|
CONFIG_TTY_SIGSTP=y
|
||||||
CONFIG_UART4_BAUD=57600
|
CONFIG_UART4_BAUD=57600
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
#include <chip.h>
|
#include <chip.h>
|
||||||
#include <stm32_uart.h>
|
#include <stm32_uart.h>
|
||||||
#include <arch/board/board.h>
|
#include <arch/board/board.h>
|
||||||
#include "up_internal.h"
|
#include "arm_internal.h"
|
||||||
|
|
||||||
extern int sercon_main(int c, char **argv);
|
extern int sercon_main(int c, char **argv);
|
||||||
|
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
#include <chip.h>
|
#include <chip.h>
|
||||||
#include <stm32_uart.h>
|
#include <stm32_uart.h>
|
||||||
#include <arch/board/board.h>
|
#include <arch/board/board.h>
|
||||||
#include "up_internal.h"
|
#include "arm_internal.h"
|
||||||
|
|
||||||
#include <drivers/drv_hrt.h>
|
#include <drivers/drv_hrt.h>
|
||||||
#include <drivers/drv_board_led.h>
|
#include <drivers/drv_board_led.h>
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
/* Configuration ************************************************************/
|
/* Configuration ************************************************************/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ideally we'd be able to get these from up_internal.h,
|
* Ideally we'd be able to get these from arm_internal.h,
|
||||||
* but since we want to be able to disable the NuttX use
|
* but since we want to be able to disable the NuttX use
|
||||||
* of leds for system indication at will and there is no
|
* of leds for system indication at will and there is no
|
||||||
* separate switch, we need to build independent of the
|
* separate switch, we need to build independent of the
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
#include <arch/board/board.h>
|
#include <arch/board/board.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ideally we'd be able to get these from up_internal.h,
|
* Ideally we'd be able to get these from arm_internal.h,
|
||||||
* but since we want to be able to disable the NuttX use
|
* but since we want to be able to disable the NuttX use
|
||||||
* of leds for system indication at will and there is no
|
* of leds for system indication at will and there is no
|
||||||
* separate switch, we need to build independent of the
|
* separate switch, we need to build independent of the
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
#include <nuttx/usb/usbdev.h>
|
#include <nuttx/usb/usbdev.h>
|
||||||
#include <nuttx/usb/usbdev_trace.h>
|
#include <nuttx/usb/usbdev_trace.h>
|
||||||
|
|
||||||
#include <up_arch.h>
|
#include <arm_arch.h>
|
||||||
#include <chip.h>
|
#include <chip.h>
|
||||||
#include <stm32_gpio.h>
|
#include <stm32_gpio.h>
|
||||||
#include <stm32_otg.h>
|
#include <stm32_otg.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user