Re: Console API

2018-10-30 Thread Ярослав Лещинский
>>Please let me know when you don't find the answers you are looking for >>using the manual. Thank you, c-user document is full of different information and at least cover my questions above. On Tue, 30 Oct 2018 at 15:04, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 30/10/20

Re: Console API

2018-10-30 Thread Sebastian Huber
On 30/10/2018 12:14, Ярослав Лещинский wrote: Could you please tell me what is a differences between those macros and what this fatal error actually about? The macros and the fatal error handling is documented in the manual: https://docs.rtems.org/branches/master/c-user/index.html Please le

Re: Console API

2018-10-30 Thread Ярослав Лещинский
Sorry I miss clicked... Hello, I checked out master branch and tried to add a new bsp. I found that in hello example now you are using another macro definition CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER instead of CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER like in 4.11. Seems like CONFIGU

Re: Console API

2018-10-30 Thread Sebastian Huber
On 30/10/2018 12:11, Ярослав Лещинский wrote: I checked out master branch and tried to add a new bsp. I found that in hello example now you are using another macro definition CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER instead of CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER like in 4.11.

Re: Console API

2018-10-30 Thread Ярослав Лещинский
Hello, I checked out master branch and tried to add a new bsp. I found that in hello example now you are using another macro definition CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER instead of CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER like in 4.11. Seems like CONFIGURE_APPLICATION_NEEDS_SIMP

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,

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

Re: Console API

2018-10-26 Thread Sebastian Huber
Hello, for new BSPs, please use the Git master. The console driver documentation on the master is up to date: https://docs.rtems.org/branches/master/bsp-howto/console.html ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/u

Re: Console API

2018-10-26 Thread Ярослав Лещинский
Done. I ran successfully hello example for a new board -- stm32l476vg discovery. I can't say that it is a board support package but at least it has startup code and console support for printf output. I'll be really appreciate if someone can review my changes from RTEMS and add this changes to a re

Re: Console API

2018-10-26 Thread Ярослав Лещинский
> > I think you are referencing the right documentation. > "rtems_termios_callbacks" should be what you need. > I found another one: rtems_termios_device_handler -- is it the same as rtems_termios_callbacks? Would you tell me what exact platform you are working on? I recommend you > read the bsp

Re: Console API

2018-10-26 Thread Mingyu Li
Hi, I think you are referencing the right documentation. "rtems_termios_callbacks" should be what you need. Would you tell me what exact platform you are working on? I recommend you read the bsp source code that is mostly close to yours. Please feel free to ask. Best regards, Maxul Ярослав Ле