Re: [fpc-devel] [fpc-pascal] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-04 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi Jeppe, Στις 2/6/2019 5:46 μ.μ., ο Jeppe Johansen έγραψε: On 6/1/19 3:37 PM, Dimitrios Chr. Ioannidis via fpc-pascal wrote: < snip >   As I'm not a compiler guy, isthe "volatile" intrinsic supported in AVR platform ( I didn't find it in intrinsics unit ) ? It's supported, but it does not

Re: [fpc-devel] Standard generic classes

2019-06-04 Thread J. Gareth Moreton
I feel so silly now. Thank you. Gareth aka. Kit On Tue 04/06/19 22:14 , Ben Grasset operato...@gmail.com sent: > On Tue, Jun 4, 2019 at 4:40 PM J. Gareth Moreton wrote: > I may be missing the obvious here, but I've noticed that there are some > notable absences in the Free Generics Library.

Re: [fpc-devel] Standard generic classes

2019-06-04 Thread Ben Grasset
On Tue, Jun 4, 2019 at 4:40 PM J. Gareth Moreton wrote: > I may be missing the obvious here, but I've noticed that there are some > notable absences in the Free Generics Library. > All of that stuff is available in "rtl-generics" (currently trunk-only, but AFAIK works on 3.0.4 if you copy the so

[fpc-devel] Standard generic classes

2019-06-04 Thread J. Gareth Moreton
Hi everyone, I may be missing the obvious here, but I've noticed that there are some notable absences in the Free Generics Library.  While there's a standard list and a map and the like, there aren't any of the special lists like a stack and a queue and the like.  It proved slightly problemati

Re: [fpc-devel] Constants in generics patch

2019-06-04 Thread Ben Grasset
On Tue, May 21, 2019 at 12:23 AM Ryan Joseph wrote: > I believe I got it all tested and it’s fully functional now (another user > has been tested it also as you’ll see in the notes). > That's me! And yeah, I'd love to see some movement on this as it's an extremely powerful / useful feature.