[riot-devel] Release 2021.01

2021-02-04 Thread José Ignacio Alamos
Dear RIOTers, We are happy to announce the 26th official release of RIOT: --- * RIOT [2021.01] * --- The 2021.01 release includes: - Device Firmware Upgrade support for USBUS - USB HID minimal implementation - IEEE 802.15.4 security initial implementati

Re: [riot-devel] Release notes and RC-4

2021-02-03 Thread José Ignacio Alamos
[1]: https://github.com/RIOT-OS/RIOT/pull/15913 On 21/02/02 11:57AM, José Ignacio Alamos wrote: > Dear RIOT developers, > > I just pushed the Release Notes [1]. Please make sure that your work in > the last 3 months is there and that everything looks ok. > > A bug fix was back

Re: [riot-devel] Release notes and RC-4

2021-02-02 Thread José Ignacio Alamos
Hi all, The RC-4 is out there [3]. Cheers, José [3]: https://github.com/RIOT-OS/Release-Specs/issues/208 On 21/02/02 11:57AM, José Ignacio Alamos wrote: > Dear RIOT developers, > > I just pushed the Release Notes [1]. Please make sure that your work in > the last 3 months is th

[riot-devel] Release notes and RC-4

2021-02-02 Thread José Ignacio Alamos
Dear RIOT developers, I just pushed the Release Notes [1]. Please make sure that your work in the last 3 months is there and that everything looks ok. A bug fix was backported to the Release branch [2], so I will asap open a new Release Candidate. I don't expect this change to break anything (we

[riot-devel] Release Candidate 3

2021-01-29 Thread José Ignacio Alamos
Dear RIOT developers, I just announced RC-3[1]. As described in [2], we should ensure that at least specs 01, 02 and the first task of LoRaWAN (`examples/lorawan`) pass Seems all pending bugs seem to be fixed, I will open the PR with the Release notes soon. Happy hacking! José [1]: https://gith

[riot-devel] Hard Feature Freeze + RC1

2021-01-15 Thread José Ignacio Alamos
Dear RIOTers, We've created the 2021.01 release branch, so we are now officially in feature freeze. This means from now only bugfixes will be backported to the `2021.01-branch`. If anyone has any bugfixes or documentation improvements that they feel should be part of this release please let me kno

[riot-devel] Reminder: Hard Feature Freeze

2021-01-12 Thread José Ignacio Alamos
Dear RIOT developers, This is a gentle reminder regarding the Hard Feature Freeze. This will be effective from 14.01.2021. I will then announce the RC1, tag the 21.04-devel branch and post the Release Specs. At that point only bugfixes can be merged into the Release branch, so all features that w

[riot-devel] We are in Soft Feature Freeze

2021-01-08 Thread José Ignacio Alamos
Dear RIOT developers, The Soft Feature Freeze is from yesterday evening effective. This means, high impact features shouldn't be merged until the Hard Feature Freeze (14.01). When in doubt, don't hesitate to tag me on GitHub or write me an email. Happy Hacking! José signature.asc Description:

[riot-devel] Release [2021.01] - dates and feature requests

2020-11-18 Thread José Ignacio Alamos
Dear RIOTers, The Release dates for the upcoming release cycle are fixed as follows: - 07.01.2021 - Soft Feature Freeze, for high impact features - 14.01.2021 - Hard Feature Freeze, for all features - 04.02.2021 - Release date Please let me know which features you would like to see merged duri

Re: [riot-devel] Release 2020.10

2020-11-02 Thread José Ignacio Alamos
Hi, Very nice! Congratulations to everyone! Thanks Koen! Cheers, José On 20/11/01 06:18PM, Leandro Lanzieri wrote: > Hi all, > > Nice! Congratulations to everyone involved, and special thanks to Koen! > > Cheers, > Leandro. > > On Fri, 2020-10-30 at 18:30 +0100, Koen Zandberg wrote: > > And

[riot-devel] 802.15.4 Radio HAL RDM

2020-04-24 Thread José Ignacio Alamos
Dear RIOT developers, I've opened a PR with a new RIOT Developer Memo [1] with a proposal for a 802.15.4 Radio Hardware Abstraction Layer. Abstract: > This memo describes a Hardware Abstraction Layer (HAL) for radios compliant > with the IEEE802.15.4 standard. The work follows a technology-specif

Re: [riot-devel] Release 2020.01

2020-02-04 Thread José Ignacio Alamos
Hellom Congrats to all! Thanks Francisco for the awesome management work! Cheers, José On Tue, Feb 04, 2020 at 12:04:23PM +0100, Cenk Gündoğan wrote: Hello, On Tue, Feb 04 2020 at 11:33 +0100, Akshai M wrote: That's great news ! Congrats to the team. - Akshai M Congrats to all and much ku

Re: [riot-devel] How to deal with lost interrupts?

2019-12-09 Thread José Ignacio Alamos
Schleiser wrote: Hey Jose, On 12/9/19 3:46 PM, José Ignacio Alamos wrote: The main question here is, how should we handle lost interrupts in general? Let's say: What do you mean by "lost interrupt"? GNRC uses messages to pass an ISR from the interrupt handler to "use

[riot-devel] How to deal with lost interrupts?

2019-12-09 Thread José Ignacio Alamos
Hi all, There are several snippets in RIOT that rely on an IRQ event. E.g radios that don't indicate again if the ISR request is not processed. In that case, the radio would stop receiving packets or TX done interrupts until someone calls "dev->driver->isr". The LoRa SX127x [1] driver has some R