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: add support for external memory via FSMC

2023-06-24 Thread Lucas C. Villa Real
On Thu, Jun 22, 2023 at 10:37 PM Alistair Francis wrote: > On Wed, Jun 21, 2023 at 5:44 AM Lucas Villa Real wrote: > > > > Add support for FSMC on high-density STM32F100 devices and enable > > mapping of additional memory via the `-m SIZE` command-line option. > > FSMC Bank1 can address up to 4x

Re: [PATCH] stm32vldiscovery: allow overriding of RAM size

2023-04-04 Thread Lucas C. Villa Real
On Tue, Apr 4, 2023 at 3:23 AM Alexandre IOOSS wrote: > On 4/3/23 16:48, Lucas C. Villa Real wrote: > > On Mon, Apr 3, 2023 at 10:54 AM Peter Maydell > <mailto:peter.mayd...@linaro.org>> wrote: > > > > On Mon, 3 Apr 2023 at 13:51, Lucas Villa Real >

Re: [PATCH] stm32vldiscovery: allow overriding of RAM size

2023-04-03 Thread Lucas C. Villa Real
On Mon, Apr 3, 2023 at 10:54 AM Peter Maydell wrote: > On Mon, 3 Apr 2023 at 13:51, Lucas Villa Real wrote: > > > > stm32vldiscovery comes with 8KB of SRAM, which may be too low when > > running some workloads on QEMU. The command line argument "-m mem_size" > > is not recognized by the current