Re: STM32F4 register definitions and PLL settings patch

2014-10-19 Thread Chris Nott
OK, thats good to hear. I have some extra code here I can incorporate when I have time, like DMA driven I2S audio, SPI and UART. On 19/10/2014 2:27 PM, Tomasz Gregorek wrote: Hi Chris Yes, there are more registers specific to specific CPU versions, different number of UARTs and other periph

Re: STM32F4 register definitions and PLL settings patch

2014-10-19 Thread Tomasz Gregorek
Hi Chris 2014-10-19 8:36 GMT+02:00 Chris Nott : > Hi, > > On 18/10/2014 3:45 AM, Tomasz Gregorek wrote: > > Hi Chris > > - pll_q = ( (long) ( src_clk * pll_n + src_clk * pll_n / 2 ) ) / pll_m / > 48; + pll_q = ( (long) ( src_clk * pll_n ) ) / pll_m / 48; > > Your fix for the PLL_Q calculation

Re: [PATCH] do_it: Create build directory and its parents for Nano-X and future x86 VBE Linux support

2014-10-19 Thread Gedare Bloom
On Sun, Oct 19, 2014 at 7:48 AM, Pavel Pisa wrote: > Hello Gedare and Joel, > > On Friday 17 of October 2014 10:17:24 Jan Dolezal wrote: >> prevents possible mkdir and cd error when parents of build >> directory are missing >> --- >> do_it | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions

Re: [PATCH] do_it: Create build directory and its parents for Nano-X

2014-10-19 Thread Gedare Bloom
Committed, thanks. On Fri, Oct 17, 2014 at 4:17 AM, Jan Dolezal wrote: > prevents possible mkdir and cd error when parents of build > directory are missing > --- > do_it | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/do_it b/do_it > index 616e192..604219e 100755 > -