Re: [PATCH] part of implimenting a monotonic clock in rtems part of this is not the final patch.

2021-06-24 Thread zack_on_the_speed_chanel
un 23, 2021 at 12:16 PM zack_on_the_speed_chanel > > zack_on_the_speed_cha...@protonmail.ch wrote: > > > I tried to do some testing with the code I write. I tired to test it by > > making a rtems app. I modified the code from the ubuntu manpage ( here > > https://manpages.ubuntu.

Re: [PATCH] part of implimenting a monotonic clock in rtems part of this is not the final patch.

2021-06-23 Thread zack_on_the_speed_chanel
run the program it does not print anything. I double-checked the POSIX calls and all were compatible with rtems. Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Saturday, June 19th, 2021 at 6:49 PM, zack_on_the_speed_chanel wrote: > I have added the tests and added

Re: [PATCH] part of implimenting a monotonic clock in rtems part of this is not the final patch.

2021-06-19 Thread zack_on_the_speed_chanel
al Message ‐‐‐ On Friday, June 18th, 2021 at 8:01 AM, Christian Mauderer wrote: > Hello Zack, > > On 18/06/2021 04:34, zack_on_the_speed_chanel wrote: > > > so I tested it with the but I have not made a new test file I'll do that > > soon. How do I add a new

Re: [PATCH] part of implimenting a monotonic clock in rtems part of this is not the final patch.

2021-06-17 Thread zack_on_the_speed_chanel
a new test case to an existing test. > > Best regards > > Christian > > On 14/06/2021 22:18, zack_on_the_speed_chanel wrote: > > > also i'll revert the posix test that I changed back to normal because it > > was only for testing. > > > > Sent w

Re: [PATCH] part of implimenting a monotonic clock in rtems part of this is not the final patch.

2021-06-11 Thread zack_on_the_speed_chanel
view and you need input? If yes: For what parts do you > > need input? > > Best regards > > Christian > > On 11/06/2021 17:20, zack_on_the_speed_chanel wrote: > > > ping > > > > Sent with ProtonMail Secure Email. > > > > ‐‐‐ Original Mes

Re: [PATCH] part of implimenting a monotonic clock in rtems part of this is not the final patch.

2021-06-11 Thread zack_on_the_speed_chanel
ping Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Wednesday, June 9th, 2021 at 6:27 PM, zack wrote: > From: zack zack_on_the_speed_cha...@protonmail.ch > > cpukit/include/rtems/posix/timer.h | 6 ++- > > cpukit/posix/src/psxtimercreate.c | 5 +- > > cpukit/posix/src/t

Re: code review: help implementing clock_montonic

2021-06-08 Thread zack_on_the_speed_chanel
Bloom wrote: > At this point, we probably need to see some more code. I can't piece > > together what you've done from the scattered emails here. Hopefully, > > the use of the helper methods fixes the previous concern I had. > > On Tue, Jun 8, 2021 at 9

Re: code review: help implementing clock_montonic

2021-06-08 Thread zack_on_the_speed_chanel
ping Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Saturday, May 15th, 2021 at 9:22 PM, zack_on_the_speed_chanel wrote: > Use helper functions in rtems/timespec.h or score/timespec.h > > > (depending where you implement your code, in this case,

Re: code review: help implementing clock_montonic

2021-05-15 Thread zack_on_the_speed_chanel
ases. That is going to be tricky to think through. > > > i don't understand what you mean since i have added a clock type field to the POSIX_TIMER_CONTROL Thanks Zack ‐‐‐ Original Message ‐‐‐ On Thursday, May 13, 2021 3:05 PM, Gedare Bloom wrote: >

Re: code review: help implementing clock_montonic

2021-05-12 Thread zack_on_the_speed_chanel
e me being really new to posix and operating system development. Zack ‐‐‐ Original Message ‐‐‐ On Tuesday, May 11, 2021 6:23 AM, Gedare Bloom wrote: > On Fri, May 7, 2021 at 12:53 PM zack_on_the_speed_chanel > zack_on_the_speed_cha...@protonmail.ch wrote: > > > hello, &g

code review: help implementing clock_montonic

2021-05-07 Thread zack_on_the_speed_chanel
hello, Currenttly i'm trying to implement the clock_monotonic which was part of ticket #3889. So far these are the changes are as follows ptimer->clock_type= &clock_id; in the timer create i added a field for the timer id and saved it when the timer was made. Then in getttime I used the appropr

Implimenting timer_monotonic

2021-04-22 Thread zack_on_the_speed_chanel
Hello, So in looking at the ticket i realized it was more the making the test and only testing the creation of a timer object. I also have to implement the monotonic timer. Right now it seems like a monumental task for me currently. I began to look at the code for timergettime. I'm looking at ho

Re: Ticket#3889 updated

2021-04-03 Thread zack_on_the_speed_chanel
g I was not able to get to test it due to a error: symbol parser write failed for score error. thanks zack Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Friday, April 2, 2021 9:08 PM, Gedare Bloom wrote: > On Fri, Apr 2, 2021 at 12:19 PM zack_on_the

Re: Ticket#3889 updated

2021-04-02 Thread zack_on_the_speed_chanel
Bloom wrote: > On Thu, Apr 1, 2021 at 2:52 PM zack_on_the_speed_chanel > zack_on_the_speed_cha...@protonmail.ch wrote: > > > Did i do anything wrong with my .ini file? > > Sent with ProtonMail Secure Email. > > ‐‐‐ Original Message ‐‐‐ > > On W

Re: Ticket#3889 updated

2021-04-01 Thread zack_on_the_speed_chanel
Did i do anything wrong with my .ini file? Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Wednesday, March 31, 2021 12:20 AM, zack_on_the_speed_chanel wrote: > my waf file look like this > > $cat config.ini > [sparc/leon3] > BUILD_TESTS=True > > f

Re: Ticket#3889 updated

2021-03-30 Thread zack_on_the_speed_chanel
wrote: > BUILD_TESTS and BUILD_PSXTESTS are two options that > if either is True it should build psxclock02. > > On Tue, Mar 30, 2021 at 9:20 AM zack_on_the_speed_chanel > zack_on_the_speed_cha...@protonmail.ch wrote: > > > I did build the leon3 bsp and I still d

Re: Ticket#3889 updated

2021-03-30 Thread zack_on_the_speed_chanel
PM zack_on_the_speed_chanel > zack_on_the_speed_cha...@protonmail.ch wrote: > > > I have both of the options and i tried to built it with BUILD_TESTS and > > PSXTESTS and the test didn't build. Is there anything else that could alter > > how rtems is built? > > Afte

Re: Ticket#3889 updated

2021-03-30 Thread zack_on_the_speed_chanel
x? Thanks Zack Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Monday, March 29, 2021 8:11 PM, zack_on_the_speed_chanel wrote: > Sorry that assumption was very native of me that i didn't have a working > baseline. Joel said that the erc32 was similar to the

Re: Ticket#3889 updated

2021-03-29 Thread zack_on_the_speed_chanel
; On Sun, Mar 28, 2021 at 1:26 PM zack_on_the_speed_chanel > zack_on_the_speed_cha...@protonmail.ch wrote: > > > Hello all, > > I'm updating on what' i've found out with the issue (forgot to reply all) . > > Joel recommended me check the coverage for the leo

Ticket#3889 updated

2021-03-28 Thread zack_on_the_speed_chanel
Hello all, I'm updating on what' i've found out with the issue (forgot to reply all) . Joel recommended me check the coverage for the leon BSP( to check if it's supported) and i found that the branch with CLOCK_MONOTONIC was not reached I think now that it's supported (because the annotated ass

Re: Fw: Re: ticket #3889

2021-03-27 Thread zack_on_the_speed_chanel
t; On Sat, Mar 27, 2021, 7:35 PM zack_on_the_speed_chanel > wrote: > >> What file do i have to check in ? I thought posix was a standard so the code >> is platform agnostic? Is there code specific to the BSP? Also I tried to >> modify the psxtimer02 test file and change it th

Fw: Re: ticket #3889

2021-03-27 Thread zack_on_the_speed_chanel
[ProtonMail](https://protonmail.com) Secure Email. ‐‐‐ Original Message ‐‐‐ On Saturday, March 27, 2021 7:50 PM, Joel Sherrill wrote: > On Sat, Mar 27, 2021 at 2:33 PM zack_on_the_speed_chanel > wrote: > >> Hello, >> Last year I tried to do work and help to contribute to RT

ticket #3889

2021-03-27 Thread zack_on_the_speed_chanel
Hello, Last year I tried to do work and help to contribute to RTEMS. I didn't get too far but now I think I now I have a better shot at it! I was able to complete the BSP and tools build, and run the hello world examples. I want to work on small tickets first and work my way into the source code

Re: Contributing to rtems

2020-09-14 Thread zack_on_the_speed_chanel
hello, I got locked out of my email but I'm the same person! Currently, I know that we had an original script to format it but it was lost, I also know that to make the new formatting script i have to take the old one and configure it until the diff matches with the original file. Can I get a ho