Re: [riot-devel] Release 2019.07 - dates and feature requests

2019-06-04 Thread Martine Lenders
Hi,

would also be nice to add IPv6 fragmentation [1] and reassembly [2]. I
think the feature will be finished today for the most part (only tests for
fragmentation are missing). However, 6LoWPAN NHC adaption for extension
headers (on which IPv6 fragmentation is based on) is still missing. This
isn't a blocker, 6Lo packets won't just not be compressed starting with the
extension headers, though.

Cheers,
Martine

[1] https://github.com/RIOT-OS/RIOT/pull/11623
[2] https://github.com/RIOT-OS/RIOT/pull/11596

Am Di., 4. Juni 2019 um 12:48 Uhr schrieb José Alamos <
jose.ala...@haw-hamburg.de>:

> Hi,
>
> I would like to manage to get GNRC LoRaWAN [1] merged into master. The
> PR is in good shape and only needs some testing/review.
>
> With this into master, I would like to move forward into a common API
> for all LoRaWAN implementations in RIOT (and of course, add more
> interesting features to the stack).
>
> Cheers,
> José
>
> [1]: https://github.com/RIOT-OS/RIOT/pull/11022
> On Mon, 2019-06-03 at 09:56 +0200, Gaëtan Harter wrote:
> > Hi,
> >
> > I would personally like to manage to get the migration to FLASHFILE
> > finally finished https://github.com/RIOT-OS/RIOT/pull/8838 (I only
> > have
> > the tracking PR currently, so it's my fault if it did not move) and
> > the
> > fix for flashers on the board I use for testing the release
> > https://github.com/RIOT-OS/RIOT/pull/10870 as I currently use them
> > for
> > testing anyway. I could need help for that last one if you have
> > examples
> > that put any of the mentioned boards in a no more flashable state
> > with RIOT.
> >
> > Cheers,
> > Gaëtan
> >
> >
> > On 6/1/19 6:42 PM, Dylan Laduranty wrote:
> > > Hi all,
> > > #11077 and #11085 could be in the incoming release but it will
> > > require to
> > > have #11075 and #10916 merged first.
> > > Hopefully, #11075 should be pretty straightforward and #10916
> > > (which
> > > introduces the stack) is in the final review state.
> > > Any help with the review and/or test process will be highly
> > > appreciated !
> > > Cheers,
> > >
> > > Le sam. 1 juin 2019 à 01:40, Hauke Petersen <
> > > hauke.peter...@fu-berlin.de> a
> > > écrit :
> > >
> > > > Hej,
> > > >
> > > > big +1! Getting the USB+Ethernet slave mode to work would be a
> > > > major
> > > > milestone towards simple to deploy border routers and such.
> > > >
> > > > So ~4 more weeks seems doable, right?!
> > > >
> > > > Cheers,
> > > > Hauke
> > > >
> > > >
> > > > On 5/31/19 10:11 PM, Mario Gómez wrote:
> > > >
> > > > Hi all!
> > > >
> > > > My grain of salt:
> > > >
> > > > For high impact features:
> > > >
> > > > PR #11085 (Serial console over USB) & PR #11077 (USB CDC ECM
> > > > support)
> > > >
> > > > Those two combined with something like the SAM-BA bootloader
> > > > (Arduino SAMD
> > > > bootloader compatible with BOSSA) would allow us to make easy-
> > > > upgradeable
> > > > one-chip border-router USB dongles based on the ATSAMR21. USB CDC
> > > > ECM
> > > > essentially could remove the need for ethos.
> > > >
> > > > Regards,
> > > > Mario.
> > > >
> > > > On Fri, May 31, 2019 at 6:51 AM Kevin Weiss <
> > > > kevin.we...@haw-hamburg.de>
> > > > wrote:
> > > >
> > > > > Dear RIOTers,
> > > > >
> > > > >
> > > > > The release dates for the upcoming release cycle are fixed as
> > > > > follows:
> > > > >
> > > > > - 28.06.2019 - soft feature freeze, for high impact features
> > > > >
> > > > > - 08.07.2019 - hard feature freeze, for all features
> > > > >
> > > > > - 31.07.2019 - Release date
> > > > >
> > > > > Could you please send your suggestions for features which you
> > > > > would like
> > > > > to see merged during this release cycle.
> > > > >
> > > > >
> > > > > Best regards, and happy hacking!
> > > > >
> > > > > Kevin Weiss
> > > > > ___
> > > > > devel mailing list
> > > > > devel@riot-os.org
> > > > > https://lists.riot-os.org/mailman/listinfo/devel
> > > > >
> > > >
> > > > ___
> > > > devel mailing listde...@riot-os.org
> > > > https://lists.riot-os.org/mailman/listinfo/devel
> > > >
> > > >
> > > > ___
> > > > devel mailing list
> > > > devel@riot-os.org
> > > > https://lists.riot-os.org/mailman/listinfo/devel
> > > >
> > >
> > >
> > > ___
> > > devel mailing list
> > > devel@riot-os.org
> > > https://lists.riot-os.org/mailman/listinfo/devel
> > >
> > ___
> > devel mailing list
> > devel@riot-os.org
> > https://lists.riot-os.org/mailman/listinfo/devel
>
> ___
> devel mailing list
> devel@riot-os.org
> https://lists.riot-os.org/mailman/listinfo/devel
>
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] Release 2019.07 - dates and feature requests

2019-06-04 Thread José Alamos
Hi,

I would like to manage to get GNRC LoRaWAN [1] merged into master. The
PR is in good shape and only needs some testing/review.

With this into master, I would like to move forward into a common API
for all LoRaWAN implementations in RIOT (and of course, add more
interesting features to the stack).

Cheers,
José

[1]: https://github.com/RIOT-OS/RIOT/pull/11022
On Mon, 2019-06-03 at 09:56 +0200, Gaëtan Harter wrote:
> Hi,
> 
> I would personally like to manage to get the migration to FLASHFILE 
> finally finished https://github.com/RIOT-OS/RIOT/pull/8838 (I only
> have 
> the tracking PR currently, so it's my fault if it did not move) and
> the 
> fix for flashers on the board I use for testing the release 
> https://github.com/RIOT-OS/RIOT/pull/10870 as I currently use them
> for 
> testing anyway. I could need help for that last one if you have
> examples 
> that put any of the mentioned boards in a no more flashable state
> with RIOT.
> 
> Cheers,
> Gaëtan
> 
> 
> On 6/1/19 6:42 PM, Dylan Laduranty wrote:
> > Hi all,
> > #11077 and #11085 could be in the incoming release but it will
> > require to
> > have #11075 and #10916 merged first.
> > Hopefully, #11075 should be pretty straightforward and #10916
> > (which
> > introduces the stack) is in the final review state.
> > Any help with the review and/or test process will be highly
> > appreciated !
> > Cheers,
> > 
> > Le sam. 1 juin 2019 à 01:40, Hauke Petersen <
> > hauke.peter...@fu-berlin.de> a
> > écrit :
> > 
> > > Hej,
> > > 
> > > big +1! Getting the USB+Ethernet slave mode to work would be a
> > > major
> > > milestone towards simple to deploy border routers and such.
> > > 
> > > So ~4 more weeks seems doable, right?!
> > > 
> > > Cheers,
> > > Hauke
> > > 
> > > 
> > > On 5/31/19 10:11 PM, Mario Gómez wrote:
> > > 
> > > Hi all!
> > > 
> > > My grain of salt:
> > > 
> > > For high impact features:
> > > 
> > > PR #11085 (Serial console over USB) & PR #11077 (USB CDC ECM
> > > support)
> > > 
> > > Those two combined with something like the SAM-BA bootloader
> > > (Arduino SAMD
> > > bootloader compatible with BOSSA) would allow us to make easy-
> > > upgradeable
> > > one-chip border-router USB dongles based on the ATSAMR21. USB CDC
> > > ECM
> > > essentially could remove the need for ethos.
> > > 
> > > Regards,
> > > Mario.
> > > 
> > > On Fri, May 31, 2019 at 6:51 AM Kevin Weiss <
> > > kevin.we...@haw-hamburg.de>
> > > wrote:
> > > 
> > > > Dear RIOTers,
> > > > 
> > > > 
> > > > The release dates for the upcoming release cycle are fixed as
> > > > follows:
> > > > 
> > > > - 28.06.2019 - soft feature freeze, for high impact features
> > > > 
> > > > - 08.07.2019 - hard feature freeze, for all features
> > > > 
> > > > - 31.07.2019 - Release date
> > > > 
> > > > Could you please send your suggestions for features which you
> > > > would like
> > > > to see merged during this release cycle.
> > > > 
> > > > 
> > > > Best regards, and happy hacking!
> > > > 
> > > > Kevin Weiss
> > > > ___
> > > > devel mailing list
> > > > devel@riot-os.org
> > > > https://lists.riot-os.org/mailman/listinfo/devel
> > > > 
> > > 
> > > ___
> > > devel mailing listde...@riot-os.org
> > > https://lists.riot-os.org/mailman/listinfo/devel
> > > 
> > > 
> > > ___
> > > devel mailing list
> > > devel@riot-os.org
> > > https://lists.riot-os.org/mailman/listinfo/devel
> > > 
> > 
> > 
> > ___
> > devel mailing list
> > devel@riot-os.org
> > https://lists.riot-os.org/mailman/listinfo/devel
> > 
> ___
> devel mailing list
> devel@riot-os.org
> https://lists.riot-os.org/mailman/listinfo/devel

___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel