Re: [PATCH 0/2] GSOC: ​Hello World exercise

2024-03-02 Thread Gedare Bloom
Go ahead and add yourself to the table at
https://devel.rtems.org/wiki/GSoC/2024#ContributorsProposals

See the   https://devel.rtems.org/wiki/GSoC/2023 page if you need
guidance how to do that (Edit Button to see source). You'll need to
register for a Trac account first to edit the page.

On Wed, Feb 28, 2024 at 10:23 AM Kinsey Moore  wrote:
>
> Thanks for taking this step toward participating in GSoC! I took a look at 
> the images in the binary patch and they look good. If you need to send more 
> images in the future, please use a link instead of sharing them in a binary 
> patch.
>
> Kinsey
>
>
> On Wed, Feb 28, 2024 at 2:33 AM Ning Yang  wrote:
>>
>> Hello, My name is Yang Ning, a computer science master's student at China 
>> Yanshan University.My research chiefly focuses on RTEMS.
>>
>> This is my first contact with operating system-related projects. I have been 
>> study RTEMS on RPi4 for half year. During the half year,I configured and 
>> builded RTEMS and RTEMS-libbsd for RPi4.
>> I also ported btstack( https://github.com/bluekitchen/btstack ) to RTEMS. It 
>> works well.
>> Then I have been working on RPi4 BSP.I debugged the issue of 
>> set_attributes().(https://discord.com/channels/82045382112799/85822508908585/1180421668502511706)(
>>  I commented a few lines directly.Does not conform to the data sheet, but it 
>> can works.)
>>
>> I'm still reading the existing RPi4 BSP code.And I'm interested in porting 
>> USB3.0.Freebsd already supports usb3.0 of RPi4 ( 
>> https://reviews.freebsd.org/D25068 ). I just need to integrate it into 
>> libbsd.
>>
>> discord: @yangn0
>> github: https://github.com/yangn0
>> blog: https://blog.csdn.net/qq_41058067
>>
>> Ning Yang (2):
>>   hello world exercise
>>   helloworld & gdb screen snapshot
>>
>>  hello/gdb.png   | Bin 0 -> 414373 bytes
>>  hello/hello.c   |   2 +-
>>  hello/hello.png | Bin 0 -> 37259 bytes
>>  3 files changed, 1 insertion(+), 1 deletion(-)
>>  create mode 100644 hello/gdb.png
>>  create mode 100644 hello/hello.png
>>
>> --
>> 2.34.1
>>
>> ___
>> devel mailing list
>> devel@rtems.org
>> http://lists.rtems.org/mailman/listinfo/devel
>
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 0/2] GSOC: ​Hello World exercise

2024-02-28 Thread Kinsey Moore
Thanks for taking this step toward participating in GSoC! I took a look at
the images in the binary patch and they look good. If you need to send more
images in the future, please use a link instead of sharing them in a binary
patch.

Kinsey


On Wed, Feb 28, 2024 at 2:33 AM Ning Yang  wrote:

> Hello, My name is Yang Ning, a computer science master's student at China
> Yanshan University.My research chiefly focuses on RTEMS.
>
> This is my first contact with operating system-related projects. I have
> been study RTEMS on RPi4 for half year. During the half year,I configured
> and builded RTEMS and RTEMS-libbsd for RPi4.
> I also ported btstack( https://github.com/bluekitchen/btstack ) to RTEMS.
> It works well.
> Then I have been working on RPi4 BSP.I debugged the issue of
> set_attributes().(
> https://discord.com/channels/82045382112799/85822508908585/1180421668502511706)(
> I commented a few lines directly.Does not conform to the data sheet, but it
> can works.)
>
> I'm still reading the existing RPi4 BSP code.And I'm interested in porting
> USB3.0.Freebsd already supports usb3.0 of RPi4 (
> https://reviews.freebsd.org/D25068 ). I just need to integrate it into
> libbsd.
>
> discord: @yangn0
> github: https://github.com/yangn0
> blog: https://blog.csdn.net/qq_41058067
>
> Ning Yang (2):
>   hello world exercise
>   helloworld & gdb screen snapshot
>
>  hello/gdb.png   | Bin 0 -> 414373 bytes
>  hello/hello.c   |   2 +-
>  hello/hello.png | Bin 0 -> 37259 bytes
>  3 files changed, 1 insertion(+), 1 deletion(-)
>  create mode 100644 hello/gdb.png
>  create mode 100644 hello/hello.png
>
> --
> 2.34.1
>
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

[PATCH 0/2] GSOC: ​Hello World exercise

2024-02-28 Thread Ning Yang
Hello, My name is Yang Ning, a computer science master's student at China 
Yanshan University.My research chiefly focuses on RTEMS.

This is my first contact with operating system-related projects. I have been 
study RTEMS on RPi4 for half year. During the half year,I configured and 
builded RTEMS and RTEMS-libbsd for RPi4. 
I also ported btstack( https://github.com/bluekitchen/btstack ) to RTEMS. It 
works well.
Then I have been working on RPi4 BSP.I debugged the issue of 
set_attributes().(https://discord.com/channels/82045382112799/85822508908585/1180421668502511706)(
 I commented a few lines directly.Does not conform to the data sheet, but it 
can works.)

I'm still reading the existing RPi4 BSP code.And I'm interested in porting 
USB3.0.Freebsd already supports usb3.0 of RPi4 ( 
https://reviews.freebsd.org/D25068 ). I just need to integrate it into libbsd.

discord: @yangn0
github: https://github.com/yangn0
blog: https://blog.csdn.net/qq_41058067

Ning Yang (2):
  hello world exercise
  helloworld & gdb screen snapshot

 hello/gdb.png   | Bin 0 -> 414373 bytes
 hello/hello.c   |   2 +-
 hello/hello.png | Bin 0 -> 37259 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 hello/gdb.png
 create mode 100644 hello/hello.png

-- 
2.34.1

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel