1288 Commits (2686344d585c2f4c4034357fcf3bf9be7b7b92e7)

Author SHA1 Message Date
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 bede2bcc72 Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x configuration to test the USB composite device 13 years ago
patacongo a1646787df Re-verficatin of examples/telnetd after refactoring of fgets/readline functionality 13 years ago
patacongo 2a2655f8e0 Use realine instead of fgets in several other places 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
patacongo 47fa99c4a8 Add tcsetattr and tcgetattr 13 years ago
patacongo 35a1f247c4 Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy 13 years ago
patacongo ed4ee27f70 Numerous cosmetic changes while debugging a telnet driver issue 13 years ago
patacongo 7702043472 Fix a error the telnet driver read method. Don't return if only protocol stuff is read 13 years ago
patacongo 1df049bbc3 Various fixes for the telnet driver 13 years ago
patacongo 019b83fc54 Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver 13 years ago
patacongo 1e4d04d53b A few more telnet updates 13 years ago
patacongo 622ac27bfa Add new psock layer; telnet session is now wrapped in a character device 13 years ago
patacongo a11ad68eed Candidate fix for the libboard.a dependency problem (from Mike Smith) 13 years ago
patacongo 6c72068d14 Correct a typo in STM32 I2C3 support 13 years ago
patacongo 41d243ce3e Most USB Composite device debug 13 years ago
patacongo b8e32a94f3 First round of changes from debug of USB composite device (still has problems) 13 years ago
patacongo cd24ef4a30 Add a text for the new composite USB device 13 years ago
patacongo 758d4cd6e6 More name changes: USBSER->PL2303 CDCSER->CDCACM 13 years ago
patacongo 402addc937 Massive name change USB STRG -> USB MSC 13 years ago
patacongo 6eb0403ddd If we are using a USB serial console, then NSH must wait for the USB device to be connected 13 years ago
patacongo b179df901e Add support for extended (29-bit) CAN IDs 13 years ago
patacongo c55b63c7e3 Prep for 6.14 release 13 years ago
patacongo 10cc67fe13 Add definitions for another Sure Elec. PIC32 board 13 years ago
patacongo a734f89a13 Correct GPIO dump output 13 years ago
patacongo f28db5c1c3 Add pulse count support to apps/examples/pwm 13 years ago
patacongo b63c7c35d3 Improve LPC17xx CAN interrupt handling; Additions to LPC17xx SPI driver 13 years ago
patacongo 4f07eda719 Add support for STM32 Potentiometer via ADC3 13 years ago
patacongo 3d3bc75c12 The STM32 F4 CAN driver has been verified in loopback mode 13 years ago
patacongo 9a1c94e294 Fix some LPC17xx GPIO/button interrupt logic 13 years ago
patacongo 2901574aff STM32 GPIO fix; Fixes for PIC32 USB term example 13 years ago
patacongo f01e35e651 Prep for 6.13 release 13 years ago
patacongo 8f88c268c2 Fix an PIC32 error in scheduling of signal handlers 13 years ago
patacongo 8953e3a370 Calibrated all PIC32 delay loops 13 years ago
patacongo 60006bab7a Update to the STM32 ADC and CAN drivers 13 years ago
patacongo bfc578860c Add loopback support to STM32 CAN driver; Add apps/examples/can loopback test 13 years ago
patacongo 59f355daeb STM32 ADC driver update 13 years ago
patacongo 468bf27b12 Update M25P driver per feedback from Mohammed Elwakeel 13 years ago
patacongo 0047c1f1b1 First round of PWM driver debug changes 13 years ago
patacongo b7edb56d6f Add a test for PWM drivers 13 years ago
patacongo add995c32e Completes coding of the PWM module 13 years ago