Thank you everyone for the information! It was very helpful!
I've gone ahead and made a port based on the AVR and Unix ports.
I adapted unix_timers.c and unix.c to use the RTEMS traditional API. So
far everything appears to be working. I'll be cleaning it up and
submitting a patch to CanFestiv
Hello Gedare,
On Friday 21 of August 2015 16:46:41 Gedare Bloom wrote:
> I believe CANFestival comes from Pavel Pisa's group. He is active with
> RTEMS and interested in pushing forward CAN improvements, but time is
> always a problem. He's on vacation but may get to this thread after he
> gets ba
>> Would it make sense for us to team up with the CANFestival developers to
>> make a robust RTEMS port?
>
>
> I am not sure how much the CANFestival developers are actively working on
> the tree. I think they have moved onto other things, but you are welcome to
> try. I have been on the CANFesti
On 20/08/2015 8:22 PM, Isaac Gutekunst wrote:
I guess it's time to learn more about the RTEMS runtime linker.
We don't use the RTEMS runtime linker, it is a home grown solution.
I do have a few specific questions:
What pat of CANFestival are you using?
I am not sure I understand this qu
I guess it's time to learn more about the RTEMS runtime linker.
I do have a few specific questions:
What pat of CANFestival are you using?
What timer driver/library are you using?
What CAN driver are you using?
How did you glue the pieces together? Did you compile it by modifying
the posix/u
We have ported CanFestival over to an RTEMS environment, although our
system is a little different to normal.
We have a Base application which is linked with RTEMS.
Then we have other applications which the Base starts up depending on
requirements / configuration. We have a runtime link betwe
On Wed, Aug 19, 2015 at 1:51 PM, Isaac Gutekunst
wrote:
> Hi
>
> I'm thinking about porting CANFestival to RTEMS. I think it should be
> relatively doable do to the posix support, and because the core files don't
> have any platform specific code as far as I can tell.
>
> Has anyone had any experi