Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Copyright 2022,2024 NXP |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
CONFIG_XIP=n |
|
CONFIG_ISR_STACK_SIZE=512 |
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000 |
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=8000000 |
|
CONFIG_ARM_MPU=y |
|
CONFIG_SERIAL=y |
|
CONFIG_CONSOLE=y
|
|
|