Re: [riot-devel] kinetis common - differences between families

2015-03-14 Thread Joakim Gebart
For the kw01 you should look at the PR that the Phytec guys are working on (Johann Fischer and Jonas Remmert et.al.) which can be found at https://github.com/RIOT-OS/RIOT/pull/2328 Best regards, Joakim On Mar 14, 2015 2:00 PM, Jozef Maslik ma...@binarylemon.com wrote: Hi, @Joakim, It is not

Re: [riot-devel] kinetis common - differences between families

2015-03-14 Thread Joakim Gebart
We have used some conditional compilation in drivers where the differences have been somewhat manageable. See the UART driver for example. If the entire module is different then I guess I would prefer to have two separate C-files for the two solutions rather than forking the entire kinetis_common

Re: [riot-devel] kinetis common - differences between families

2015-03-14 Thread Kaspar Schleiser
Hi, On 03/13/15 19:59, Hauke Petersen wrote: Of course this leads to some duplication of code, but in the end it leaves the overall folder structure very clean and it is always clear, where the code you are currently building is coming from. No. Code duplication is evil. It leads to

Re: [riot-devel] Galileo-Board

2015-03-14 Thread Kaspar Schleiser
Hi Martine, On 03/14/15 13:05, Martine Lenders wrote: board. I can't remember: Do we support the board or was the development aborted do to the complications René encountered. If the latter one is AFAIR Galileo connects some of it's peripherals using PCI(E), so without (non-trivial) support

[riot-devel] Galileo-Board

2015-03-14 Thread Martine Lenders
Hi, there is a second person now asking for support for the Galileo board. Though there is a Wiki page I did not find any source files for this board. I can't remember: Do we support the board or was the development aborted do to the complications René encountered. If the latter one is the case,

Re: [riot-devel] kinetis common - differences between families

2015-03-14 Thread Jozef Maslik
Hi, @Joakim, It is not easy question :) In short, we can say, there are differences between families based on core type but it is not true for all options. MCUs with core Cortex M4 have different modules compare to Cortex M0+ and here is difference compared to L0x family which use some