summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Add tcsetattr and tcgetattrpatacongo2012-02-0113-58/+368
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4355 42af7a65-404d-4744-a932-0658087f49c3
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ↵patacongo2012-01-3111-65/+256
| | | | | | some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4354 42af7a65-404d-4744-a932-0658087f49c3
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-319-18/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4353 42af7a65-404d-4744-a932-0658087f49c3
* Fix a error the telnet driver read method. Don't return if only protocol ↵patacongo2012-01-311-2/+2
| | | | | | stuff is read git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4352 42af7a65-404d-4744-a932-0658087f49c3
* Various fixes for the telnet driverpatacongo2012-01-313-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4351 42af7a65-404d-4744-a932-0658087f49c3
* Can't use 'class' as a field name! Backward conditional compilation in usbmsc.cpatacongo2012-01-317-22/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4350 42af7a65-404d-4744-a932-0658087f49c3
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when ↵patacongo2012-01-306-325/+49
| | | | | | wrapping the telnet connection as a character driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4349 42af7a65-404d-4744-a932-0658087f49c3
* A few more telnet updatespatacongo2012-01-301-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4348 42af7a65-404d-4744-a932-0658087f49c3
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-3010-44/+572
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-2915-27/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4346 42af7a65-404d-4744-a932-0658087f49c3
* Correct a typo in STM32 I2C3 supportpatacongo2012-01-293-5/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4345 42af7a65-404d-4744-a932-0658087f49c3
* Most USB Composite device debugpatacongo2012-01-278-21/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4344 42af7a65-404d-4744-a932-0658087f49c3
* The composite USB device is basically functional (more testing needed)patacongo2012-01-274-210/+221
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4343 42af7a65-404d-4744-a932-0658087f49c3
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-2713-237/+362
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4342 42af7a65-404d-4744-a932-0658087f49c3
* Add a text for the new composite USB devicepatacongo2012-01-2618-21/+1886
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4341 42af7a65-404d-4744-a932-0658087f49c3
* More USB composite device logicpatacongo2012-01-2613-190/+702
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4340 42af7a65-404d-4744-a932-0658087f49c3
* Major restructuring of CLASS<->driver interface to better support composite ↵patacongo2012-01-266-138/+296
| | | | | | USB devices git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4339 42af7a65-404d-4744-a932-0658087f49c3
* More clean up of namespacepatacongo2012-01-268-16/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4338 42af7a65-404d-4744-a932-0658087f49c3
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-25117-2917/+2917
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4337 42af7a65-404d-4744-a932-0658087f49c3
* Fixes on reverification of USB mass storage classpatacongo2012-01-255-7/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4336 42af7a65-404d-4744-a932-0658087f49c3
* Massive name change USB STRG -> USB MSCpatacongo2012-01-25145-4229/+4233
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 42af7a65-404d-4744-a932-0658087f49c3
* Add support for stm32 F4 I2C3patacongo2012-01-252-15/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4333 42af7a65-404d-4744-a932-0658087f49c3
* Progress toward composite CDC/ACM+MSC USB devicepatacongo2012-01-2513-281/+1086
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4332 42af7a65-404d-4744-a932-0658087f49c3
* Corrections for LP17xx UARTs and Nucleus 2Gpatacongo2012-01-259-12/+222
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4331 42af7a65-404d-4744-a932-0658087f49c3
* STM32 F4 I2C updatespatacongo2012-01-253-23/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4330 42af7a65-404d-4744-a932-0658087f49c3
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-2420-241/+1209
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4329 42af7a65-404d-4744-a932-0658087f49c3
* Enable the I2C tool in the STM3240G-EVAL NSH configurationpatacongo2012-01-245-1/+113
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4328 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to set MAX17040 frequencypatacongo2012-01-233-11/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4326 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for clean compile of battery driverspatacongo2012-01-233-24/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4325 42af7a65-404d-4744-a932-0658087f49c3
* Completes first (untested) cut at MAX1704x battery driverpatacongo2012-01-235-47/+401
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4324 42af7a65-404d-4744-a932-0658087f49c3
* Simplify upper-half battery driverpatacongo2012-01-223-59/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4323 42af7a65-404d-4744-a932-0658087f49c3
* Create a generic battery driver infrastructurepatacongo2012-01-226-87/+577
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4322 42af7a65-404d-4744-a932-0658087f49c3
* Create directory structures to support power-related devicespatacongo2012-01-2216-58/+279
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4321 42af7a65-404d-4744-a932-0658087f49c3
* New, extended CAN structures must be packed.patacongo2012-01-201-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4320 42af7a65-404d-4744-a932-0658087f49c3
* Add support for extended (29-bit) CAN IDspatacongo2012-01-2023-70/+204
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4319 42af7a65-404d-4744-a932-0658087f49c3
* Fix some warningspatacongo2012-01-201-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4318 42af7a65-404d-4744-a932-0658087f49c3
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-2013-23/+115
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4317 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to PIC32 USB driver and LPC17xx CAN driverpatacongo2012-01-203-60/+137
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4316 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 USB: Remove some bad logic in EP0 post-SETUP clean-uppatacongo2012-01-191-32/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4315 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to handle state and BDTs correctly with USB packet is dispatched ↵patacongo2012-01-191-31/+38
| | | | | | by the class driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4314 42af7a65-404d-4744-a932-0658087f49c3
* Add configuratin to select TSEG1 and TSEG2 valuespatacongo2012-01-197-17/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4313 42af7a65-404d-4744-a932-0658087f49c3
* Fix shift value in PIC32 USB header filepatacongo2012-01-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4312 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 USB, using IN BDTs where OUT BDTs should be usedpatacongo2012-01-181-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4311 42af7a65-404d-4744-a932-0658087f49c3
* SYNC_TIME is 3 quanta in LPC17xx CAN bit time calculationpatacongo2012-01-181-34/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4310 42af7a65-404d-4744-a932-0658087f49c3
* Fix offset to STM32 F1 AFIO EXTICR registerpatacongo2012-01-183-29/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4309 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 USB driver fixes (still not working)patacongo2012-01-173-8/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4308 42af7a65-404d-4744-a932-0658087f49c3
* Add support for building 32-bit simulation on a 64-bit targetpatacongo2012-01-1712-50/+177
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4307 42af7a65-404d-4744-a932-0658087f49c3
* Finish coding of PIC32MX Ethernet driverpatacongo2012-01-174-172/+209
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4306 42af7a65-404d-4744-a932-0658087f49c3
* More PIC32 Ethernet stuff (still incomplete)patacongo2012-01-175-187/+359
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4305 42af7a65-404d-4744-a932-0658087f49c3
* Fixe the STM32 repetition counter. Setting of the repitition count was out ↵patacongo2012-01-161-24/+53
| | | | | | of phase by 1 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4304 42af7a65-404d-4744-a932-0658087f49c3