summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update header file info in READMEpatacongo2012-03-221-15/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4504 42af7a65-404d-4744-a932-0658087f49c3
* Add clock_synchronize() which may be used to re-synchonize the system time ↵patacongo2012-03-223-16/+112
| | | | | | with an RTC after recovering from a low power state git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4503 42af7a65-404d-4744-a932-0658087f49c3
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if ↵patacongo2012-03-2211-23/+39
| | | | | | CONFIG_PM is not defined git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4502 42af7a65-404d-4744-a932-0658087f49c3
* NFS update + make some examples configurable as NSH built-inspatacongo2012-03-2215-824/+5252
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4501 42af7a65-404d-4744-a932-0658087f49c3
* Move serial header files to include/nuttx/serialpatacongo2012-03-2141-398/+400
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4500 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-21182-250/+252
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic PIC32 USB driver fixes (still has problems)patacongo2012-03-202-32/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4498 42af7a65-404d-4744-a932-0658087f49c3
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-198-18/+85
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4497 42af7a65-404d-4744-a932-0658087f49c3
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-1813-69/+91
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4496 42af7a65-404d-4744-a932-0658087f49c3
* Fix reported USB MSC product/revisionpatacongo2012-03-172-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4495 42af7a65-404d-4744-a932-0658087f49c3
* NFS update; fix STM32 enabling of CAN2 clockpatacongo2012-03-1714-1047/+2874
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4494 42af7a65-404d-4744-a932-0658087f49c3
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ↵patacongo2012-03-168-174/+308
| | | | | | Need to enable CAN1 clocking to use CAN2 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4493 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 USB double buffer togglepatacongo2012-03-151-15/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4492 42af7a65-404d-4744-a932-0658087f49c3
* Updates to PIC32 USB stall logic -- still doesn't work rightpatacongo2012-03-152-103/+128
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4491 42af7a65-404d-4744-a932-0658087f49c3
* Add hooks to support STM32 power managementpatacongo2012-03-1415-16/+533
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4490 42af7a65-404d-4744-a932-0658087f49c3
* Extend examples/can so that it can be used in other contextspatacongo2012-03-141-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4489 42af7a65-404d-4744-a932-0658087f49c3
* Tinkering with USB MSC device on PIC32 -- doesn't workpatacongo2012-03-136-9/+173
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4488 42af7a65-404d-4744-a932-0658087f49c3
* Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo2012-03-137-35/+199
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4487 42af7a65-404d-4744-a932-0658087f49c3
* Add a PIC32 configuration that supports only a Telnet consolepatacongo2012-03-138-9/+2205
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4486 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 Ethernet driver now appears stablepatacongo2012-03-133-68/+125
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4485 42af7a65-404d-4744-a932-0658087f49c3
* Correct PIC32 Ethernet Tx ring handlingpatacongo2012-03-131-30/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4484 42af7a65-404d-4744-a932-0658087f49c3
* Add psock_connect()patacongo2012-03-133-13/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4483 42af7a65-404d-4744-a932-0658087f49c3
* Completes bit definitions for STM32 USB OTG FS registerspatacongo2012-03-131-149/+362
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4481 42af7a65-404d-4744-a932-0658087f49c3
* Add bit definitions for STM32 USB OTG FS Host-mode control and status registerspatacongo2012-03-121-21/+126
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4480 42af7a65-404d-4744-a932-0658087f49c3
* Add bit definitions for STM32 USB OTG FS Core global control and status ↵patacongo2012-03-121-28/+82
| | | | | | registers git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4479 42af7a65-404d-4744-a932-0658087f49c3
* More STM32 USB OTG definitionspatacongo2012-03-124-6/+691
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4478 42af7a65-404d-4744-a932-0658087f49c3
* Dirty port of LPC17 USB host driver to the STM32 -- nothing more than a name ↵patacongo2012-03-121-0/+2699
| | | | | | change on initial check-in git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4477 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Sure DB-DP11212 PIC32 boardpatacongo2012-03-129-30/+266
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4476 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.16 releasenuttx-6.16patacongo2012-03-106-1581/+1676
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4474 42af7a65-404d-4744-a932-0658087f49c3
* Fix a typo introduce in the last big bunch of checkins for the STM32 F2patacongo2012-03-101-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4473 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the STM3220G-EVAL boardpatacongo2012-03-1065-0/+28560
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4472 42af7a65-404d-4744-a932-0658087f49c3