Re: rtems-tld update.

2014-09-21 Thread Gedare Bloom
Thanks Chris. If you have any ideas on useful ways to visualize these traces, I think it could make a good open project for a student. -Gedare On Sun, Sep 21, 2014 at 12:51 AM, Chris Johns wrote: > Hello, > > I have pushed updates to rtems-tld to rtems-tools.git plus changes to > examples-v2 to

Re: [PATCH] bsp:stm32f4XXXX system clock configuration

2014-09-21 Thread Tomasz Gregorek
There are not only styles to be corrected. I will send a new version soon. 2014-09-20 20:41 GMT+02:00 Joel Sherrill : > Style comments from me. I will let those who know who the HW comment on > that. > > On September 20, 2014 1:23:26 PM CDT, "tomasz.grego...@gmail.com" < > tomasz.grego...@gmail.c

[PATCH] bsp/stm32f4XXXX: System clock configuration

2014-09-21 Thread tomasz . gregorek
From: Tomasz Gregorek Added simple math to caclulate register values for the PLL and for the prescalers. It will try to keep 48MHz for the USB OTG FS. Also it will set latency on the Flash memory for the high speeds. Limitations: It is assumed that 1MHz resolution is enough. Best fits for the cl

Re: Moving to GCC 4.9

2014-09-21 Thread Chris Johns
On 19/09/2014 9:17 pm, Joel Sherrill wrote: On September 19, 2014 12:00:26 AM CDT, Sebastian Huber wrote: On 18/09/14 23:47, Joel Sherrill wrote: Hi Is it possible to move all platforms to GCC 4.9.x? If not, which ones have issues and do these issues have GCC PRs filed? Thanks. The Po

Re: rtems-tld update.

2014-09-21 Thread Chris Johns
On 21/09/2014 10:56 pm, Gedare Bloom wrote: Thanks Chris. If you have any ideas on useful ways to visualize these traces, I think it could make a good open project for a student. There are few possible solutions and I have not really looked at any of them. I see the user interface as part 4 of

Cortex-M0 BPS creation

2014-09-21 Thread Мороз Олег
Hello everyone. i'm new to BSP development. We have a project which is uses some kind of cortex-m0 microcontroller. As i understand it's armv6-m family. Is this CPU family is supported by rtems? I'm reading the book called "BSP and device driver development guide" and it says look at "cp

Re: Cortex-M0 BPS creation

2014-09-21 Thread Sebastian Huber
On 22/09/14 06:36, Мороз Олег wrote: Hello everyone. i'm new to BSP development. We have a project which is uses some kind of cortex-m0 microcontroller. As i understand it's armv6-m family. Is this CPU family is supported by rtems? I'm reading the book called "BSP and device driver develop