870 Commits (6ab6c46f2f29d82707bc7c3aae3ec5283bd285aa)
 

Author SHA1 Message Date
patacongo 6ab6c46f2f Add USB host support for the STM3240G-EVAL board 13 years ago
patacongo ea82ad4344 Remove documentation from defconfig files so that they are more maintainable 13 years ago
patacongo 0abce6171e The USB host driver has been verified on the STM32F4Discovery 13 years ago
patacongo 24a61a9c47 Add USB host support to the STM32F4Discovery board 13 years ago
patacongo 6389a944b5 I think the STM32 UST OTG FS host driver is finally finished 13 years ago
patacongo 9527119f73 Slightly improved delay logic for the USB host 13 years ago
patacongo 4794a491c1 This appears to fix the NAK-issues for IN data transfers. Still an issue with OUT 13 years ago
patacongo 8e68b6f0af Ooops... forgot to add lib_perror.c to the Make.defs file 13 years ago
patacongo f53d3ecc71 Add perror() 13 years ago
patacongo bbe3db55f2 Add some protection to the priority inheritance logic when sem_post() is called from an interrupt handler 13 years ago
patacongo 064743fe72 Some STM32 USB OTG FS driver fixes 13 years ago
patacongo 018beb7f1b Fix some NAK race conditions in control transfers (there are more) 13 years ago
patacongo ba1adb705f Dequote Kconfig strings that may be used as components of a path 13 years ago
patacongo ce9b97b8f5 More patches/bugfixes from Kate 13 years ago
patacongo 029bbeb3db Add terminating NULL to argv[] list 13 years ago
patacongo 61fccacd85 waitpid(): Move some logic inside of a critical section 13 years ago
patacongo fe493d8bb8 Fix some list handling associated with priority inheritance 13 years ago
patacongo d6b8fcdcf0 Prep for 6.21 release 13 years ago
patacongo 20c7cf9db9 Update STM32 USB OTG FS host driver -- the driver is now marginally functional 13 years ago
patacongo 2ac3898301 Lots of defconfig changes for compatibility with the configuration tool 13 years ago
patacongo 1dff49d24f STM32 OTG FS host driver: Fix some bad NAK handling 13 years ago
patacongo 73220bb854 Fixes several STM32 USB OTG FS host MSC write transfers 13 years ago
patacongo f1d8a9efab STM32 USB OTG FS host driver -- updates for NAK and data toggle fixes 13 years ago
patacongo b2fb8996ac STM32 USB OTG FS host driver update (almost done) 13 years ago
patacongo 9ab1bb8a53 PM update 13 years ago
patacongo 451e17f183 Several more bug fixes for STM32 OTG FS host driver 13 years ago
patacongo 42d23b06d9 Several bug fixes for STM32 OTG FS host driver 13 years ago
patacongo 5a4b8d9930 Early STM32 USB OTF FS host debug changes 13 years ago
patacongo f58b0085d7 Changes for good auto-configuration of Micropendous3 board 13 years ago
patacongo 27bd0bbee4 Changes for clean STM32 USB host driver build 13 years ago
patacongo 4f56a72bea STM32 USB host driver is code compelte (but untested) 13 years ago
patacongo 6211f4726e CONFIG_DRAM_END configuration change from Richard Cochran 13 years ago
patacongo c3f866cc2c Progress on STM32 OTG FS host driver 13 years ago
patacongo ba31404b97 Move duplicate LCD orieations settings from configs/*/Kconfig to drivers/lcd/Kconfig 13 years ago
patacongo 756715d077 STM32 USB host driver update 13 years ago
patacongo f5e6e25c7e More STM32 USB host logic 13 years ago
patacongo a2162de80d Remove 'sudo' from Makefiles 13 years ago
patacongo e207f076c9 Auto-configuration updates from Richard Cochran 13 years ago
patacongo a740bc8335 Evolving STM32 USB host support 13 years ago
patacongo 3f9f7e6d3c mkconfig now calculates DRAM_END if not provided 13 years ago
patacongo 5a8984c800 A little more STM32 USB host logic 13 years ago
patacongo dd681d7fff Some repartitioning of STM32 functionality to better support a USB host driver 13 years ago
patacongo 3cc812dbad Fixes to apps/*/Make.defs files needed for auto-configuration build 13 years ago
patacongo aa09e05432 Revise recent changes to serial driver error handling: Errors other than EINTR may be returned when the driver is used very early in initialization. STM32 SPI driver will now survive repeated initializations 13 years ago
patacongo a72ff3b651 Make the lib/ subdirectory build more like other directories 13 years ago
patacongo d5c4c4da8d Fix bad AVR C++ include paths; remove stray typo from ctypes.h 13 years ago
patacongo 18669722d8 Define NULL to be (0) for C++ 13 years ago
patacongo 2b184e2630 drivers/serial/serial.c open, read, write, and poll methods will not return a short transfer or an EINTR error if a signal is received while waiting (only) 13 years ago
patacongo 0512367a9c Back out the last STM32 DMA priority change. It is not necessary; just dropping the SD frequency was sufficient 13 years ago
patacongo 850df30e06 Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on STM3240G-EVAL 13 years ago