Re: [fpc-pascal] Generating RTL Units for STM32 Processors

2018-03-01 Thread Michael Ring
Both STM32F407 & 446 Chips are already in fpc-trunk, so no patches are needed to use those chips, mbf should work ok for you, I have a development kit for STM32F407VC (Mikroe EasyMXPro V7) and I should also have a NUCLEOF446RE Board somewhere here, so in case something does not work I may be

Re: [fpc-pascal] Generating RTL Units for STM32 Processors

2018-03-01 Thread R0b0t1
On Thu, Mar 1, 2018 at 3:11 PM, R0b0t1 wrote: > On Thu, Mar 1, 2018 at 2:46 PM, Marc Santhoff wrote: >> On Wed, 2018-02-28 at 06:41 +0200, Christo Crause wrote: >>> On 28 Feb 2018 4:22 am, "R0b0t1" wrote: >>> >>> I will be following up with

Re: [fpc-pascal] Generating RTL Units for STM32 Processors

2018-03-01 Thread R0b0t1
On Thu, Mar 1, 2018 at 2:46 PM, Marc Santhoff wrote: > On Wed, 2018-02-28 at 06:41 +0200, Christo Crause wrote: >> On 28 Feb 2018 4:22 am, "R0b0t1" wrote: >> >> I will be following up with you off list, since you do not seem to mind. >> >> >> I'm also

Re: [fpc-pascal] Generating RTL Units for STM32 Processors

2018-03-01 Thread Marc Santhoff
On Wed, 2018-02-28 at 06:41 +0200, Christo Crause wrote: > On 28 Feb 2018 4:22 am, "R0b0t1" wrote: > > I will be following up with you off list, since you do not seem to mind. > > > I'm also interested in the general topic of incorporating embedded > controllers (avr at the

Re: [fpc-pascal] Linux getifaddrs

2018-03-01 Thread Brian
Thanks for all the suggestions but , I found and example which I have modified for my needs. Currently using Synapse but it only returns the loopback IP address since in my case the ports eth0 and eth1 are both static IP's.

Re: [fpc-pascal] Linux getifaddrs

2018-03-01 Thread Mark Morgan Lloyd
On 01/03/18 15:15, Brian wrote: Do you know of any kernel functions that would return the current IP address? I think you're looking for something like SIOCGIFADDR in netdevice(7), but it's not necessarily what you want. You need to take into account that a single host might have multiple

Re: [fpc-pascal] Linux getifaddrs

2018-03-01 Thread Rik van Kekem
Op 01-03-2018 00:08 schreef Michael Van Canneyt: On Wed, 28 Feb 2018, Brian wrote: Has anyone translated* getifaddrs* function to Free Pascal ? http://man7.org/linux/man-pages/man3/getifaddrs.3.html Not to my knowledge. It's not a kernel function, but a Libc function, as far as I can see ?

Re: [fpc-pascal] Linux getifaddrs

2018-03-01 Thread Brian
Do you know of any kernel functions that would return the current IP address ? Thanks Brian -- Sent from: http://free-pascal-general.1045716.n5.nabble.com/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org