Interrupts above this priority are * never disabled, so never delayed by RTOS activity. The default value is set * to the highest interrupt priority (0). Not supported by all FreeRTOS ports. * See https://www.freertos.org/RTOS-Cortex-M3-M4.html for information specific * to ARM ...
checking" depends on KERNEL_DEBUG_KERNEL help If you say Y here, various routines which may sleep will become very noisy if they are called inside atomic sections: when a spinlock is held, inside an rcu read side critical section, inside preempt disabled sections, inside an in...
Describe the bug unable to compileCONFIG_KERNEL_SHELLwhenCONFIG_EXCEPTION_STACK_TRACE=n To Reproduce Checkoutmainand build west build -b qemu_riscv64 -p auto zephyr/samples/hello_world -- \ -DCONFIG_SHELL=y \ -DCONFIG_EXCEPTION_STACK_TRACE=n Expected behavior Compile successfully Impact User ...
/* configMAX_SYSCALL_INTERRUPT_PRIORITY sets the interrupt priority above which * FreeRTOS API calls must not be made. Interrupts above this priority are never * disabled, so never delayed by RTOS activity. The default value is set to the ...
* priority (0). Not supported by all FreeRTOS ports. See * https://www.freertos.org/RTOS-Cortex-M3-M4.html for information specific to ARM * Cortex-M devices. */ #define configKERNEL_INTERRUPT_PRIORITY 0 /* configMAX_SYSCALL_INTERRUPT_PRIORITY sets the interrupt priority above which ...
* priority (0). Not supported by all FreeRTOS ports. See * https://www.freertos.org/RTOS-Cortex-M3-M4.html for information specific to ARM * Cortex-M devices. */ #define configKERNEL_INTERRUPT_PRIORITY 0 /* configMAX_SYSCALL_INTERRUPT_PRIORITY sets the interrupt priority above which ...
checking" depends on KERNEL_DEBUG_KERNEL help If you say Y here, various routines which may sleep will become very noisy if they are called inside atomic sections: when a spinlock is held, inside an rcu read side critical section, inside preempt disabled sections, inside ...
checking" depends on KERNEL_DEBUG_KERNEL help If you say Y here, various routines which may sleep will become very noisy if they are called inside atomic sections: when a spinlock is held, inside an rcu read side critical section, inside preempt disabled sections, inside...
checking" depends on KERNEL_DEBUG_KERNEL help If you say Y here, various routines which may sleep will become very noisy if they are called inside atomic sections: when a spinlock is held, inside an rcu read side critical section, inside preempt disabled sections, inside...
sections, inside an interrupt, etc... config KERNEL_DEBUG_VM bool "Compile the kernel with debug VM" depends on KERNEL_DEBUG_KERNEL help Enable this to turn on extended checks in the virtual-memory system that may impact performance. If unsure, say N. config KERNEL_PRINTK...