M Joel Sherrill wrote:
>
>
> On Tue, Jan 5, 2021 at 12:48 AM jaeho jo wrote:
>
>> Hello!
>>
>> I am testing filesystem recovery and I have a question.
>>
>> If the reset is not a power-on reset, my application attempts to restore
>> the filesystem.
>
Hello!
I am testing filesystem recovery and I have a question.
If the reset is not a power-on reset, my application attempts to restore
the filesystem.
If the file was closed prior to reset, the file was restored.
If a reset occurs while a file is open, the file was not recovered after
the rese
I wonder if I can resolve the symbol between the two RAP files for dynamic
load.
ex)
a.c. / b.c. / main.c.
a.c. -> a.rap
- define 'a_test_func()'
b.c. -> b.rap
- use 'a_test_func()'
main.c -> BaseImage
Attempting to generate b.c. as b.rap using rtems-ld, an error occurs
$ rtems-ld -b BaseI
UNIX time starts in 1970, but RTEMS starts from 1988.
Unix time cannot encode times after 03:14:07 UTC on 19 January 2038.
What is the maximum value of rtems time of day? 2038 + 18 => 2056?
thanks.
___
users mailing list
users@rtems.org
http://lists.rt
I want to confirm that the RTEMS Task is running or not.
I don't want to check that RTEMS Task is created or not.
Is there a RTEMS API function to satisfy my intention?
Thanks
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listin
Hi, I have 2 Questions about RTEMS!
1. What is the relationship between shell prompt and unlimited_object?
When I using RTEMS 4.11.2, I need 'CONFIGURE_UNLIMITED_OBJECTS' to use
shell prompt.
I already read 'RTEMS C User Manual - 24.7. Unlimited Objects ' page,
but I don't understand exactl