fabian18
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`,...
### Contribution description This PR adds a `ZTIMER_NSEC` clock, based on `periph_ptp`. ### Testing procedure Try `tests/ztimer_xsec` ### Issues/PRs references #16309
### 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...
#### 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...
### 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...
### 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,...
### 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...
### 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...
### 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...
### 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...