..
can
all: remove traces of kernel_types.h
2020-11-25 17:52:34 +01:00
checksum
sys/checksum: add crc8 implementation
2019-12-13 14:50:32 +01:00
crypto
sys/crypto: OCB add const
2020-10-05 12:32:51 +02:00
ecc
sys/ecc: add repetition code
2018-10-18 13:37:21 +02:00
embUnit
sys/include: fix typos
2019-11-23 22:39:37 +01:00
entropy_source
sys/entropy_source: add new module for entropy sources
2020-12-01 15:51:40 +01:00
event
sys/event: add shared event threads
2020-02-07 12:17:56 +01:00
fs
pkg/fatfs: bump version to r0.14
2020-11-17 11:29:28 +01:00
hashes
sys/hashes/pbkdf2: Add PBKDF2-sha256 implementation.
2020-11-04 09:57:32 +01:00
isrpipe
isrpipe: change API to be in line with tsrb
2019-06-05 18:13:57 +02:00
net
Merge pull request #15120 from benpicco/driver/at86rf215-trim
2020-12-02 16:53:02 +01:00
riotboot
riotboot: only depend on periph_flashpage
2020-11-11 23:16:43 +01:00
suit
suit/transport/coap: make blocksize configurable
2020-12-03 10:51:42 +01:00
sys
sys/bus: add system buses
2020-11-12 22:50:53 +01:00
test_utils
sys/test_utils/interactive_sync: allow module disabling
2020-03-02 08:50:18 +01:00
usb
all: adapt to moved sched defines
2020-11-23 16:56:34 +01:00
xtimer
xtimer: introduce xtimer_msleep()
2020-10-24 21:38:25 +02:00
ztimer
all: adapt to moved sched defines
2020-11-23 16:56:34 +01:00
analog_util.h
sys/include: fix typos
2019-11-23 22:39:37 +01:00
app_metadata.h
tests/shell: Add app_metadata to shell tests
2019-03-06 13:07:57 +01:00
architecture.h
sys: Module to access architecture details
2020-09-29 12:33:59 +02:00
atomic_utils.h
sys/atomic_utils: Use volatile pointers
2020-11-24 14:00:51 +01:00
auto_init.h
sys/auto_init: Added auto-init for multimedia
2020-06-28 21:06:14 +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: don't disable interrupts
2020-07-28 16:03:00 +02:00
bitfield.h
bitfield: unify order
2019-11-20 18:53:11 +01:00
bloom.h
many typo fixes
2019-11-23 22:39:07 +01:00
byteorder.h
core/byteoder: Moved to sys
2020-08-14 16:28:59 +02:00
c11_atomics_compat.hpp
sys/include/c11_atomics_compat.hpp: fix for esp32
2020-05-04 17:56:09 +02:00
cb_mux.h
sys/cb_mux: initial support
2018-05-28 15:43:41 -04:00
clif.h
sys: Add clif (CoRE Link Format) module
2019-10-04 11:35:52 +02:00
color.h
sys/color: add color_rgb_set_brightness()
2019-11-24 23:27:05 +01:00
div.h
sys/include: fix typos
2019-11-23 22:39:37 +01:00
eepreg.h
sys/eepreg: initial EEPROM registration support
2018-10-20 09:30:40 -04:00
embUnit.h
sys/embUnit: fix broken links
2020-03-24 10:39:49 +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: Cleanup access to internal variables
2020-08-24 20:28:11 +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
sys/fmt: Added submodule fmt_table
2019-08-20 14:32:49 +02:00
fmt.h
sys/fmt: add fmt_is_number()
2019-12-05 15:39:24 +01:00
frac.h
sys/frac: make gcd32() public
2020-10-22 11:10:14 +02:00
fuzzing.h
sys/fuzzing: Initialize
2020-04-07 17:48:39 +02:00
hashes.h
hashes: change ingroup directive
2018-08-29 15:57:24 +02:00
iolist.h
many typo fixes
2019-11-23 22:39:07 +01:00
isrpipe.h
isrpipe: change API to be in line with tsrb
2019-06-05 18:13:57 +02:00
luid.h
sys/luid: add luid_netdev_get_eui48() & luid_netdev_get_eui64()
2020-08-18 11:45:45 +02:00
matstat.h
sys/matstat: change ingroup directive
2018-08-24 18:14:03 +02:00
memarray.h
memarray: Add memarray_calloc
2020-09-02 19:16:30 +02:00
mineplex.h
od.h
phydat.h
sys/phydat: added phydat_to_json converter
2020-05-20 15:29:24 +02:00
pipe.h
pm_layered.h
sys/*: remove unused assert.h include
2020-10-22 11:29:27 +02:00
progress_bar.h
sys/progress_bar: add module for configurable progress bars
2019-12-02 16:48:16 +01:00
ps.h
ptrtag.h
sys: Add helpers for pointer tagging
2020-11-17 10:10:28 +01:00
puf_sram.h
sys/puf_sram: counter based reseed after soft reset
2020-01-20 14:14:09 +01:00
random.h
sys/random: add option to use HWRNG as source of randomness
2020-07-08 18:23:18 +02:00
saul_reg.h
saul/doc: Warn about and deprecate saul_reg_rm
2020-05-25 16:16:11 +02:00
schedstatistics.h
all: remove traces of kernel_types.h
2020-11-25 17:52:34 +01:00
sema.h
seq.h
sys/seq: change ingroup directive
2018-08-24 18:14:03 +02:00
shell_commands.h
sys: fix doxygen grouping
2018-06-11 19:12:02 +02:00
shell.h
sys/shell: Add optional hooks for shell commands
2020-07-07 17:00:38 +02:00
stdio_base.h
sys/stdio: factor out STDIO abstraction
2018-08-22 10:54:25 +02:00
stdio_rtt.h
sys/stdio: s/rtt_stdio/stdio_rtt/
2018-08-22 10:54:25 +02:00
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
sys/timex: Fix integer width issue
2020-04-23 21:16:04 +02:00
tm.h
Merge pull request #13863 from yogo1212/rtc_iff
2020-04-14 23:02:25 +02:00
trace.h
sys/trace: initial commit
2020-06-10 21:21:33 +02:00
trickle.h
sys/trickle: document time interval unit 'ms'
2018-05-29 11:59:12 +02:00
tsrb.h
sys/tsrb: Make thread-safe
2020-10-13 10:32:41 +02:00
unaligned.h
sys/unaligned: Add 64 bit version
2020-08-14 12:21:24 +02:00
universal_address.h
sys/include: fix typos
2019-11-23 22:39:37 +01:00
uri_parser.h
uri_parser: parse interface in IPv6 addresses
2020-11-11 22:47:30 +01: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: Adapt error message to newly present build variables
2020-06-30 10:51:39 +02:00
utlist.h
uuid.h
sys/include: fix typos
2019-11-23 22:39:37 +01:00
vfs.h
sys/vfs: adapt to changed thread define location
2020-11-23 16:56:34 +01:00
volatile_utils.h
sys: Moved volatile_utils from test
2020-11-24 14:34:51 +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
all: adapt to moved sched defines
2020-11-23 16:56:34 +01:00