909 Commits (aee93b655a9c9d4dd898b7b1009b08e7c1ce7e97)
 

Author SHA1 Message Date
patacongo aee93b655a Add basic directory structure for the Shenzhou STM32107 board (not much there yet) 13 years ago
patacongo 704679d7b1 Removed delay after receiving in recvfrom(). This was killing network performance 13 years ago
patacongo b53b1fa813 If serial DMA enabled, re-initialize serial console 13 years ago
patacongo e74b6c382c Repairs needed after Kconfig changes for LPC31 13 years ago
patacongo 941daa511e Add LPC31 Kconfig 13 years ago
patacongo dcd68236b1 Update LPC43 Kconfig 13 years ago
patacongo 7a9e9d3833 Important FAT fix. Bad test would cause many un-necessary writes to FLASH. 13 years ago
patacongo 8925923a5d configure.sh: Don't append the apps directory path setting if the correct setting is already in defined in the defconfig file. 13 years ago
patacongo 97da506c0c STM32 Kconfig looks good. STM32 external ram configuration changed. 13 years ago
patacongo 2cdd7e7425 LPC17xx Kconfig looks good 13 years ago
patacongo d613e32e90 defconfig changes for LPC17xx Kconfig 13 years ago
patacongo fa252aa84d Update LPC17 Kconfig 13 years ago
patacongo 9c0b4cd45f Add URL/CGI function mapping option to uIP web server 13 years ago
patacongo ae148ef09e Add configuration for the LM3S 13 years ago
patacongo 77c753b32a Add Kconfig settings for the LPC17xx 13 years ago
patacongo 37c517c25c Things missing from lib/Kconfig 13 years ago
patacongo 8870a08597 Refactor serial configuratin; AVR teensy Kconfig now builds 13 years ago
patacongo bdd2c5b288 Oops.. sendfile() was not keeping track of the number bytes transferred or handling partial writes correctly. 13 years ago
patacongo fb06dd2182 Add sendfile() 13 years ago
patacongo e5581cb0bc Syntax error in last apps/netutils/webserver/Kconfig 13 years ago
patacongo d06103b98b Enhancements to the uIP web server from Kate 13 years ago
patacongo 90ef4d1d10 Fix scrambled Kconfig Make.defs files 13 years ago
patacongo 43d533da11 Kconfig changes + back out part of last check-in: The 2STOP setting must be integer 0/1, not boolean 13 years ago
patacongo a32f081a29 Changes to Kconfig and matching defconfig files 13 years ago
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