33263 Commits (fbf110f6be1ea0930013cc09d83be89aabcf2e43)
 

Author SHA1 Message Date
patacongo 05e846f340 Tried to get the Composite driver working on the LPC2148 (and failed) 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 a52f3af00a Add a configuration for testing the Telnet daemon 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 5d7909fa42 Can't use 'class' as a field name! Backward conditional compilation in usbmsc.c 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 f0d2b3cca3 The composite USB device is basically functional (more testing needed) 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 804205a104 More USB composite device logic 13 years ago
patacongo 7bf58dba52 Major restructuring of CLASS<->driver interface to better support composite USB devices 13 years ago
patacongo 930ca11f09 More clean up of namespace 13 years ago
patacongo 758d4cd6e6 More name changes: USBSER->PL2303 CDCSER->CDCACM 13 years ago
patacongo f9739ec32a Fixes on reverification of USB mass storage class 13 years ago
patacongo 402addc937 Massive name change USB STRG -> USB MSC 13 years ago
patacongo 85a7bbb39f Massive name change USB STRG -> USB MSC 13 years ago
patacongo 5db00d175c Add support for stm32 F4 I2C3 13 years ago
patacongo 08964a35b2 Progress toward composite CDC/ACM+MSC USB device 13 years ago
patacongo 558771edd8 Corrections for LP17xx UARTs and Nucleus 2G 13 years ago
patacongo f26cad06f6 STM32 F4 I2C updates 13 years ago
patacongo 897ccf6f46 Lots of re-organization -- getting ready to support a composite USB device 13 years ago
patacongo 4c45a0b534 Enable the I2C tool in the STM3240G-EVAL NSH configuration 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 11170ae05b Add logic to set MAX17040 frequency 13 years ago
patacongo bbf8d0b6e4 Fixes for clean compile of battery drivers 13 years ago
patacongo 3ea4c05843 Completes first (untested) cut at MAX1704x battery driver 13 years ago
patacongo 8a4e17b865 Simplify upper-half battery driver 13 years ago
patacongo 80ce244ce1 Create a generic battery driver infrastructure 13 years ago
patacongo 0068180bf8 Create directory structures to support power-related devices 13 years ago
patacongo cb1242d496 New, extended CAN structures must be packed. 13 years ago
patacongo b179df901e Add support for extended (29-bit) CAN IDs 13 years ago
patacongo e5a26ed98c Fix some warnings 13 years ago
patacongo 20c9193e04 Leverage some bit timing logic from LPC17xx to the STM32 CAN driver 13 years ago
patacongo 0202eef05b Fixes to PIC32 USB driver and LPC17xx CAN driver 13 years ago
patacongo b70fafcb80 PIC32 USB: Remove some bad logic in EP0 post-SETUP clean-up 13 years ago
patacongo d7025f7dd0 Add logic to handle state and BDTs correctly with USB packet is dispatched by the class driver 13 years ago
patacongo a9e951e726 Add configuratin to select TSEG1 and TSEG2 values 13 years ago