zephyr/include/zephyr
Keith Packard eb024b655f libc: Control Z_LIBC_PARTITION_EXISTS from Kconfig
Instead of adding every possible subsystem which places variables in the C
library memory partition in libc-hooks.h, place those conditions in the
related Kconfig files and simplify the libc-hooks.h to just looking at
CONFIG_NEED_LIBC_MEM_PARTITION.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-10-10 23:39:40 +03:00
..
acpi include: always use <> for Zephyr includes 2023-09-14 13:49:58 +02:00
app_memory
arch arch: arm: aarch32: Introduce z_arm_on_enter_cpu_idle_prepare() hook 2023-09-30 18:48:19 +02:00
audio drivers: dmic: doc: Cleanup Doxygen documentation 2023-09-06 15:12:14 +02:00
bluetooth bluetooth: audio: add support for cpp in bap.h 2023-10-04 16:35:04 +02:00
canbus canbus: isotp: rename ctx function parameters to rctx/sctx 2023-09-21 11:54:11 +02:00
console
crypto
data
debug
devicetree dt: Make zephyr,memory-attr a capabilities bitmask 2023-09-15 12:46:54 +02:00
dfu
display
drivers Bluetooth: hci_driver: Require coop prio bt_recv 2023-10-09 19:03:59 +03:00
dsp zdsp: Add Q value print formatting helpers for 2023-09-25 09:47:26 +02:00
dt-bindings dts: bindings: adc: stm32: add a property for adc sequencer type 2023-09-22 15:30:47 +02:00
fs fs: littlefs: add alignment arg to FS_LITTLEFS_DECLARE_CUSTOM_CONFIG macro 2023-09-01 17:44:15 +02:00
input
ipc
kernel kernel: move more internal smp calls into internal domain 2023-09-30 18:43:28 +02:00
linker kernel: Integrate object cores into kernel 2023-09-30 08:04:14 +03:00
llext llext: Cleanups noted in initial PR 2023-10-01 09:22:18 +03:00
logging logging: Fix _LOG_LEVEL_RESOLVE macro for LOG_LEVEL case 2023-09-29 09:48:57 +02:00
lorawan lorawan: Update data type of dev_nonce in lorawan_join_otaa struct 2023-09-26 08:38:05 +02:00
math
mem_mgmt dt: Make zephyr,memory-attr a capabilities bitmask 2023-09-15 12:46:54 +02:00
mgmt mgmt/MCUmgr/mgmt: Support for finding registered command groups 2023-09-30 18:48:06 +02:00
modbus modbus: add support for defining custom functions 2023-09-29 13:05:42 +02:00
modem modem: modem_pipe: Update documentation 2023-09-30 18:47:48 +02:00
multi_heap dt: Make zephyr,memory-attr a capabilities bitmask 2023-09-15 12:46:54 +02:00
net doc: net: Add page for net_time 2023-10-10 16:27:32 +03:00
pm doc: pm: policy: Hide internal/private fields. 2023-09-30 18:47:41 +02:00
portability
posix posix: Fix release name length in struct utsname 2023-10-01 20:29:10 +03: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: cleanup blocking loop 2023-10-06 09:30:11 +01:00
sd drivers: sdhc: allow bandwidth selection 2023-09-13 16:20:59 +02:00
sensing sensing: use POST_KERNEL level 2023-09-15 16:04:19 +02:00
settings
shell doc: shell: Update docstring regarding dictionnary 2023-09-06 15:23:37 +02:00
sip_svc subsystem: sip_svc: Use atomic variable for locking in singly open system 2023-09-15 09:26:49 +02:00
stats
storage doc/nvme: NVMe mandates dword-aligned buffer addresses 2023-09-22 09:23:18 +02:00
sys libc: Control Z_LIBC_PARTITION_EXISTS from Kconfig 2023-10-10 23:39:40 +03:00
task_wdt
timing
toolchain toolchain: do not allow including toolchain-specific headers 2023-09-15 09:27:30 +02:00
tracing tracing: remove references to deprecated k_pipe_block_put 2023-09-18 19:20:02 -04:00
usb include: usbh: remove usbh_peripheral and rename class_code 2023-10-01 09:26:07 +03:00
usb_c
xen xen: add helper functions for Xen domain memory management 2023-09-15 11:15:00 +01:00
zbus zbus: Add Message subscriber 2023-09-27 20:03:43 +03:00
bindesc.h bindesc: Add initial support for binary descriptor definition 2023-09-28 07:39:09 -04:00
cache.h
device.h device: only allow PRE_KERNEL_1/2 and POST_KERNEL levels 2023-09-21 15:02:45 +02:00
devicetree.h dt: Make zephyr,memory-attr a capabilities bitmask 2023-09-15 12:46:54 +02:00
fatal_types.h
fatal.h
init.h
irq_nextlevel.h
irq_offload.h
irq.h arch: Add support for dynamically disconnecting shared interrupts 2023-09-14 08:35:12 +02:00
kernel_includes.h kernel: move internal smp calls to a internal header 2023-09-30 18:43:28 +02:00
kernel_structs.h kernel: move sched_priq.h to internal/ folder 2023-09-30 18:43:28 +02:00
kernel_version.h
kernel.h kernel: Re-order _static_thread_data initializer to match type 2023-10-03 18:17:47 +01:00
shared_irq.h
smf.h
spinlock.h kernel: spinlock: k_spin_is_locked introduction 2023-09-07 14:26:55 +02:00
sw_isr_table.h arch: Add support for dynamically disconnecting shared interrupts 2023-09-14 08:35:12 +02:00
sys_clock.h sys_clock: header: minor cleanup and doxygenization 2023-09-30 18:43:28 +02:00
syscall_handler.h
syscall.h
toolchain.h toolchain: Add flag indicating zero length array support 2023-09-12 17:23:31 +01:00
types.h
zephyr.h