Re: [fpc-devel] SocketCAN implementation

2021-03-17 Thread Michael Van Canneyt via fpc-devel
On Wed, 17 Mar 2021, Zeljko Avramovic via fpc-devel wrote: I had a look. Thanks, I really appreciate it. Since this is currently linux-only, and there are several units, I would opt to make this a separate package. The directory structure to use should be clear, I suppose: can can/src

Re: [fpc-devel] SocketCAN implementation

2021-03-17 Thread Zeljko Avramovic via fpc-devel
> I had a look. Thanks, I really appreciate it. > Since this is currently linux-only, and there are several units, I would opt > to make this a separate > package. > > The directory structure to use should be clear, I suppose: > > can > can/src > can/examples Understood. > Is there any r

Re: [fpc-devel] SocketCAN implementation

2021-03-14 Thread Michael Van Canneyt via fpc-devel
On Sun, 14 Mar 2021, Zeljko Avramovic via fpc-devel wrote: Hello everyone,   I have implemented SocketCAN wrappers for FreePascal which I would like to contribute. Before creating a patch for Mantis, could someone please take a look at it's current form and advise me on further steps, change