12 Commits (c21ba6c5007530f22db704924e79e9bb1ea79130)

Author SHA1 Message Date
px4dev a11a71ec9c Hotfix: discard NUL characters in readline, rather than faking EOF on the console. 12 years ago
px4dev 641bfd88b6 Hotfix: discard NUL characters in readline, rather than faking EOF on the console. 12 years ago
patacongo 966e801032 Misc clean; mark assertions as non-returning; allow toolchain prefix to be overriden from make command line 12 years ago
patacongo 9de6f4d501 Fix readline return value; Add support for removable serial devices 12 years ago
px4dev 0267782782 Recover changes lost to bad merging. 12 years ago
Lorenz Meier 913f5a7812 Cleared last diff items between origin/master and fixedwing_outdoor 12 years ago
patacongo 3fe53af6be Remove .context kludge from apps/ directory 12 years ago
patacongo f552862bb5 Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile 12 years ago
patacongo d4dca58d93 Most of the changes needed to support Windows native clean; distclean is has a problem 12 years ago
patacongo 2581506dfb Move some (hopefully) un-necessary quotes in Makefiles for Mike 12 years ago
patacongo d3ac724c7b Changes to get a clean ez80 build using the ZDS 5.1.1 toolchain 12 years ago
patacongo 63e8e1bed3 Correct some issues with last check-in; ez80 still does not build 12 years ago
patacongo 24a0389152 Partial change: Removing bash ARCHIVE loop 12 years ago
patacongo e6656c077c Delete the apps/vsn directory (moved commands to apps/system) 13 years ago
patacongo 57623d42eb Resync new repository with old repo r5166 13 years ago
patacongo 58686d844f Shenzhou board is first to use ONLY Kconfig for configuration 13 years ago
patacongo 2b184e2630 drivers/serial/serial.c open, read, write, and poll methods will not return a short transfer or an EINTR error if a signal is received while waiting (only) 13 years ago
px4dev 8a365179ea Fresh import of the PX4 firmware sources. 13 years ago
patacongo 5868e1dc92 More Kconfig updates 13 years ago
patacongo 585a703015 Developing a new way to handle application configurations 13 years ago
patacongo f1c5ee72b9 Correction to the ZLP fix for the STM32 F4 OTG FS driver 13 years ago
patacongo 2ac0dff544 Add kconfig documentation 13 years ago
patacongo 373c6c3757 Adding skeleton Kconfig files (part 3 of 2) 13 years ago
patacongo b277d5c193 Fix read() return value for the case of permissions problem 13 years ago
patacongo 55d55c1e70 Add ASCII and VT100 header files 13 years ago
patacongo 2bc54edaf3 readline() (and hence NSH) now accept the DEL character as well as the Backspace character for the backspace functionality 13 years ago
patacongo 7a586daed8 NSH now uses the new Telnet daemon and built-in tasks started by NSH can be used over Telnet 13 years ago
patacongo 6a4e8b32b3 Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH 13 years ago