Re: [riot-devel] RIOT policy on hardware support without example board

2018-03-16 Thread Joakim Nohlgård
Hi again, Is there no readily available commercial dev boards which feature an RTC crystal? Generally, boards in the main repo have to be available commercially or at least accessible for a large number of users (IoT-lab boards for example are only available in the IoT-lab test sites, but they

Re: [riot-devel] RIOT policy on hardware support without example board

2018-03-16 Thread Bas Stottelaar
Hi all, I think this board would come close: it features the ATmega1284P with an RTC: https://www.microchip.com/DevelopmentTools/ProductDetails.aspx?PartNO=ATMEGA1284P-XPLD . Kind regards, Bas Stottelaar 2018-03-16 7:03 GMT+01:00 Joakim Nohlgård : > Hi again, > >

Re: [riot-devel] RIOT policy on hardware support without example board

2018-03-16 Thread Matthew Blue
Hi everyone, Is it sufficient to have a RTC-only board with the ATmega1284P, and not have any example board with the other peripherals (that is, only a test application for each)? I think earlier I misinterpreted Joakim's answer to mean that there had to be a board for each peripheral rather than

Re: [riot-devel] RIOT policy on hardware support without example board

2018-03-16 Thread Robert Hartung
Hi Matthew, I already ported the atmega1284p to RIOT: https://github.com/RIOT-OS/RIOT/pull/7604 Best Regards, Robert > Am 14.03.2018 um 18:49 schrieb Matthew Blue : > > Hello all, > > I am building mesh networking

Re: [riot-devel] RIOT policy on hardware support without example board

2018-03-16 Thread Matthew Blue
Robert, I saw your port, unfortunately after I had already written mine. I did base my RTT code on your partial implementation. I thought that the PR was not active, since it has been waiting for about 6 months for PR #1610. You can see the RTT implementation here: