Re: [libopencm3-devel] CortexM presentation

2014-03-15 Thread Trevor Woerner
Hey, Thanks so much to the feedback on IRC! I appreciate it. I believe I have updated my slide-set to properly include most of your suggestions. I have uploaded these updates to: http://people.linaro.org/~trevor.woerner/cortexM-cmdline-development/latest/ - I have included URLs and links to any

Re: [libopencm3-devel] So I've been slowly composing an SDIO example

2014-03-15 Thread Марко Краљевић
Great, thanks guys! On 15 March 2014 11:22, Chuck McManis wrote: > Mine is here: https://github.com/ChuckM/stm32f4-sdio-driver and Hesky > built one loosely based on it but with some improvements too. Between the > two of them you should probably have what you need. > > > On Sat, Mar 15, 2014 a

Re: [libopencm3-devel] So I've been slowly composing an SDIO example

2014-03-15 Thread Chuck McManis
Mine is here: https://github.com/ChuckM/stm32f4-sdio-driver and Hesky built one loosely based on it but with some improvements too. Between the two of them you should probably have what you need. On Sat, Mar 15, 2014 at 1:02 AM, Марко Краљевић wrote: > Do you have this code in a repo somewhere?

Re: [libopencm3-devel] So I've been slowly composing an SDIO example

2014-03-15 Thread Hesky Fisher
Hi, I wrote this SDIO driver for the F103 for my own project. Feel free to use it if you find it helpful: https://github.com/openstenoproject/stenosaurus/blob/master/firmware/sdio.c Hesky On Sat Mar 15 2014 at 4:25:17 AM, Марко Краљевић wrote: > Do you have this code in a repo somewhere? How

Re: [libopencm3-devel] So I've been slowly composing an SDIO example

2014-03-15 Thread Марко Краљевић
Do you have this code in a repo somewhere? How is the progress? I've just had a F103 board fabbed that has a microSD slot connected to the SDIO interface, so I'd like to play around with it. :-) On 27 November 2013 15:50, Chuck McManis wrote: > On Wed, Nov 27, 2013 at 12:03 PM, Donald E Hase