Posted on May 17, 2011 at 14:15Attached is a patch that enables uClibc-0.9.31(http://www.uclibc.org/) build for cortex-m3 (with the new version of pthread library only). Due to the lack of SWP instruction on cortex-m3, spin & mutex implementation wa...
Posted on May 17, 2011 at 13:55Hi k.raghunathan! The package is on STMicroelectronics web site : http://www.st.com/mcu/familiesdocs-110.html AN3012 : - http://www.st.com/stonline/products/literature/an/16051.pdf - http://www.st.com/...
Posted on May 17, 2011 at 13:50Hi, By default no USB device driver is enabled in the STM32 uClinux port. Please find attached a patch to enable USB Gadget driver to work with uClinux on the STM3210E-EVAL board. Now under ''Device Drivers > USB Suppo...
Posted on May 17, 2011 at 13:43Hello Cédric, Your driver should be build as a static module (compiled within the kernel) module loader doesn't support thumb relocation. You can put your driver under ''drivers/xxxx/yourmodule.c'' where xxxx is the dr...