Re: [Development] Embedded (Linux) specific features

2014-02-18 Thread Thomas Senyk
On Sunday, 16 February, 2014 0:36:39 Laszlo Papp wrote: > On Sat, Feb 15, 2014 at 8:45 PM, Pau Garcia i Quiles > > wrote: > > On Sat, Feb 15, 2014 at 9:05 PM, Laszlo Papp wrote: > >> I wrote some C++ classes 1.5-2 years ago for some of the following > >> features: > >> > >> * GPIO > >> * Eeprom

Re: [Development] Embedded (Linux) specific features

2014-02-15 Thread Laszlo Papp
On Sat, Feb 15, 2014 at 8:45 PM, Pau Garcia i Quiles wrote: > > > > On Sat, Feb 15, 2014 at 9:05 PM, Laszlo Papp wrote: > >> I wrote some C++ classes 1.5-2 years ago for some of the following >> features: >> >> * GPIO >> * Eeprom >> * Power management >> * LED >> * Hardware Monitoring >> * DMA >>

Re: [Development] Embedded (Linux) specific features

2014-02-15 Thread Ch'Gans
On 16/02/2014 9:46 AM, "Pau Garcia i Quiles" wrote: > > > > > On Sat, Feb 15, 2014 at 9:05 PM, Laszlo Papp wrote: > >> I wrote some C++ classes 1.5-2 years ago for some of the following features: >> >> * GPIO >> * Eeprom >> * Power management >> * LED >> * Hardware Monitoring >> * DMA >> * Real T

Re: [Development] Embedded (Linux) specific features

2014-02-15 Thread Pau Garcia i Quiles
On Sat, Feb 15, 2014 at 9:05 PM, Laszlo Papp wrote: I wrote some C++ classes 1.5-2 years ago for some of the following features: > > * GPIO > * Eeprom > * Power management > * LED > * Hardware Monitoring > * DMA > * Real Time Clock > * I2C > * SPI > * etc. > > Out of curiosity: is there anyone wo

Re: [Development] Embedded (Linux) specific features

2014-02-15 Thread Samuel Gaist
On 15 févr. 2014, at 21:05, Laszlo Papp wrote: > Hi, > > I wrote some C++ classes 1.5-2 years ago for some of the following features: > > * GPIO > * Eeprom > * Power management > * LED > * Hardware Monitoring > * DMA > * Real Time Clock > * I2C > * SPI > * etc. > > Out of curiosity: is there

[Development] Embedded (Linux) specific features

2014-02-15 Thread Laszlo Papp
Hi, I wrote some C++ classes 1.5-2 years ago for some of the following features: * GPIO * Eeprom * Power management * LED * Hardware Monitoring * DMA * Real Time Clock * I2C * SPI * etc. Out of curiosity: is there anyone working on such classes in Qt? Would such features be welcome in Qt in gene