10 Commits (c0a852dab48e55aa12c995adc6dc0c32aa9a7ac3)

Author SHA1 Message Date
px4dev f127495caa Manually fixup merge botches via direct comparison with NuttX r5447. 12 years ago
Andrew Tridgell 920608bf36 added vdprintf() library function 12 years ago
Lorenz Meier 8b8330a015 Reverted nuttx merge, back to master 12 years ago
patacongo d4dca58d93 Most of the changes needed to support Windows native clean; distclean is has a problem 12 years ago
patacongo a42dcee79d Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows build 12 years ago
patacongo 3bf4cd0abd Generated libraries are now installed in a new lib/ directory 12 years ago
patacongo 6d8270ffc5 Still trying to recover directory contents 12 years ago
patacongo a09a1f220c Trying to recover from deleted directory contents 12 years ago
patacongo a69a97b03b move lib/ to libc/ to make room for a true lib/ directory. Rename libraries to match 12 years ago
patacongo f561a5ab03 RGMP 4.0 update from Qiang Yu 12 years ago
patacongo a5b189950e Add support for ferror(), feof(), and clearerr() 12 years ago
patacongo 5c160fad83 libm compilation fixes from Darcy Gong 12 years ago
patacongo 61c97b1ddc Ooops... last version of file was still in editor 12 years ago
patacongo 0e190d4cf7 lib/math files not follow coding standard; float, double, and long double versions in separate files to reduce size of dumb link 12 years ago
patacongo 5b7a650b16 Part I of port of Rhombus math library 12 years ago
patacongo 6ea7967d8a Kconfig changes to get a clean STM32 ADC example build 12 years ago
patacongo 4796879663 Minor tweaks to memset 12 years ago
patacongo d59b634a70 Optimized memset() can be configured to do 64-bit stores 12 years ago
patacongo d24bf91574 Optimized memset() can be configured to do 64-bit stores 12 years ago
patacongo f16ae329fd Add a versin of memset() optimized for speed 12 years ago
patacongo 80c9bda900 Add Daniel Vik's optimized memcpy as a configuration option 12 years ago
patacongo 860e5f0524 The termios c_speed field cannot be 'const' 12 years ago
patacongo e62b420882 Another dtoa() fix from Mike Smith 13 years ago
px4dev 674b655236 Quick hack to print floating-point numbers that are powers of 10 less wrongly. 13 years ago
patacongo a41bc3c2ff Eliminate a warning 13 years ago
patacongo 6052cd078a More sscanf: Long flag (as in %ld) not be used in all of the places it should be 13 years ago
patacongo 4a5f639e22 Fix bug in last sscanf change 13 years ago
patacongo 99bc5e453b One more sscanf change 13 years ago
patacongo 4edf18b009 Add support for Fire STM32v3; sscanf fixes from Kate 13 years ago
patacongo c3c602f93e Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Kate 13 years ago
patacongo 57623d42eb Resync new repository with old repo r5166 13 years ago
patacongo cc0c42dd31 Add XML RPC server plus NXWM build fixes from Max Holtzberg 13 years ago
patacongo ae33fc3ed0 Fixes for z80 compilation with SDCC toolchain. There are still a few header file and linker issues 13 years ago
patacongo 0fb57027de Changes needed for clean ez80 compile with ZDS toolchain 13 years ago
patacongo 84cfa6fceb Email address change in nuttx/ 13 years ago
patacongo 58686d844f Shenzhou board is first to use ONLY Kconfig for configuration 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 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 8e68b6f0af Ooops... forgot to add lib_perror.c to the Make.defs file 13 years ago
patacongo f53d3ecc71 Add perror() 13 years ago
patacongo fe493d8bb8 Fix some list handling associated with priority inheritance 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