Re: [libopencm3-devel] LPC11xx library source

2014-07-25 Thread František Burian
hi all, i was tested the lto before, but after a while, i disabled it because the debugging support is bad. static inline is better way to optimize for speed and still stay debuggable. second way is to use llvm which has lto with correct support, but for that we must deal with correct weak

Re: [libopencm3-devel] Support for STM32F372

2013-08-23 Thread František Burian
. Regards,   Frantisek -- Původní zpráva -- Od: Ormund Williams Datum: 23. 8. 2013 Předmět: Re: [libopencm3-devel] Support for STM32F372 "On Thu, 2013-08-22 at 22:25 +0200, František Burian wrote: > Hi, Ormund, > > Beware that the F30x has peripherals like as F0

Re: [libopencm3-devel] Support for STM32F372

2013-08-22 Thread František Burian
Hi, Ormund,  Beware that the F30x has peripherals like as F0, and F37x has peripheral set near the F4 set. Currently implemented is F30x, that is contained in STM32F3Discovery board. I´m doing the unification of the peripheral set through entire stm32 family, and still waiting for a lot of my