Re: [PATCH] STM32F100: support different density lines

2023-07-02 Thread Alistair Francis
On Mon, Jun 26, 2023 at 4:24 PM Alexandre IOOSS wrote: > > On 6/20/23 00:18, Lucas Villa Real wrote: > > This patch adds support for the emulation of different density lines > > (low, medium, and high). A new class property stm32f100-soc.density= > > has been introduced to allow users to state

Re: [PATCH] STM32F100: support different density lines

2023-07-02 Thread Alistair Francis
On Sun, Jun 25, 2023 at 1:43 PM Lucas C. Villa Real wrote: > > On Thu, Jun 22, 2023 at 10:30 PM Alistair Francis > wrote: >> >> > + >> > +object_class_property_add_str(oc, "density", stm32f100_get_density, >> > +stm32f100_set_density); >> > +

Re: [PATCH] STM32F100: support different density lines

2023-06-26 Thread Alexandre IOOSS
On 6/20/23 00:18, Lucas Villa Real wrote: This patch adds support for the emulation of different density lines (low, medium, and high). A new class property stm32f100-soc.density= has been introduced to allow users to state the desired configuration. That property is recognized by a new machine,

Re: [PATCH] STM32F100: support different density lines

2023-06-24 Thread Lucas C. Villa Real
On Thu, Jun 22, 2023 at 10:30 PM Alistair Francis wrote: > > + > > +object_class_property_add_str(oc, "density", stm32f100_get_density, > > +stm32f100_set_density); > > +object_class_property_set_description(oc, "density", > > +"Set the STM32F100 density line device. " >

Re: [PATCH] STM32F100: support different density lines

2023-06-22 Thread Alistair Francis
On Tue, Jun 20, 2023 at 8:20 AM Lucas Villa Real wrote: > > This patch adds support for the emulation of different density lines > (low, medium, and high). A new class property stm32f100-soc.density= > has been introduced to allow users to state the desired configuration. > That property is

[PATCH] STM32F100: support different density lines

2023-06-19 Thread Lucas Villa Real
This patch adds support for the emulation of different density lines (low, medium, and high). A new class property stm32f100-soc.density= has been introduced to allow users to state the desired configuration. That property is recognized by a new machine, stm32f1-generic. The SOC is configured