summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
...
* STM32 OTG FS device driver updatepatacongo2012-04-042-730/+714
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4557 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 OTG FS device endpoint stall logicpatacongo2012-04-042-25/+159
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4556 42af7a65-404d-4744-a932-0658087f49c3
* More work on STM32 OTG FS device driverpatacongo2012-04-041-191/+324
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4555 42af7a65-404d-4744-a932-0658087f49c3
* Fix pascal build problempatacongo2012-04-041-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4554 42af7a65-404d-4744-a932-0658087f49c3
* Updates to STM32 OTG FS device driverpatacongo2012-04-044-478/+754
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4553 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of an OTG FS device side driver (not much there on initial check-in)patacongo2012-04-033-7/+3177
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4552 42af7a65-404d-4744-a932-0658087f49c3
* Beginnings of STM32 F4 OTG FS device driverpatacongo2012-04-029-9/+289
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4551 42af7a65-404d-4744-a932-0658087f49c3
* A couple of fixes to common and STM32 serial handling to fix some data ↵patacongo2012-04-022-22/+47
| | | | | | overrun conditions git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4550 42af7a65-404d-4744-a932-0658087f49c3
* Update STM3210E-EVAL backlight controlspatacongo2012-04-011-13/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4549 42af7a65-404d-4744-a932-0658087f49c3
* Fix warningpatacongo2012-03-311-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4548 42af7a65-404d-4744-a932-0658087f49c3
* Apply fixes for STM3210E-EVAL LCD backlight PWMpatacongo2012-03-311-19/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4547 42af7a65-404d-4744-a932-0658087f49c3
* Add support for backspace and a cursor to NxConsolepatacongo2012-03-3110-1/+181
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4546 42af7a65-404d-4744-a932-0658087f49c3
* Fix read() return value for the case of permissions problempatacongo2012-03-312-21/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4545 42af7a65-404d-4744-a932-0658087f49c3
* NFS client updatepatacongo2012-03-304-196/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4544 42af7a65-404d-4744-a932-0658087f49c3
* More fixes for NxConsole driverpatacongo2012-03-3015-159/+135
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4543 42af7a65-404d-4744-a932-0658087f49c3
* Add framework in NxConsole to support VT100 escape sequencespatacongo2012-03-3011-102/+536
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4542 42af7a65-404d-4744-a932-0658087f49c3
* Add ASCII and VT100 header filespatacongo2012-03-302-0/+450
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4541 42af7a65-404d-4744-a932-0658087f49c3
* Fix types in STM32 PWM driver commentspatacongo2012-03-291-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4540 42af7a65-404d-4744-a932-0658087f49c3
* Can now run an NSH session within an NX windowpatacongo2012-03-2923-99/+2059
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4539 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-03-287-260/+1167
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4538 42af7a65-404d-4744-a932-0658087f49c3
* Candidate fix for STM32 F4 I2Cpatacongo2012-03-281-51/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4537 42af7a65-404d-4744-a932-0658087f49c3
* The NX console appears to be fully functionalpatacongo2012-03-2818-92/+164
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4536 42af7a65-404d-4744-a932-0658087f49c3
* NX console should only be available if NX multi-user mode is enabledpatacongo2012-03-285-15/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4535 42af7a65-404d-4744-a932-0658087f49c3
* NX console updatespatacongo2012-03-2816-14/+79
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4534 42af7a65-404d-4744-a932-0658087f49c3
* More NX Console fixes... good progress but still not ready for prime timepatacongo2012-03-283-66/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4533 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-03-2812-83/+85
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4532 42af7a65-404d-4744-a932-0658087f49c3
* Updaes for NX Consolepatacongo2012-03-2717-19/+198
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4531 42af7a65-404d-4744-a932-0658087f49c3
* Fix handling if STM32 I2C byte countpatacongo2012-03-271-7/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4530 42af7a65-404d-4744-a932-0658087f49c3
* NX console driver is code complete but untestedpatacongo2012-03-2713-36/+635
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4529 42af7a65-404d-4744-a932-0658087f49c3
* Add a test for the NX console devicepatacongo2012-03-273-32/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4528 42af7a65-404d-4744-a932-0658087f49c3
* Add more NX console logicpatacongo2012-03-275-13/+645
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4526 42af7a65-404d-4744-a932-0658087f49c3
* NFS update + another NX console driver filepatacongo2012-03-2715-3621/+1465
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4525 42af7a65-404d-4744-a932-0658087f49c3
* Add beginnings of an NX console driverpatacongo2012-03-2613-36/+1215
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4524 42af7a65-404d-4744-a932-0658087f49c3
* Use const storage class on a few declarations to save SRAMpatacongo2012-03-254-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4523 42af7a65-404d-4744-a932-0658087f49c3
* Missed one file from last set of LPC17xx DAC changespatacongo2012-03-251-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4522 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx DAC fixespatacongo2012-03-254-100/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4521 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the poweroff on calypso phonespatacongo2012-03-2512-55/+214
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4520 42af7a65-404d-4744-a932-0658087f49c3
* Additional documentation/README updatespatacongo2012-03-244-65/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4519 42af7a65-404d-4744-a932-0658087f49c3
* Backout recent change to PIC32 network configuration -- doesn't work right ↵patacongo2012-03-246-10/+11
| | | | | | with fewer I/O buffers git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4518 42af7a65-404d-4744-a932-0658087f49c3
* Update Calypso README filespatacongo2012-03-244-8/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4517 42af7a65-404d-4744-a932-0658087f49c3
* Add comments about Calypso buildingpatacongo2012-03-242-16/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4516 42af7a65-404d-4744-a932-0658087f49c3
* Move include/sercomm to include/nuttx/sercommpatacongo2012-03-245-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4515 42af7a65-404d-4744-a932-0658087f49c3
* A few more Calypso/Compal updatespatacongo2012-03-242-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4514 42af7a65-404d-4744-a932-0658087f49c3
* Update documenation to include Calypso and the Compal phonespatacongo2012-03-247-15/+114
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4513 42af7a65-404d-4744-a932-0658087f49c3
* Add support for compal e99 and e88 phonespatacongo2012-03-2449-0/+6254
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4512 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2012-03-243-7/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4511 42af7a65-404d-4744-a932-0658087f49c3
* Updated comments; starting to implement priority protection but backed ↵patacongo2012-03-2313-31/+53
| | | | | | everything out but some changes to comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4510 42af7a65-404d-4744-a932-0658087f49c3
* Documentation update; enabled I2C tool in stm32 nsh2 configpatacongo2012-03-234-0/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4509 42af7a65-404d-4744-a932-0658087f49c3
* Documentation update for NxWidgetspatacongo2012-03-225-4/+69
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4508 42af7a65-404d-4744-a932-0658087f49c3
* Prep for NxWidgets 1.0 releasepatacongo2012-03-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4506 42af7a65-404d-4744-a932-0658087f49c3