Re: [libopencm3-devel] stm32: new include files

2014-08-04 Thread Norbert Braun
Hi, On 04.08.2014 18:29, Chuck McManis wrote: > When you make the library it creates the nvic.h files for the various > parts. This is done because every part has a different set of > peripherals and associated interrupts. I know that the nvic.h files in the family subdirectories (e.g. libopenc

Re: [libopencm3-devel] stm32: new include files

2014-08-04 Thread Chuck McManis
When you make the library it creates the nvic.h files for the various parts. This is done because every part has a different set of peripherals and associated interrupts. If you have done a 'make' on the library and are still having issues that would be good to know. --Chuck On Mon, Aug 4, 2014

[libopencm3-devel] stm32: new include files

2014-08-04 Thread Norbert Braun
Hi all, I have noticed that libopencm3 has started to provide include files that automatically include the correct file for the stm32 family being targeted, i.e. that, instead of libopencm3/stm32/f4/rcc.h, one is now supposed to include libopencm3/stm32/rcc.h . That is nice, but I have encount