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 Ярослав Ле

Re:

2018-10-26 Thread 18Y5C31 ZENON HANS TANEKA
Awesome, thanks! I have just submitted it and is now waiting for review On Fri, Oct 26, 2018 at 4:43 PM Amaan Cheval wrote: > > When following the instructions, you likely cloned our "rtems" > repository in a folder called "kernel". That's the directory where you > run "git format-patch master" s

Re:

2018-10-26 Thread Amaan Cheval
When following the instructions, you likely cloned our "rtems" repository in a folder called "kernel". That's the directory where you run "git format-patch master" since that's the git repository where you edit the "hello world" file (the exact path in the folder is in my previous email). I'll cla

Re:

2018-10-26 Thread 18Y5C31 ZENON HANS TANEKA
Where exactly do I run the command 'git format-patch master'? ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re:

2018-10-26 Thread Amaan Cheval
Hey! I'm assuming you're talking about the "Getting Started: Hello World" task. On Fri, Oct 26, 2018 at 12:52 PM 18Y5C31 ZENON HANS TANEKA wrote: > > I am asked to ask here about how to submit the proof This is our fault because that specific instruction (https://devel.rtems.org/wiki/GSoC/Getti

Re:

2018-10-26 Thread 18Y5C31 ZENON HANS TANEKA
I am asked to ask here about how to submit the proof ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re:

2018-10-26 Thread 18Y5C31 ZENON HANS TANEKA
What is the patch that I am supposed to submit though? ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users