885 Commits (64e2a8f85c8917b62beb344d06d268d054d2775c)
 

Author SHA1 Message Date
patacongo 64e2a8f85c Back out the last STM32 SDIO DMA change. It is incorrect 13 years ago
patacongo c50e166068 Oops... bits in region mask are inverted 13 years ago
patacongo 86beee54a7 STM32 SDIO DMA should only 16-bits wide when DMA-ing to/from FSMC SRAM 13 years ago
patacongo d593a95d5a Add support for multiple work queues 13 years ago
patacongo 612735d392 configure.sh now will ignore appconfig files if CONFIG_NUTTX_NEWCONFIG is defined 13 years ago
patacongo 1349b00b41 Fix workqueue assertion; STM32 power management 13 years ago
patacongo 7b149edcfc Documentation: nuttx.org no longer re-directs to nuttx.sourceforge.net 13 years ago
patacongo 137329bfb0 mksymtab: Fix handling of final comma. Some C compilers can't handle them; Also add macro to provide the size of the symbol table 13 years ago
patacongo f3bd549392 Ooops.. mksymtab needs to check for zero-length header file names 13 years ago
patacongo b2db45bee3 Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to create symbol tables from CSV files 13 years ago
patacongo d1764ac57e Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking? 13 years ago
patacongo 0eb58dfb72 The content for uIP web server demo is no longer canned, but is not built dynameically (Thanks to Max Holtzberg) 13 years ago
patacongo ee6cba7a01 Add lib.csv that may be used to generate C library symbol tables 13 years ago
patacongo 035e89e554 Fix some places in library where semaphore is not released on error conditions 13 years ago
patacongo b121fbbb00 Add configurable application entry point 13 years ago
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