1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include
2024-02-09 15:24:22 +01:00
..
bhp
can
checksum Fletcher32: Rephrase note on 16 bit word operations 2023-10-18 13:22:44 +02:00
coding sys/coding: add XOR based coding module 2023-02-06 16:21:57 +01:00
congure tree-wide: fix typos in doc and comments 2023-10-16 12:17:48 +02:00
cppunit core/irq: Add C++ wrapper 2023-01-13 13:58:07 +01:00
crypto tree-wide: fix typos in doc and comments 2023-10-16 12:17:48 +02:00
ecc
embUnit sys/embUnit: replace RIOT_FILE_RELATIVE with __FILE__ 2022-11-19 01:48:42 +01:00
entropy_source
event sys/event/timeout: add event_timeout_is_pending() 2023-10-11 22:02:08 +02:00
fido2
fs cpu/native: add host fs access via VFS 2023-04-26 00:53:14 +02:00
hashes Merge pull request #20116 from bergzand/pr/sha256/no_static 2024-01-16 16:01:56 +00:00
isrpipe
net nanocoap: add coap_build_reply_header() 2024-01-23 19:16:59 +01:00
psa_crypto/psa sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00
riotboot sys/riotboot/slot: fix failed build 2023-12-21 16:33:15 -05:00
senml sys/phydat: Fix unit confusion 2023-02-23 16:44:24 +01:00
suit sys/suit: introduce suit_worker_done_cb() 2024-01-08 20:39:12 +01:00
sys
test_utils tree-wide: fix typos in doc and comments 2023-10-16 12:17:48 +02:00
usb treewide: mtd_default_get_dev() -> mtd_dev_get() 2023-11-10 19:53:48 +01:00
xtimer
ztimer ztimer_periodic: fix example in documentation 2023-09-29 18:27:43 +02:00
ztimer64
analog_util.h
app_metadata.h
architecture.h sys: 64 bit compatibility 2024-01-17 16:05:12 +01:00
atomic_utils.h core/lib: Add macros/utils.h header 2023-01-07 09:47:44 +01:00
auto_init_utils.h sys/includes: replace kernel_defines.h 2022-11-22 13:39:35 +01:00
auto_init.h
base64.h
bcd.h
benchmark.h sys/benchmark: make use of ztimer stopwatch 2023-03-06 14:31:09 +01:00
bhp.h
bit.h
bitfield.h sys/bitfield: don't set unrelated bits in bf_{set, clear}_all() 2023-03-17 00:08:10 +01:00
bloom.h sys: 64 bit compatibility 2024-01-17 16:05:12 +01:00
busy_wait.h sys/busy_wait: add busy wait helper 2024-01-09 19:03:15 +01:00
byteorder.h cpu/msp430: reorganize code 2023-06-19 17:14:57 +02:00
c11_atomics_compat.hpp
cb_mux.h
chunked_ringbuffer.h
clif.h sys/clif: Fixing out of bounds read under certain conditions 2023-02-23 15:45:03 +01:00
clk.h
color.h
congure.h
cppunit.hpp core/irq: Add C++ wrapper 2023-01-13 13:58:07 +01:00
dbgpin.h sys/includes: replace kernel_defines.h 2022-11-22 13:39:35 +01:00
debug_irq_disable.h cpu/cortexm_common: measure time spent with IRQ disabled 2022-11-24 21:27:20 +01:00
div.h
eepreg.h
embUnit.h sys/include: remove kernel_defines.h where not needed 2022-11-22 13:39:35 +01:00
entropy_source.h
event.h sys/event: add event_is_queued() 2023-10-06 18:21:34 +02:00
evtimer_mbox.h
evtimer_msg.h
evtimer.h sys/evtimer: remove support for xtimer backend 2023-05-24 09:53:33 +02:00
flash_utils.h sys/flash_utils: Fix signature in documentation 2023-11-10 11:17:51 +01:00
fmt_table.h
fmt.h tests: Slightly increase coverage of fmt unittests 2024-01-23 10:30:49 +01:00
frac.h sys: fix remaining broken paths to tests 2023-05-13 19:08:39 +02:00
fuzzing.h fuzzing: Add uri_parser fuzzer setup 2022-12-19 13:03:45 +01:00
hashes.h
imath.h imath: add powi() function 2023-06-05 19:09:11 +02:00
iolist.h
irq.hpp core/irq: Add C++ wrapper 2023-01-13 13:58:07 +01:00
isrpipe.h
luid.h
matstat.h
memarray.h
mineplex.h
od.h
phydat.h sys/phydat: use flash_utils 2023-02-27 12:31:03 +01:00
pipe.h
pm_layered.h sys/pm_layered: align pm_blocker_t for speed 2022-11-04 16:50:52 +01:00
progress_bar.h
ps.h
ptrtag.h
puf_sram.h sys: fix remaining broken paths to tests 2023-05-13 19:08:39 +02:00
random.h sys/random doc: Point to auto initialization and its caveats 2023-11-23 23:34:56 +01:00
rtc_utils.h
saul_reg.h
sched_round_robin.h
schedstatistics.h
sema_inv.h
sema.h
senml.h sys/includes: replace kernel_defines.h 2022-11-22 13:39:35 +01:00
seq.h
shell_lock.h sys/shell_lock: lock shell on EOF 2023-05-26 15:04:36 +02:00
shell.h sys/shell: add details to doc 2023-12-21 15:53:04 -05:00
stdio_base.h sys/stdio: add common stdio module 2024-02-09 15:24:22 +01:00
stdio_nimble.h doc: sort all stdio implementations into sys_stdio group 2023-01-13 11:08:22 +01:00
stdio_rtt.h sys/stdio_rtt: move documentation in doc.txt 2023-02-05 15:49:20 +01:00
stdio_semihosting.h doc: sort all stdio implementations into sys_stdio group 2023-01-13 11:08:22 +01:00
stdio_uart.h doc: sort all stdio implementations into sys_stdio group 2023-01-13 11:08:22 +01:00
string_utils.h sys/string_utils: add memchk() 2023-05-30 20:39:10 +02:00
suit.h
time_units.h
timex.h
tiny_strerror.h sys/tiny_strerror: add tiny_strerror_minimal 2022-10-18 23:30:15 +02:00
tm.h sys/include: remove kernel_defines.h where not needed 2022-11-22 13:39:35 +01:00
trace.h
trickle.h sys/trickle: Remove xtimer and only use ztimer 2023-03-17 12:04:44 +01:00
tsrb.h
unaligned.h
universal_address.h
uri_parser.h
usb_board_reset_internal.h
usb_board_reset.h
usb.h sys/usb: Add PID/VID check in macro 2023-05-31 12:55:53 +02:00
ut_process.h
utlist.h
uuid.h
vfs_default.h drivers/mtd: add SDMMC support 2023-08-08 09:09:12 +02:00
vfs_util.h
vfs.h vfs: fix FATFS_VFS_FILE_BUFFER_SIZE for increased VFS_NAME_MAX 2024-01-29 11:54:21 +01:00
volatile_utils.h
xtimer.h sys/xtimer: improve documentation 2023-05-30 17:32:48 +02:00
zptr.h
ztimer64.h
ztimer.h Merge #19392 #19398 #19399 2023-03-16 12:09:46 +00:00