zephyr/include/zephyr
Tom Burdick cbc6af0d09 spi: Cleanup and fix SPI docs build
Use the defined(__DOXYGEN__) more specifically in the header to better
match i2c.h and make things more explicit. Removes the define being
setup in zephyr.doxyfile.in.

Fixes some of the deprecation notes and what to look for instead. Fixes
some typos.

The async, signal, and rtio APIs for SPI are now shown in the built docs
as would be expected.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2023-09-19 08:46:16 -05:00
..
acpi include: always use <> for Zephyr includes 2023-09-14 13:49:58 +02:00
app_memory app_memdomain: doc: Properly mount doc page 2023-07-18 21:37:41 +00:00
arch dt: Make zephyr,memory-attr a capabilities bitmask 2023-09-15 12:46:54 +02:00
audio drivers: dmic: doc: Cleanup Doxygen documentation 2023-09-06 15:12:14 +02:00
bluetooth Bluetooth: Mesh: Add support for Upload OOB Start 2023-09-18 10:55:20 +01:00
canbus canbus: isotp: add CAN-FD support 2023-09-14 08:34:09 +02:00
console
crypto
data lib: json: add helper macro for named array of array 2023-07-26 09:11:16 +02:00
debug COVERAGE: Fix COVERAGE_GCOV dependencies 2023-08-24 15:36:31 +02:00
devicetree dt: Make zephyr,memory-attr a capabilities bitmask 2023-09-15 12:46:54 +02:00
dfu
display
drivers spi: Cleanup and fix SPI docs build 2023-09-19 08:46:16 -05:00
dsp
dt-bindings dt: Make zephyr,memory-attr a capabilities bitmask 2023-09-15 12:46:54 +02:00
fs fs: littlefs: add alignment arg to FS_LITTLEFS_DECLARE_CUSTOM_CONFIG macro 2023-09-01 17:44:15 +02:00
input input: rename callback define macro to INPUT_CALLBACK_DEFINE 2023-08-10 08:15:10 +00:00
ipc ipc_service: open-amp: Align VRINGs 2023-07-18 11:04:46 +00:00
kernel doc: kernel: Fix Doxygen comments for stats.h 2023-07-19 21:08:59 -04:00
linker arch: Add support for static shared interrupts 2023-09-14 08:35:12 +02:00
logging logging: Minor improvement in instance logging 2023-09-12 17:23:31 +01:00
lorawan doc: lorawan: Cleanup doxygen comments 2023-07-18 11:14:39 +00:00
math
mem_mgmt dt: Make zephyr,memory-attr a capabilities bitmask 2023-09-15 12:46:54 +02:00
mgmt mgmt: mcumgr: Split mgmt defines to new file 2023-09-06 13:03:42 +02:00
modbus
modem modem: chat: Optimize const usage 2023-09-18 14:11:40 +01:00
multi_heap dt: Make zephyr,memory-attr a capabilities bitmask 2023-09-15 12:46:54 +02:00
net net: socket: Use network interface name length for IFNAMSIZ 2023-09-18 15:54:39 +02:00
pm pm: Fix unused-parameter warnings 2023-08-21 17:15:56 +02:00
portability
posix posix: implement clock_nanosleep 2023-08-30 13:02:58 -07:00
random
retention
rtio rtio: Simplify the mempool handling 2023-09-13 17:34:47 -04: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
sys sys: util: fix parameter documentation 2023-09-15 13:51:19 +01: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 usb: audio: doc: Cleanup Doxygen documentation 2023-09-11 19:54:41 +02:00
usb_c
xen xen: add helper functions for Xen domain memory management 2023-09-15 11:15:00 +01:00
zbus zbus: Fix documentation of ZBUS_LISTENER_DEFINE 2023-09-01 12:21:47 -05:00
cache.h
device.h init: add sub-priority to internal ordering 2023-07-25 15:58:06 +00: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 init: add sub-priority to internal ordering 2023-07-25 15:58:06 +00:00
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: kernel_includes.h: double guard header 2023-09-17 07:59:30 -04:00
kernel_structs.h kernel: sched: optimize for Meta IRQs == coop prios 2023-08-28 20:15:44 +02:00
kernel_version.h
kernel.h kernel: doc: mark sections as internal in kernel.h 2023-09-17 07:59:30 -04: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 kernel/timeout: Introduce comparison for timepoint values 2023-08-04 10:41:15 +02:00
syscall_handler.h syscall: Z_SYSCALL_VERIFY_MSG to ignore -Wshadow 2023-08-10 08:14:12 +00:00
syscall.h
toolchain.h toolchain: Add flag indicating zero length array support 2023-09-12 17:23:31 +01:00
types.h
zephyr.h