A pull against devices.dataa would be fine.

The idea of having complete ld files for every part was kinda
unsustainable, as you can see from the size of the devices.data
file. You can use the template ld file and just have a simple
include like this though;

https://github.com/libopencm3/libopencm3-examples/blob/master/examples/stm32/f1/stm32vl-discovery/stm32vl-discovery.ld

You only need those two sections and the include for most parts.

Cheers,
Karl P

k...@aspodata.se wrote:
> ld files for stmf105/7 seems to be missing.
> 
> http://www.st.com/resource/en/datasheet/stm32f105r8.pdf p.10:
> Flash memory in Kbytes 64 128 256 SRAM in Kbytes 64
> 
> lib/stm32/f1 doesn't contain any stm32f10[57]x?.ld files
> 
>  and
> 
> $ fgrep 'stm32f10[57]' ld/devices.data 
> stm32f10[57]?b* stm32f1 ROM=128K RAM=64K
> stm32f10[57]?c* stm32f1 ROM=256K RAM=64K
> 
>  is missing the line:
> stm32f10[57]?8* stm32f1 ROM=64K RAM=64K
> 
> Soo, should I provide a patch or what, and if so, how should
> the identity of 105 and 107 (re. ld files) be handled in
> lib/stm32/f1 ?
> 
> Regards,
> /Karl Hammar
> 
> -----------------------------------------------------------------------
> Aspö Data
> Lilla Aspö 148
> S-742 94 Östhammar
> Sweden
> +46 173 140 57
> 
> 
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> libopencm3-devel mailing list
> libopencm3-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libopencm3-devel

Attachment: signature.html
Description: OpenPGP Digital Signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
libopencm3-devel mailing list
libopencm3-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopencm3-devel

Reply via email to