configs/metro-m4: Update the NSH configuration.
This commit is contained in:
parent
aee1c39eab
commit
f66869b793
@ -122,6 +122,14 @@ STATUS
|
||||
Builtin Apps:
|
||||
nsh>
|
||||
|
||||
There are additional drivers ported from SAML21 which has, in most cases,
|
||||
identical peripherals. None of these drivers have been verified on the
|
||||
SAMD51, However. These include: CMCC, DMAC, I2C, SPI, and USB.
|
||||
|
||||
The delay loop has not yet been calibrated. no sense in doing that
|
||||
because the CMCC should improve performance dramatically when it is
|
||||
integrated.
|
||||
|
||||
Unlocking FLASH
|
||||
===============
|
||||
|
||||
|
@ -6,7 +6,7 @@ CONFIG_ARCH_BOARD_METRO_M4=y
|
||||
CONFIG_ARCH_CHIP_SAMD51J19=y
|
||||
CONFIG_ARCH_CHIP_SAMD5X=y
|
||||
CONFIG_ARCH_STACKDUMP=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=3410
|
||||
CONFIG_BOARD_LOOPSPERMSEC=4316
|
||||
CONFIG_BUILTIN=y
|
||||
CONFIG_DISABLE_ENVIRON=y
|
||||
CONFIG_DISABLE_POLL=y
|
||||
@ -14,7 +14,6 @@ CONFIG_HAVE_CXX=y
|
||||
CONFIG_HAVE_CXXINITIALIZE=y
|
||||
CONFIG_MAX_TASKS=16
|
||||
CONFIG_MAX_WDOGPARMS=2
|
||||
CONFIG_MOTOROLA_SREC=y
|
||||
CONFIG_NFILE_DESCRIPTORS=8
|
||||
CONFIG_NFILE_STREAMS=8
|
||||
CONFIG_NSH_BUILTIN_APPS=y
|
||||
@ -27,6 +26,7 @@ CONFIG_PREALLOC_WDOGS=4
|
||||
CONFIG_PTHREAD_STACK_DEFAULT=1536
|
||||
CONFIG_RAM_SIZE=196608
|
||||
CONFIG_RAM_START=0x20000000
|
||||
CONFIG_RAW_BINARY=y
|
||||
CONFIG_RR_INTERVAL=200
|
||||
CONFIG_SAMD5E5_EIC=y
|
||||
CONFIG_SAMD5E5_SERCOM3=y
|
||||
|
Loading…
Reference in New Issue
Block a user