zephyr/include/zephyr/sys
Keith Packard d47025bd84 libc/picolibc: Remove unused read_stdin/write_stdout hooks
Picolibc doesn't need these two syscall implementations as it uses
zephyr_fputc instead. Make sure that zephyr_putc is declared correctly.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-08-02 10:35:18 +02:00
..
__assert.h assert: Add no-op stub for __ASSERT_POST_ACTION 2022-12-05 12:36:58 +01:00
arch_interface.h kernel: allow for arch specific processing within busy loops 2023-05-25 08:25:11 +00:00
atomic.h include: fix the remaining legacy #include paths 2022-08-02 16:41:41 +01:00
atomic_arch.h
atomic_builtin.h
atomic_c.h
barrier.h barriers: Introduce barrier_isync_fence_full() 2023-05-24 13:13:57 -04:00
barrier_builtin.h barriers: builtin: Check for GCC-ism 2023-05-24 13:13:57 -04:00
base64.h lib: base64: doc: Promote to Utilities doc section 2023-07-19 21:07:12 -04:00
bitarray.h lib: bitarray: doc: Add to Data Structures in docs 2023-07-19 21:06:43 -04:00
byteorder.h include: byteorder: Fix incorrect doc for sys_get_le24 2023-04-21 09:40:21 +02:00
cbprintf.h lib: cbprintf: doc: Doxygen cleanup 2023-07-20 16:25:22 +02:00
cbprintf_cxx.h cbprintf: use type instead of name in sizeof 2023-07-25 09:16:59 +02:00
cbprintf_enums.h lib: os: cbprint: enable tagged arguments for packaging 2022-06-08 00:15:55 +09:00
cbprintf_internal.h sys/cbprintf_internal.h: Silence spurious warnings with -save-temps 2023-02-06 10:05:26 +01:00
check.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
crc.h doc: Drop asterisk from Doxygen @param 2023-07-13 13:25:28 +00:00
device_mmio.h drivers: mm: Add support for TI RAT module using system_mm API 2023-07-11 09:44:48 +02:00
dlist.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
errno_private.h kernel: Allow Zephyr to use libc's internal errno 2022-05-12 19:06:48 -04:00
fdtable.h lib: os: add k_condvar for each fdtable entry 2023-06-02 18:45:46 -04:00
hash_function.h lib: os: doc: Show hash functions in documentation 2023-07-21 08:54:09 -05:00
hash_map.h lib: os: doc: Hashmap documentation fixes 2023-07-21 08:54:09 -05:00
hash_map_api.h lib: os: doc: Cleanup doxygen groups 2023-07-21 08:54:09 -05:00
hash_map_cxx.h lib: os: doc: Show hash implementations in documentation 2023-07-21 08:54:09 -05:00
hash_map_oa_lp.h lib: os: doc: Show hash implementations in documentation 2023-07-21 08:54:09 -05:00
hash_map_sc.h lib: os: doc: Show hash implementations in documentation 2023-07-21 08:54:09 -05:00
heap_listener.h doc: doxygen: group heap APIs 2022-09-07 10:45:55 -04:00
iterable_sections.h doc: doxygen: add some subsystems to os_services group 2023-05-31 14:39:29 -04:00
kobject.h kernel: userspace: Add k_object_alloc_size 2023-07-17 16:56:01 -04:00
libc-hooks.h libc/picolibc: Remove unused read_stdin/write_stdout hooks 2023-08-02 10:35:18 +02:00
linear_range.h doc: doxygen: create utilities group 2023-06-05 20:21:09 -04:00
list_gen.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
math_extras.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
math_extras_impl.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
mem_blocks.h doc: doxygen: add memory management group 2022-09-07 10:36:25 +02:00
mem_manage.h doc: doxygen: add some OS services to os_services group 2023-06-05 20:21:09 -04:00
mem_stats.h lib/os: add statistics tracking to mem_blocks 2022-07-12 13:59:26 +00:00
mpsc_packet.h
mpsc_pbuf.h lib: os: mpsc_pbuf: Use flag for buffer full indication 2022-12-29 10:33:29 +01:00
multi_heap.h
mutex.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
notify.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
onoff.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
p4wq.h iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
printk.h lib/printk: Use picolibc's snprintf/vsnprintf for snprintk/vsnprintk 2022-06-24 20:30:03 +02:00
rb.h
reboot.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
ring_buffer.h doc: doxygen: move data structure APIs to utilities group 2023-06-05 20:21:09 -04:00
sem.h iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
sflist.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
slist.h
speculation.h
spsc_pbuf.h ipc: icmsg: Improve packets reception 2023-06-21 15:56:02 +02:00
sys_heap.h everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
sys_io.h
time_units.h sys: util: migrate all files to DIV_ROUND_UP 2023-04-11 12:00:37 +02:00
timeutil.h doc: doxygen: create utilities group 2023-06-05 20:21:09 -04:00
util.h include: util: Add Z_DETECT_POINTER_OVERFLOW() 2023-08-01 09:51:33 +02:00
util_internal.h include: util_internal: add Z_SPARSE_LIST_{ODD|EVEN}_NUMBERS 2023-07-13 12:16:44 +02:00
util_loops.h
util_macro.h include: sys: util_macro: Add UTIL_DEC(x) doc 2023-07-13 09:21:00 +02:00
winstream.h