1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include
Marian Buschsieweke d86df5b217
sys/net/netopt: make NETOPT_TX_END_IRQ and friends read-only
Reasoning:

- Many drivers already just generate these events regardless of configuration.
  This will make behavior more consistent
- Run time configuration increases ROM, complexity and maintaining
  effort
- At least NETOPT_TX_END_IRQ is now de facto mandatory, as the new
  netdev driver API requires NETDEV_EVENT_TX_COMPLETE to always be
  generated.
2021-03-22 08:14:27 +01:00
..
can sys/include/can: Add loopback operation mode 2021-03-08 12:13:15 -05:00
checksum
congure congure_test: make shell commands shorter 2021-03-01 14:41:31 +01:00
crypto
ecc
embUnit
entropy_source sys/entropy_source: add new module for entropy sources 2020-12-01 15:51:40 +01:00
event sys/event: Allow shared thread for multiple queues 2020-12-03 15:28:35 +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
net sys/net/netopt: make NETOPT_TX_END_IRQ and friends read-only 2021-03-22 08:14:27 +01:00
riotboot sys/riotboot: uncrustify 2021-02-09 13:38:31 +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/result_output: Expose result output 2021-03-12 16:20:33 +01:00
usb USB CDC: fix typo in definitions 2021-02-22 14:56:37 +01:00
xtimer
ztimer ztimer: apply uncrustify patches 2021-02-02 22:21:15 +01:00
analog_util.h
app_metadata.h
architecture.h sys/architecture: add comment on pronunciation 2020-12-15 10:29:58 +01:00
atomic_utils.h sys/atomic_utils: return previous value 2020-12-16 18:09:35 +01:00
auto_init.h
base64.h
bcd.h
benchmark.h sys/benchmark: don't disable interrupts 2020-07-28 16:03:00 +02:00
bit.h sys/bit: provide CPU_HAS_SRAM_BITBAND 2021-01-20 09:18:09 +01: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/byteorder: add helpers to convert from little endian to host byte order 2020-11-29 21:41:14 +01:00
c11_atomics_compat.hpp
cb_mux.h sys/cb_mux: initial support 2018-05-28 15:43:41 -04:00
clif.h
color.h
congure.h congure_test: initial import of CongURE test framework 2021-02-26 10:08:12 +01:00
dbgpin.h cpu/cortexm_common: add dbgpin initialization 2021-02-26 11:34:52 +01:00
div.h
eepreg.h
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/event: add missing precondition to doc 2021-03-04 12:21:07 +01:00
evtimer_mbox.h
evtimer_msg.h evtimer: initial import 2017-06-16 16:50:54 +02:00
evtimer.h
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
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
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
ps.h
ptrtag.h sys: Add helpers for pointer tagging 2020-11-17 10:10:28 +01:00
puf_sram.h
random.h
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: add same_get_value() 2021-01-15 15:22:31 +01:00
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: initial XFA support 2021-03-02 14:57:29 +01:00
stdio_base.h
stdio_rtt.h
stdio_semihosting.h
stdio_uart.h
suit.h suit: Adapt manifest handling to use common storage backend 2020-09-30 14:32:27 +02:00
timex.h sys/timex: change type of NS_PER_SEC 2020-12-02 17:53:00 +01:00
tm.h
trace.h
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
universal_address.h
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.h
usb.h usb: Add configuration options for USB peripheral serial 2020-12-17 11:37:04 +01:00
utlist.h sys/include: Include utlist for simple list operation defines 2014-12-12 12:18:34 +01:00
uuid.h
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: clearify doc on clock ops 2021-02-09 22:34:04 +01:00