Kasper Hjort Berthelsen

Results 5 issues of Kasper Hjort Berthelsen

#### Description The process to find the features a board support is currently to have an application Makefile and call `make BOARD= info-features-provided`. This is cumbersome for users looking for...

### Contribution description This pull-request makes the `semtech-loramac` package utilize the `sys_eepreg` module to figure out where to store it's configuration if it's loaded. If it's not loaded but `eeprom`...

Area: network
Area: doc
Area: pkg
Area: LoRa
Area: sys

### Contribution description since `CONFIG_SLOT_AUX_LEN` is only supported on platforms where `MODULE_PERIPH_FLASHPAGE_AUX` is provided, it should also only successfuly compile on those platforms. Thats not the case right now, as...

Area: drivers

### Contribution description This PR adds support for the real-time clock on the stm32wl series devices. Based on information from https://www.st.com/resource/en/reference_manual/dm00451556-stm32wl5x-advanced-armbased-32bit-mcus-with-subghz-radio-solution-stmicroelectronics.pdf ### Testing procedure ### Issues/PRs references

Platform: ARM
CI: ready for build
Area: boards
Area: cpu

#### Description trying to otaa join using the `tests/pkg/semtech-loramac` test results in a kernel panic due to a failed assertion in the esp sdk relevant snippet from the "actual results"...