nuttx/libc/stdio
Gregory Nutt c83da3c48f Remove minnsh configurations and support logic: up_getc() and lowinstream.
This was an interesting exercise to see just how small you could get NuttX, but otherwise it was not useful:  (1) the NSH code violated the OS interface layer by callup up_getc and up_putc directly, and (2) while waiting for character input, NSH would call up_getc() which would hog all of the CPU.  NOt a reasonably solution other than as a proof of concept.
2016-12-13 18:01:23 -06:00
..
lib_asprintf.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_clearerr.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_dprintf.c Introduce support for Atmel toolchain in-flash strings 2016-01-05 10:29:29 -06:00
lib_dtoa.c graphics/, libc/: Change some err() ERRORS to warn() WARNINGS or info() 2016-06-12 11:11:57 -06:00
lib_fclose.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
lib_feof.c Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
lib_ferror.c Complete fragmentary support for ferror(). From Macs N 2014-03-31 09:39:10 -06:00
lib_fflush.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_fgetc.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_fgetpos.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
lib_fgets.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_fileno.c Add support for freopen() 2015-11-22 08:39:17 -06:00
lib_fopen.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_fprintf.c Remove some last traces of lowvsyslog that were missed; Add a SYSLOG emergency channel for handling assertion output more cleanly 2016-06-20 16:11:50 -06:00
lib_fputc.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_fputs.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
lib_fread.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_freopen.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_fseek.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_fsetpos.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
lib_ftell.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_fwrite.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_gets_s.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_gets.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_libdtoa.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_libfflush.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_libfgets.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_libflushall.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_libfread.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_libfwrite.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_libnoflush.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_libsnoflush.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_libsprintf.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_libvsprintf.c Include wchar.h to lib_libvsprintf.c to fix compilation error 2016-10-18 13:32:03 -06:00
lib_lowoutstream.c Correct some typos in comments 2016-05-18 12:49:07 -06:00
lib_meminstream.c drivers/sensors/h1750fvi.c: Add a character driver for Rohm Ambient Light Sensor BH1750FVI. 2016-04-15 08:16:16 -06:00
lib_memoutstream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_memsistream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_memsostream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_nullinstream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_nulloutstream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_perror.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_printf.c If there are no streams, let printf() fall back to use syslog() for output. 2016-07-11 13:52:21 -06:00
lib_puts.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_rawinstream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_rawoutstream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_rawsistream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_rawsostream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_rdflush.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_remove.c stdio: Add support for remove() 2016-08-25 08:40:34 -06:00
lib_snprintf.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_sprintf.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_sscanf.c sscanf: Use strtof() instead of strtod() if a short floating point value was requested. The should help performance with MCUs with 32-bit FPU support 2016-10-22 13:42:43 -06:00
lib_stdinstream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_stdoutstream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_stdsistream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_stdsostream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_tempnam.c Add tmpnam() and tempnam() 2014-11-05 10:44:16 -06:00
lib_tmpnam.c Add tmpnam() and tempnam() 2014-11-05 10:44:16 -06:00
lib_ungetc.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_vasprintf.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_vdprintf.c Introduce support for Atmel toolchain in-flash strings 2016-01-05 10:29:29 -06:00
lib_vfprintf.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_vprintf.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_vsnprintf.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_vsprintf.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_wrflush.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
lib_zeroinstream.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
Make.defs Remove minnsh configurations and support logic: up_getc() and lowinstream. 2016-12-13 18:01:23 -06:00