doc: fix misspellings and missing EOF newlines
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
7ef28df980
commit
81f7c82625
9 changed files with 10 additions and 10 deletions
|
@ -21,4 +21,4 @@ soc-cxxflags ?= $(soc-cflags)
|
||||||
soc-aflags ?= $(soc-cflags)
|
soc-aflags ?= $(soc-cflags)
|
||||||
KBUILD_CFLAGS += $(soc-cflags)
|
KBUILD_CFLAGS += $(soc-cflags)
|
||||||
KBUILD_CXXFLAGS += $(soc-cxxflags)
|
KBUILD_CXXFLAGS += $(soc-cxxflags)
|
||||||
KBUILD_AFLAGS += $(soc-aflags)
|
KBUILD_AFLAGS += $(soc-aflags)
|
||||||
|
|
|
@ -28,7 +28,7 @@ config MPU_STACK_GUARD
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Enable thread stack guards via MPU. ARC supports built-in stack protection.
|
Enable thread stack guards via MPU. ARC supports built-in stack protection.
|
||||||
If your core supports that, it is prefered over MPU stack guard
|
If your core supports that, it is preferred over MPU stack guard
|
||||||
|
|
||||||
config ARC_MPU
|
config ARC_MPU
|
||||||
bool "ARC MPU Support"
|
bool "ARC MPU Support"
|
||||||
|
@ -36,4 +36,4 @@ config ARC_MPU
|
||||||
select ARC_CORE_MPU
|
select ARC_CORE_MPU
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Target has ARC MPU (currently only works for EMSK 2.2 ARCEM7D)
|
Target has ARC MPU (currently only works for EMSK 2.2 ARCEM7D)
|
||||||
|
|
|
@ -13,4 +13,4 @@ endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_BOARD_EM_STARTERKIT_R23), y)
|
ifeq ($(CONFIG_BOARD_EM_STARTERKIT_R23), y)
|
||||||
$(error em7d from em starterkit 2.3 is not supported)
|
$(error em7d from em starterkit 2.3 is not supported)
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -4,4 +4,4 @@ DEBUG_SCRIPT = arc_debugger.sh
|
||||||
OPENOCD_LOAD_CMD = "load_image ${O}/${KERNEL_ELF_NAME}"
|
OPENOCD_LOAD_CMD = "load_image ${O}/${KERNEL_ELF_NAME}"
|
||||||
OPENOCD_VERIFY_CMD = "verify_image ${O}/${KERNEL_ELF_NAME}"
|
OPENOCD_VERIFY_CMD = "verify_image ${O}/${KERNEL_ELF_NAME}"
|
||||||
|
|
||||||
export FLASH_SCRIPT DEBUG_SCRIPT OPENOCD_VERIFY_CMD OPENOCD_LOAD_CMD
|
export FLASH_SCRIPT DEBUG_SCRIPT OPENOCD_VERIFY_CMD OPENOCD_LOAD_CMD
|
||||||
|
|
|
@ -3,4 +3,4 @@ DEBUG_SCRIPT = pyocd.sh
|
||||||
|
|
||||||
PYOCD_TARGET = nrf52
|
PYOCD_TARGET = nrf52
|
||||||
|
|
||||||
export FLASH_SCRIPT DEBUG_SCRIPT PYOCD_TARGET
|
export FLASH_SCRIPT DEBUG_SCRIPT PYOCD_TARGET
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
ifeq ($(CONFIG_IEEE802154_NRF5),y)
|
ifeq ($(CONFIG_IEEE802154_NRF5),y)
|
||||||
ZEPHYRINCLUDE += -I$(srctree)/ext/hal/nordic/drivers
|
ZEPHYRINCLUDE += -I$(srctree)/ext/hal/nordic/drivers
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -41,7 +41,7 @@ config LWM2M_ENGINE_MAX_REPLIES
|
||||||
Set the maximum reply objects for the LWM2M library client
|
Set the maximum reply objects for the LWM2M library client
|
||||||
|
|
||||||
config LWM2M_ENGINE_MAX_OBSERVER
|
config LWM2M_ENGINE_MAX_OBSERVER
|
||||||
int "Maximum # of observeable LWM2M resources"
|
int "Maximum # of observable LWM2M resources"
|
||||||
default 50
|
default 50
|
||||||
range 10 200
|
range 10 200
|
||||||
help
|
help
|
||||||
|
|
|
@ -23,7 +23,7 @@ config NET_SOCKETS_POSIX_NAMES
|
||||||
with standard POSIX names like socket(), recv(), and close(), to help
|
with standard POSIX names like socket(), recv(), and close(), to help
|
||||||
with porting existing code. Note that close() may require a special
|
with porting existing code. Note that close() may require a special
|
||||||
attention, as in POSIX it closes any file descriptor, while with this
|
attention, as in POSIX it closes any file descriptor, while with this
|
||||||
option enaled, it will still apply only to sockets.
|
option enabled, it will still apply only to sockets.
|
||||||
|
|
||||||
config NET_SOCKETS_POLL_MAX
|
config NET_SOCKETS_POLL_MAX
|
||||||
int
|
int
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
obj-y = main.o
|
obj-y = main.o
|
||||||
obj-$(CONFIG_SOC_WATCH) += soc_watch_logger.o
|
obj-$(CONFIG_SOC_WATCH) += soc_watch_logger.o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue