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
.
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
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