zephyr/include
Andrew Boie db0d6aedfb kernel: add stack object alignment macro interface
A new macro Z_THREAD_STACK_OBJ_ALIGN() defines the alignment
of the lowest memory address of a stack object.

Related is a new arch interface ARCH_THREAD_STACK_OBJ_ALIGN()
which lets arches specifiy this. ARCH_STACK_PTR_ALIGN or a
power-of-two ceiling is used if not defined.

The default stack macros now use this instead of hard-coding
ARCH_STACK_PTR_ALIGN.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-07-30 21:11:14 -04:00
..
app_memory userspace: mark z_app_regions as const 2020-07-20 13:47:10 +02:00
arch ARC: replace NOP ASM inlines with builtin 2020-07-24 12:05:12 +02:00
audio doc: group audio header using doxygen 2020-07-28 08:14:23 -05:00
bluetooth Bluetooth: Mesh: Document shell commands 2020-07-20 12:47:31 +02:00
canbus
cmsis_rtos_v1
cmsis_rtos_v2
console
crypto
data
debug
devicetree
dfu
disk
display
drivers ipm: Callback's user data has to be called user_data 2020-07-30 09:51:51 +02:00
dt-bindings dts: arm: nxp: Add node and bindings for lpc11u6x clock controller 2020-07-29 20:12:24 +02:00
fs subsys/fs: Add open flags parameter to fs_open 2020-07-30 16:33:18 +02:00
linker net: Use section foreach macros 2020-07-20 08:32:46 -07:00
logging
mgmt mgmt: smp: add missing kernel.h include statement 2020-07-18 08:43:18 -04:00
net net: l2: ppp: drop old option parsing routine 2020-07-29 16:38:37 +02:00
posix
power
random
settings settings: disallow modifying the content of a static subtree name 2020-07-27 19:03:44 +02:00
shell
stats
storage
sys kernel: add stack object alignment macro interface 2020-07-30 21:11:14 -04:00
toolchain toolchain: add Z_POW2_CEIL() 2020-07-30 21:11:14 -04:00
tracing
usb
zephyr
cache.h
device.h kernel: add macros for device MMIO management 2020-07-17 11:38:18 +02:00
devicetree.h
exc_handle.h
fatal.h
generated_dts_board.h
init.h
irq_nextlevel.h
irq_offload.h
irq.h
kernel_includes.h
kernel_structs.h
kernel_version.h
kernel.h doc: fix usage of :c:type 2020-07-16 15:44:50 -04:00
mempool_heap.h
mempool_sys.h
ptp_clock.h
sched_priq.h
shared_irq.h
spinlock.h
sw_isr_table.h
sys_clock.h
syscall_handler.h
syscall.h
timeout_q.h
toolchain.h
wait_q.h
zephyr.h