zephyr/include/zephyr
Siyuan Cheng 70ff49af37 DSP: add DSP support for ARC processor
add DSP reg in context switch
add AGU reg in context switch to support XY mem
add thread option and API to dis/enable DSP switch

Signed-off-by: Siyuan Cheng <siyuanc@synopsys.com>
2022-12-19 11:56:55 +01:00
..
app_memory include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
arch DSP: add DSP support for ARC processor 2022-12-19 11:56:55 +01:00
audio include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
bluetooth Bluetooth: audio: correct arg usage in BT_CODEC_LC3_CONFIG_DATA 2022-12-19 09:42:07 +00:00
canbus canbus: isotp: avoid reusing CAN controller driver API definitions 2022-10-25 16:32:10 +02:00
console include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
crypto include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
data lib: os: Extend Json library API and type update 2022-06-06 12:06:43 +02:00
debug doxygen: remove redundant usages of def 2022-08-09 12:29:28 +02:00
devicetree devicetree: remove deprecated DT_CHOSEN_*_LABEL macros 2022-11-11 11:00:26 +01:00
dfu dfu/mcuboot: Add Doxygen group to mcuboot.h 2022-12-10 09:46:35 +01:00
display drivers: display: framebuffer: rework to make it self-contained 2022-09-02 14:16:08 +02:00
drivers include: drivers: add USB host controller (UHC) driver API header 2022-12-16 13:21:12 +01:00
dsp math: Introduce a DSP basicmath subsystem with a cmsis backend 2022-12-02 20:15:55 +01:00
dt-bindings drivers: regulator: initial driver for nPM6001 2022-12-16 11:26:47 +01:00
fs fs: Improve documentation for fs_mkdir 2022-12-09 11:18:10 +01:00
ipc ipc: ipc_service: icmsg: Increase reliability of bonding 2022-11-23 11:34:04 +01:00
kernel treewide: Use CONFIG_*_ENDIAN instead of __BYTE_ORDER__ 2022-10-28 19:23:46 +09:00
linker xtensa: linker: Use zephyr's convention for rodata 2022-11-17 15:44:48 +09:00
logging logging: Fix case when LOG_LEVEL is 0 2022-12-09 09:46:11 -05:00
lorawan lorawan: enable run-time config of region/freq 2022-11-14 11:16:16 +00:00
math doxygen: remove redundant usages of def 2022-08-09 12:29:28 +02:00
mgmt mgmt: mcumgr: lib: cmd: os: Add device information handler 2022-12-07 13:53:02 +00:00
modbus modbus: add user data for adu callback 2022-09-02 10:51:57 +02:00
multi_heap doc: doxygen: group heap APIs 2022-09-07 10:45:55 -04:00
net net: buf: Simplify fragment handling 2022-12-06 11:06:43 +02:00
pm pm: runtime: Move from mutexes to semaphores 2022-12-15 22:35:38 +01:00
portability include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
posix posix: getopt: move declarations to unistd.h 2022-12-04 14:51:52 +01:00
random include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
rtio rtio: Userspace support 2022-11-08 10:44:03 +01:00
sd include: add missing kernel.h include 2022-10-11 18:05:17 +02:00
settings settings: API for get storage instance used 2022-08-02 15:15:10 +02:00
shell shell: support setting help string for each entry in a dictionary command 2022-12-05 18:40:46 +01:00
stats include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
storage storage/flash_map: Deprecate FLASH_AREA_ macros 2022-09-30 07:44:49 -05:00
sys assert: Add no-op stub for __ASSERT_POST_ACTION 2022-12-05 12:36:58 +01:00
task_wdt include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
timing timing: Fix symbol extern for C++ 2022-05-26 13:02:53 -07:00
toolchain toolchain: Replace GCC_VERSION, CLANG_VERSION and BUILD_ASSERT macros 2022-12-05 18:30:54 +01:00
tracing tracing: ctf: add timer support 2022-08-31 16:04:01 -04:00
usb usb: host: add port power and port reset USB hub features 2022-12-16 13:21:12 +01:00
usb_c usb-c: Add USB-C Subsystem with Sink PD Support 2022-10-22 18:38:35 -04:00
xen everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
zbus zbus: Add message bus subsystem to Zephyr 2022-11-14 17:25:29 -05:00
cache.h cache: Fix the doxygen documentation 2022-12-13 16:31:42 +00:00
device.h Revert "device: restore init_res bit field" 2022-10-19 16:27:06 +02:00
devicetree.h devicetree: Move DT_INST_PARENT to devicetree-inst group 2022-11-17 10:18:11 -06:00
exc_handle.h include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
fatal.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
init.h init: format file 2022-10-12 18:49:12 +09:00
irq.h doxygen: remove redundant usages of def 2022-08-09 12:29:28 +02:00
irq_nextlevel.h include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
irq_offload.h include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
kernel.h DSP: add DSP support for ARC processor 2022-12-19 11:56:55 +01:00
kernel_includes.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
kernel_structs.h smp: Move arrays to use CONFIG_MP_MAX_NUM_CPUS 2022-10-17 14:40:12 +09:00
kernel_version.h include: Prefix includes to use a scope 2022-04-08 19:03:32 +02: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: Convert away from CONFIG_MP_NUM_CPUS 2022-10-31 17:09:14 +01:00
sw_isr_table.h arch: Use a common place for z_irq_spurious 2022-07-07 15:24:39 -04:00
sys_clock.h sys_clock: define NSEC_PER_MSEC 2022-09-01 16:29:25 -04:00
syscall.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
syscall_handler.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
timeout_q.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
toolchain.h toolchain: Replace GCC_VERSION, CLANG_VERSION and BUILD_ASSERT macros 2022-12-05 18:30:54 +01:00
types.h include: types: remove ulong_t 2022-09-06 18:16:33 +02:00
wait_q.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
zephyr.h includes: deprecate <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00