1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include
2021-11-21 23:09:24 +01:00
..
can treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
checksum treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
congure Merge pull request #16133 from miri64/congure_mock/enh/real-methods 2021-05-04 11:06:35 +02:00
crypto treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
ecc treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
embUnit treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
entropy_source sys/entropy_source: add new module for entropy sources 2020-12-01 15:51:40 +01:00
event sys/event/timeout: split xtimer, ztimer backends, don't force usec 2021-11-17 10:15:11 +01:00
fido2 FIDO2 support in RIOT 2021-09-08 15:22:40 +02:00
fs pkg/fatfs: bump version to r0.14 2020-11-17 11:29:28 +01:00
hashes treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
isrpipe
net sys/net/dns: mark dns_hdr_t as packed 2021-11-06 20:16:56 +01:00
riotboot sys/riotboot: serial: add bootloader LED 2021-11-21 23:09:24 +01:00
suit suit/storage/ram: Make prefix and separator configurable 2021-07-08 10:22:14 +02:00
sys sys/bus: add system buses 2020-11-12 22:50:53 +01:00
test_utils test_utils: add UDP benchmark 2021-09-02 23:12:31 +02:00
usb USBUS/hid: Adapt to xmit API 2021-11-16 20:17:05 +01:00
xtimer treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
ztimer ztimer/xtimer_compat: implement trivial functions 2021-10-29 00:45:01 +02:00
analog_util.h
app_metadata.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
architecture.h sys/architecture: add HAS_ALIGNMENT_OF() helper 2021-11-11 10:57:26 +01:00
atomic_utils.h sys/atomic_utils: return previous value 2020-12-16 18:09:35 +01:00
auto_init.h pkg/lwip: Start rework of netif initialisation 2021-08-20 14:56:46 +02:00
base64.h sys/base64: Use void pointer for buffers in API 2020-07-02 11:10:06 +02:00
bcd.h
benchmark.h sys/benchmark: Convert to ztimer 2021-11-15 14:14:23 +01:00
bit.h sys/bit: add bit_checkXX() functions 2021-06-02 14:07:17 +02:00
bitfield.h
bloom.h
byteorder.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
c11_atomics_compat.hpp
cb_mux.h
clif.h
color.h
congure.h congure_test: initial import of CongURE test framework 2021-02-26 10:08:12 +01:00
dbgpin.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
div.h
eepreg.h
embUnit.h pkg/fff: Add fake functions framework package 2021-11-02 18:01:21 +01:00
entropy_source.h sys/entropy_source: add new module for entropy sources 2020-12-01 15:51:40 +01:00
event.h sys/event: add event_wait_timeout_ztimer() 2021-03-31 10:11:29 +02:00
evtimer_mbox.h evtimer: add mbox support 2020-08-21 15:19:22 +02:00
evtimer_msg.h
evtimer.h Merge pull request #13661 from jue89/feature/evtimer_on_ztimer 2020-09-27 14:07:04 +02:00
fmt_table.h
fmt.h sys/fmt: Add print_s64_dec to header 2021-02-10 13:32:54 +01:00
frac.h sys/frac: make gcd32() public 2020-10-22 11:10:14 +02:00
fuzzing.h
hashes.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
iolist.h
isrpipe.h
luid.h sys/luid: add luid_netdev_get_eui48() & luid_netdev_get_eui64() 2020-08-18 11:45:45 +02:00
matstat.h
memarray.h memarray: Add extend and reduce functions 2021-01-15 11:39:08 +01:00
mineplex.h
od.h sys/od: allow to specify address offset with od_hex_dump_ext() 2021-01-11 14:35:40 +01:00
phydat.h sys/phydat: clarify use of phydat::scale in phydat_fit 2021-03-04 21:30:18 +01:00
pipe.h
pm_layered.h cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
progress_bar.h sys/progress_bar: add Konfig configuration 2021-04-07 12:05:00 +02:00
ps.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
ptrtag.h sys: Add helpers for pointer tagging 2020-11-17 10:10:28 +01:00
puf_sram.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
random.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
saul_reg.h sys/saul_reg: add saul_reg_find_type_and_name 2021-01-18 22:28:28 +01:00
schedstatistics.h all: remove traces of kernel_types.h 2020-11-25 17:52:34 +01:00
sema_inv.h sys/sema_inv: add inverse Semaphore 2021-01-17 00:17:58 +01:00
sema.h sys/sema: allow to use ztimer and/or xtimer 2021-04-12 13:08:39 +02:00
seq.h
shell_commands.h
shell.h sys/shell: initial XFA support 2021-03-02 14:57:29 +01:00
stdio_base.h
stdio_rtt.h
stdio_semihosting.h stdio_semihosting: Initial include of Semihosting-based STDIO 2020-06-09 10:15:49 +02:00
stdio_uart.h sys/stdio_uart: Add warning about use in ISR 2020-06-23 23:32:44 +02:00
suit.h suit: Adapt manifest handling to use common storage backend 2020-09-30 14:32:27 +02:00
timex.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
tm.h
trace.h sys/trace: initial commit 2020-06-10 21:21:33 +02:00
trickle.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
tsrb.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
unaligned.h sys/unaligned: Add 64 bit version 2020-08-14 12:21:24 +02:00
universal_address.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
uri_parser.h uri_parser: constify result 2021-08-04 14:01:28 +02:00
usb_board_reset_internal.h usb_board_reset: Split headers into public and private 2020-07-01 13:22:25 +02:00
usb_board_reset.h usb_board_reset: Split headers into public and private 2020-07-01 13:22:25 +02:00
usb.h usb: Add configuration options for USB peripheral serial 2020-12-17 11:37:04 +01:00
ut_process.h ut_process: initial import of a URI template processor 2021-09-16 18:18:48 +02:00
utlist.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
uuid.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
vfs.h sys/vfs: adapt to changed thread define location 2020-11-23 16:56:34 +01:00
volatile_utils.h sys/atomic_utils: return previous value 2020-12-16 18:09:35 +01:00
xtimer.h all: adapt to moved sched defines 2020-11-23 16:56:34 +01:00
zptr.h sys/zptr: fix typos 2020-10-02 08:15:00 +02:00
ztimer.h sys/ztimer: make internal head update static 2021-11-18 13:45:49 +01:00