fabian18

Results 17 issues of fabian18

#### Description During the testing of #17962, I discovered that something in the transmission behaviour of `nanocoap` is not working correctly. Using e.g. `tests/nanocoap_cli`: `client put fe80::3478:9157:9fd5:81c3%5 5683 /somepath somedata`,...

Type: bug
Area: network

### Contribution description This PR adds a `ZTIMER_NSEC` clock, based on `periph_ptp`. ### Testing procedure Try `tests/ztimer_xsec` ### Issues/PRs references #16309

Area: tests
Type: new feature
Area: timers
Area: sys
State: stale

### Contribution description Generate a header file, containing successor definitions up to a fixed maximum. This allows to use the preprocessor to compute the successor of a number and is...

Area: doc
Area: tests
Area: tools
Area: sys

#### Description I was actually trying to reproduce a packet leak (hence the unrelated branch name), but I found another race condition when `ENABLE_DEBUG 1` in `core/mbox.c`. and data is...

Type: bug
Area: network
Area: tests

### Contribution description Motivated by the findings in #20371 I would propose this, to not allocate a dummy NCE without an IPv6 for a prefix in the prefix list. Previously...

Area: network
CI: ready for build
Area: sys

### Contribution description I still had some fixes for NIB lying around. I remember they were necessary during my thesis. The fixes are old and probably would need some confirmation,...

Type: bug
Area: network
Area: tests
CI: ready for build
Area: sys

### Contribution description This provides a generic configuration module for setting/getting runtime configuration parameters of modules which require to store configuration parameters on persistent storage. It should serve the same...

Area: tests
Area: build system
Area: drivers
Area: sys
Area: Kconfig

### Contribution description At the RIOT summit I got the impression, that there is a big interest in extending the `gnrc` IEEE 802.15.4 security implementation. I remembered that I had...

Area: network
Area: drivers
Area: sys
Area: Kconfig

### Contribution description With `_FATFS_FILE_CACHE` `_FATFS_FILE_SEEK_PTR` `_FATFS_FILE_EXFAT` the problem of #20297 is still present :/, so I increased `FATFS_VFS_FILE_BUFFER_SIZE` once again. ### Testing procedure `CPU_MODEL = samd51j20a` ``` In file...

CI: ready for build
Area: sys

### Contribution description Given the name of the command `write_raw` in `tests/periph/flashpage`, it should accept raw bytes instead of a string. This enables more possible test input. ### Testing procedure...

Area: tests
Impact: minor
CI: ready for build