zephyr/include/zephyr
Jakub Rzeszutko 04de43b1a1 shell: Fix shell init procedure when configured as inactive on startup
The previous behavior of the CONFIG_SHELL_AUTOSTART option, where setting
it to 'n' disabled shell interaction at startup but kept the logger
active as a shell backend, was inconsistent.
Now, when CONFIG_SHELL_AUTOSTART is set to 'n', both the shell and the
logger are inactive at startup. Calling the shell_start function will
activate them and print any pending logs. This change ensures a more
consistent and logical behavior regarding shell and logger activity at
startup.

Additionally, now when the shell_stop function is called, both the shell
and the logger are halted. This enhancement ensures that stopping
the shell also effectively stops the associated logger.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@verkada.com>
2024-01-21 16:01:36 +01:00
..
acpi lib: acpi: Implement acpi_dmar_ioapic_get() 2023-12-19 11:04:19 +01:00
app_memory app_memdomain: doc: Properly mount doc page 2023-07-18 21:37:41 +00:00
arch arch: riscv: remode redundant soc.h includes 2024-01-19 15:13:53 +00:00
audio include: audio: dmic: add DMIC_STATE_ERROR enum 2024-01-17 14:43:52 +01:00
bluetooth bluetooth: gatt: add authorization callback API for gatt operations 2024-01-19 16:08:46 +01:00
canbus drivers: can: unify spelling of CAN Flexible Data-rate abbreviation 2023-11-01 11:17:17 +00:00
console doc: console_api group added to doxygen 2023-11-22 09:37:38 +00:00
crypto include: crypto: Remove duplicate assignment line 2023-06-13 10:43:00 -04:00
data data: Add navigation utils header 2023-10-30 11:43:19 -04:00
debug COVERAGE: Fix COVERAGE_GCOV dependencies 2023-08-24 15:36:31 +02:00
devicetree devicetree: remove label property accessors 2023-12-01 13:09:56 -08:00
dfu dox: doxygen: add third_party group 2023-06-05 20:21:09 -04:00
display display: cfb: move to utilities group 2023-06-05 20:21:09 -04:00
drivers drivers: can: remove run-time RTR filtering, add build-time RTR filter 2024-01-21 11:00:31 +01:00
dsp zdsp: Add Q value print formatting helpers for 2023-09-25 09:47:26 +02:00
dt-bindings input: add a keymap driver 2024-01-19 15:14:25 +00:00
fs fs: Changes in the macro statements 2023-11-15 09:59:56 +01:00
input input: add a keymap driver 2024-01-19 15:14:25 +00:00
internal syscall_handler: Fix warnings in K_SYSCALL_MEMORY 2023-12-28 09:52:15 +01:00
ipc ipc: pbuf: fix incorrect doxygen group 2023-11-15 14:18:14 +00:00
kernel kernel: move z_init_cpu to private kernel headers 2024-01-17 11:57:20 -05:00
linker net: sockets: Create a socket service API 2024-01-16 10:00:45 +01:00
llext llext: use generic attributes instead of GCC's 2024-01-08 10:10:28 +01:00
logging logging: net: update hostname 2024-01-17 14:42:58 +01:00
lorawan lorawan: include: add missing Doxygen comments 2023-11-23 10:05:42 +01:00
math math: Update ilog2_compile_time_const_u32 to wrap n with () 2023-04-29 12:25:03 +02:00
mem_mgmt mem_mgmt: Add a memory attributes memory allocator 2023-11-27 19:56:48 +01:00
mgmt mgmt: mcumgr: callback: Add op to receive callback 2023-12-15 11:48:59 +00:00
modbus modbus: Document exception codes 2023-11-28 19:32:33 -05:00
modem modem: backend: uart: Implement transmit idle event 2024-01-11 16:09:44 +00:00
multi_heap dt: Make zephyr,memory-attr a capabilities bitmask 2023-09-15 12:46:54 +02:00
net drivers: can: remove run-time RTR filtering, add build-time RTR filter 2024-01-21 11:00:31 +01:00
pm pm: device_runtime: Add missing include to header 2024-01-03 17:24:42 +00:00
portability include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
posix posix: rwlock: make pthread_rwlock_t a pooled ipc type 2024-01-18 09:22:35 -05:00
random random: Rename random header 2023-10-10 14:23:50 +03:00
retention retention: Add bootloader configuration interface 2023-09-27 20:18:31 -04:00
rtio rtio: Make coverity happy 2023-11-20 09:22:46 +01:00
sd include: sd: revise the minimum alignment of card_buffer to 4-bytes 2024-01-18 20:04:50 +01:00
sensing sensing: use POST_KERNEL level 2023-09-15 16:04:19 +02:00
settings doc: doxygen: add some OS services to os_services group 2023-06-05 20:21:09 -04:00
shell shell: Fix shell init procedure when configured as inactive on startup 2024-01-21 16:01:36 +01:00
sip_svc subsystem: sip_svc: Use atomic variable for locking in singly open system 2023-09-15 09:26:49 +02:00
stats include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
storage doc/nvme: NVMe mandates dword-aligned buffer addresses 2023-09-22 09:23:18 +02:00
sys kernel: smp: introduce k_smp_cpu_resume 2024-01-17 11:57:20 -05:00
task_wdt doc: doxygen: add some subsystems to os_services group 2023-05-31 14:39:29 -04:00
timing os: timing: polish doxygen 2023-12-12 19:10:33 +01:00
toolchain toolchain: gcc: fix GCC < 11.0.0 build with -Wundef 2023-11-24 14:45:08 +01:00
tracing pm: device_runtime: Add delay to async put 2023-12-12 10:57:34 +01:00
usb driver: usb: change function parameter name from class to base_class. 2024-01-10 11:08:11 +01:00
usb_c usbc: add function that prevents the USB-C stack from sleep 2023-10-23 10:33:38 +02:00
xen xen: add helper functions for Xen domain memory management 2023-09-15 11:15:00 +01:00
zbus zbus: add priority boost feature 2024-01-04 09:41:54 +01:00
bindesc.h bindesc: Add initial support for binary descriptor definition 2023-09-28 07:39:09 -04:00
cache.h cache: Add note about buffer alignment and size 2023-06-22 06:06:32 -04:00
device.h device: add braces around dev/dev_rw initializer 2023-11-29 14:44:23 +00:00
devicetree.h devicetree.h: Add macros for interrupt specifiers intc 2024-01-17 13:18:00 +01:00
fatal.h fatal: move enum definition to dedicated header 2023-01-12 10:01:05 +01:00
fatal_types.h fatal_types: define start of arch specific faults 2023-01-12 10:01:05 +01:00
init.h init: add missing initialization of dev pointer in SYS_INIT macro 2024-01-19 10:30:08 +00:00
irq.h irq: relocate multi-level irq out of irq.h 2023-10-30 11:43:39 -04:00
irq_multilevel.h drivers: intc: manage multi-level interrupt configs 2023-12-11 18:23:23 -05:00
irq_nextlevel.h drivers: intc: manage multi-level interrupt configs 2023-12-11 18:23:23 -05:00
irq_offload.h include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
kernel.h kernel: work: Fix race in workqueue thread 2024-01-03 10:20:19 +01:00
kernel_includes.h kernel: Remove mempool_heap 2023-10-13 09:56:02 +03:00
kernel_structs.h kernel: Extend halting to support suspending 2023-11-06 18:59:35 -05:00
kernel_version.h headers: kernel_version: Drop extern attr from functions 2023-10-30 12:51:04 -04:00
shared_irq.h include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
smf.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
spinlock.h kernel: spinlock: Ticket spinlocks 2023-11-04 07:38:39 -04:00
sw_isr_table.h arch: common: irq: relocate internal functions into a private header 2023-11-09 11:20:42 +01:00
sys_clock.h sys_clock: header: minor cleanup and doxygenization 2023-09-30 18:43:28 +02:00
syscall.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
toolchain.h toolchain: Add flag indicating zero length array support 2023-09-12 17:23:31 +01:00
types.h kernel: Explicitly define the main prototype if C++ 2023-06-20 16:35:22 +02:00
zephyr.h build: drop LEGACY_INCLUDE_PATH support 2023-02-21 15:06:48 +01:00