Re: RTEMS tools invalid version file

2018-10-29 Thread Chris Johns
On 30/10/2018 13:06, Amar Takhar wrote: > On 2018-10-30 11:20 +1100, Chris Johns wrote: > >> Amar mentioned something about this in a chat the other day and I have not >> chased it up. > > > This is quick since it's late but the issue I ran into is in > > rtemstoolkit/version.py > > In line

Re: RTEMS tools invalid version file

2018-10-29 Thread Amar Takhar
On 2018-10-30 11:20 +1100, Chris Johns wrote: > Amar mentioned something about this in a chat the other day and I have not > chased it up. This is quick since it's late but the issue I ran into is in rtemstoolkit/version.py In line 174: -- if that's the latest _revision = int(''.join(ite

Re: RTEMS tools invalid version file

2018-10-29 Thread Chris Johns
On 29/10/2018 23:03, Heinz P. Junkes wrote: > Try to run waf in rtems tools: > > [h1@earth rtems-tools (master)]$ ./waf configure > --prefix=/home/h1/RTEMS/rtems/5.0 build install > Setting top to   : /home/h1/RTEMS_DEV/rtems-tools > Setting out to  

Re: Console API

2018-10-29 Thread Ярослав Лещинский
Ok, thanks I'll check this out. On Mon, 29 Oct 2018 at 16:52, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > we have a contributing page: > > https://devel.rtems.org/wiki/Developer/Contributing > > Please submit patches against the Git master for new BSPs. Try share > c

Re: Console API

2018-10-29 Thread Sebastian Huber
Hello, we have a contributing page: https://devel.rtems.org/wiki/Developer/Contributing Please submit patches against the Git master for new BSPs. Try share code with similar BSPs as much as possible and avoid copy and paste. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4,

RTEMS tools invalid version file

2018-10-29 Thread Heinz P. Junkes
Try to run waf in rtems tools: [h1@earth rtems-tools (master)]$ ./waf configure --prefix=/home/h1/RTEMS/rtems/5.0 build install Setting top to   : /home/h1/RTEMS_DEV/rtems-tools Setting out to   : /home/h1/RTEMS_DEV/rtems-tools/build invalid vers

Re: Console API

2018-10-29 Thread Ярослав Лещинский
Hello Sebastian, Thank you for the link. As I said previously I would like to contribute -- add BSP for stm32l476. Is it possible? If answer is yes I would like to clarify some moments about workflow: 1. Do you have any code requirements, e.g. code style? 2. What is a process when someone added a