summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Can now run an NSH session within an NX windowpatacongo2012-03-2923-99/+2059
* NFS updatepatacongo2012-03-287-260/+1167
* Candidate fix for STM32 F4 I2Cpatacongo2012-03-281-51/+93
* The NX console appears to be fully functionalpatacongo2012-03-2818-92/+164
* NX console should only be available if NX multi-user mode is enabledpatacongo2012-03-285-15/+30
* NX console updatespatacongo2012-03-2816-14/+79
* More NX Console fixes... good progress but still not ready for prime timepatacongo2012-03-283-66/+76
* NFS updatepatacongo2012-03-2812-83/+85
* Updaes for NX Consolepatacongo2012-03-2717-19/+198
* Fix handling if STM32 I2C byte countpatacongo2012-03-271-7/+12
* NX console driver is code complete but untestedpatacongo2012-03-2713-36/+635
* Add a test for the NX console devicepatacongo2012-03-273-32/+64
* Add more NX console logicpatacongo2012-03-275-13/+645
* NFS update + another NX console driver filepatacongo2012-03-2715-3621/+1465
* Add beginnings of an NX console driverpatacongo2012-03-2613-36/+1215
* Use const storage class on a few declarations to save SRAMpatacongo2012-03-254-4/+6
* Missed one file from last set of LPC17xx DAC changespatacongo2012-03-251-1/+0
* LPC17xx DAC fixespatacongo2012-03-254-100/+103
* Add support for the poweroff on calypso phonespatacongo2012-03-2512-55/+214
* Additional documentation/README updatespatacongo2012-03-244-65/+103
* Backout recent change to PIC32 network configuration -- doesn't work right wi...patacongo2012-03-246-10/+11
* Update Calypso README filespatacongo2012-03-244-8/+6
* Add comments about Calypso buildingpatacongo2012-03-242-16/+62
* Move include/sercomm to include/nuttx/sercommpatacongo2012-03-245-2/+2
* A few more Calypso/Compal updatespatacongo2012-03-242-0/+17
* Update documenation to include Calypso and the Compal phonespatacongo2012-03-247-15/+114
* Add support for compal e99 and e88 phonespatacongo2012-03-2449-0/+6254
* Documentation updatepatacongo2012-03-243-7/+65
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-2313-31/+53
* Documentation update; enabled I2C tool in stm32 nsh2 configpatacongo2012-03-234-0/+44
* Documentation update for NxWidgetspatacongo2012-03-225-4/+69
* Prep for NxWidgets 1.0 releasepatacongo2012-03-221-1/+1
* Update header file info in READMEpatacongo2012-03-221-15/+40
* Add clock_synchronize() which may be used to re-synchonize the system time wi...patacongo2012-03-223-16/+112
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo2012-03-2211-23/+39
* NFS update + make some examples configurable as NSH built-inspatacongo2012-03-2215-824/+5252
* Move serial header files to include/nuttx/serialpatacongo2012-03-2141-398/+400
* Move file-system header files to include/nuttx/fspatacongo2012-03-21182-250/+252
* Cosmetic PIC32 USB driver fixes (still has problems)patacongo2012-03-202-32/+36
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-198-18/+85
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-1813-69/+91
* Fix reported USB MSC product/revisionpatacongo2012-03-172-9/+9
* NFS update; fix STM32 enabling of CAN2 clockpatacongo2012-03-1714-1047/+2874
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo2012-03-168-174/+308
* Fix PIC32 USB double buffer togglepatacongo2012-03-151-15/+16
* Updates to PIC32 USB stall logic -- still doesn't work rightpatacongo2012-03-152-103/+128
* Add hooks to support STM32 power managementpatacongo2012-03-1415-16/+533
* Extend examples/can so that it can be used in other contextspatacongo2012-03-141-1/+3
* Tinkering with USB MSC device on PIC32 -- doesn't workpatacongo2012-03-136-9/+173
* Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo2012-03-137-35/+199