924 Commits (2d556705e5acab152b5028a35558a9aaa1de9e13)
 

Author SHA1 Message Date
patacongo 2d556705e5 More logic for the MX3 Wildfire board 13 years ago
patacongo 2b424e0424 Some error handling bugs noted by Ronen Vainish 13 years ago
patacongo a183193473 More progress on the Wildfire STM32 port 13 years ago
patacongo 47683c485c Beginning of configuration for M3 Wildfire board 13 years ago
patacongo e2498c5e76 Minor update to Shenzhou README files 13 years ago
patacongo f57a93eaf6 Reconfigured Shenzhou to use JTAG. Misc Kconfig changes 13 years ago
patacongo b68a4b621c Remove some old logic in the arm, x86, hc, and sh linker scripts that was kicked off when CONFIG_BOOT_RUNFROMFLASH=y. 13 years ago
patacongo 6f6a2289e8 Kconfig: QEMU fixes 13 years ago
patacongo ab8c622bed Changes to get a clean compile with the Kconfig Shenzhou board. Still some link issues 13 years ago
patacongo 58686d844f Shenzhou board is first to use ONLY Kconfig for configuration 13 years ago
patacongo 5119467c0f Remove several unused configuration values 13 years ago
patacongo 8269f5320b Kconfig: Standardize board LED and button configurations 13 years ago
patacongo ddefd95e28 More Shenzhou board logic 13 years ago
patacongo 5ac18ce1ae More support for the Shenzhou board 13 years ago
patacongo e41adbb552 More info for the Shenzhou board configuration 13 years ago
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