José Alamos

Results 10 issues of José Alamos

### Contribution description This PR addresses [this comment](https://github.com/RIOT-OS/RIOT/pull/18383#discussion_r940472395) and adds a generic Bottom Half Processor mechanism to be used by any device that requires ISR offloading. The mechanism is agnostic...

Area: tests
Area: sys

### Contribution description This changes were (almost) cherry-picked from #18156. It addresses three things: - It fixes CCA result (before was just throwing garbage) - It fixes a variable initialization...

Type: bug
Platform: ARM
Area: cpu
Reviewed: 2-code-design
Reviewed: 4-code-style
Reviewed: 5-documentation

### Contribution description This PR fixes a typo in `HAVE_IEEE802154_RADIO_HAL_INTERFACE` and selects this symbol from the 802.15.4 variant of nrf52840 radios. ### Testing procedure Murdock should do most of the...

Platform: native
Platform: ARM
Area: drivers
CI: ready for build
Area: cpu
Area: Kconfig

### Contribution description This PR is a take over of original work by @MichelRottleuthner to port KW2XRF radios to the IEEE 802.15.4 Radio HAL. The port should be complete and...

Area: network
Area: tests
Process: API change
Area: drivers
CI: ready for build
Area: tools
Area: boards
Area: sys
Area: Kconfig

### Contribution description This PR adds support for [openDSME](http://opendsme.org). DSME is a time-slotted MAC layer (similar to TSCH), which supports deterministic communication. It offers some promising features such as: -...

Area: network
Area: doc
Area: build system
Type: new feature
Area: pkg
CI: ready for build
Reviewed: 1-fundamentals
Area: sys
Area: examples
Area: Kconfig

### Contribution description This PR is the first one for removing the `netdev` dependency in `gnrc_netif`. It moves the NETDEV_EVENT_MSG_TYPE_EVENT handling to each `netif->ops->msg_handler`. That way an implementation of `gnrc_netif_ops_t`...

Platform: ARM
Area: network
Area: tests
Area: pkg
Type: cleanup
Area: drivers
CI: ready for build
Area: BLE
Platform: ESP
Area: cpu
Area: sys
State: stale

### Contribution description This PR add the initial Kconfig modeling for the lower layers of IEEE 802.15.4. This includes: - Adding feature symbols to indicate presence of Radio HAL or...

Platform: ARM
Area: network
Area: drivers
CI: ready for build
Area: CI
Area: cpu
Area: sys
Area: Kconfig

### Contribution description This PR adds support for Class C in GNRC LoRaWAN. To activate, enable the `CONFIG_GNRC_LORAWAN_CLASS_C` CFLAG. With Class C LoRaWAN nodes keep the receiver on all the...

Area: network
Area: pkg
Area: drivers
CI: ready for build
Area: LoRa
Area: sys
Area: examples

### Contribution description This PR: - Implements the PHY state machine of GNRC LoRaWAN using an FSM with entry/exit states. This simplifies the logic a lot, makes it more robust...

Area: network
CI: ready for build
Area: LoRa
Area: sys

#### Description The DTLS handshake does not work anymore since 2023.01. I'm currently running `examples/gcoap_dtls` and see that the client sends "Client Hello" but gets no response from the server....

Type: bug
Area: network
Area: security