summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* Add support for use of a USB serial device to provide NSH console I/O. ↵patacongo2012-03-061-3/+19
| | | | | | Verified on the Sure PIPIC32MX board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4458 42af7a65-404d-4744-a932-0658087f49c3
* Several fixes to the PIC32 USB device OUT path logicpatacongo2012-03-041-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4451 42af7a65-404d-4744-a932-0658087f49c3
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-281-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4438 42af7a65-404d-4744-a932-0658087f49c3
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ↵patacongo2012-02-231-1/+6
| | | | | | option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4415 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ↵patacongo2012-02-211-2/+2
| | | | | | block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4410 42af7a65-404d-4744-a932-0658087f49c3
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4402 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.15 releasenuttx-6.15patacongo2012-02-131-187/+145
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4387 42af7a65-404d-4744-a932-0658087f49c3
* Add interface to enabled/disable debug outputpatacongo2012-02-121-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4386 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-0/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4381 42af7a65-404d-4744-a932-0658087f49c3
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4380 42af7a65-404d-4744-a932-0658087f49c3
* Add a RAM-based logging devicepatacongo2012-02-111-4/+123
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4379 42af7a65-404d-4744-a932-0658087f49c3
* FTPD daemon and example now build without errorspatacongo2012-02-051-1/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4371 42af7a65-404d-4744-a932-0658087f49c3
* Add build environment for the FTP daemonpatacongo2012-02-041-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4370 42af7a65-404d-4744-a932-0658087f49c3
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be ↵patacongo2012-02-021-9/+47
| | | | | | used over Telnet git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4361 42af7a65-404d-4744-a932-0658087f49c3
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ↵patacongo2012-01-311-1/+1
| | | | | | 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
* Most USB Composite device debugpatacongo2012-01-271-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4344 42af7a65-404d-4744-a932-0658087f49c3
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-271-1/+8
| | | | 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-261-0/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4341 42af7a65-404d-4744-a932-0658087f49c3
* More USB composite device logicpatacongo2012-01-262-2/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4340 42af7a65-404d-4744-a932-0658087f49c3
* More clean up of namespacepatacongo2012-01-261-3/+3
| | | | 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-252-31/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4337 42af7a65-404d-4744-a932-0658087f49c3
* Massive name change USB STRG -> USB MSCpatacongo2012-01-251-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 42af7a65-404d-4744-a932-0658087f49c3
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-241-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4329 42af7a65-404d-4744-a932-0658087f49c3
* Create directory structures to support power-related devicespatacongo2012-01-221-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4321 42af7a65-404d-4744-a932-0658087f49c3
* Increase range of pulse count in PWM driverpatacongo2012-01-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4302 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.14 releasenuttx-6.14patacongo2012-01-151-147/+134
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4301 42af7a65-404d-4744-a932-0658087f49c3
* Fix bug in STM32 CAN: It must be interrupt drivenpatacongo2012-01-111-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4295 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the STM32F4-Discovery (from Mike Smith)patacongo2012-01-111-5/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4294 42af7a65-404d-4744-a932-0658087f49c3
* Add APIs to support user access to the STM3240G-EVAL LEDspatacongo2012-01-051-40/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4263 42af7a65-404d-4744-a932-0658087f49c3
* Add suport for the Stellaris LM3S6432S2E and the TI RDK-S2Epatacongo2012-01-041-8/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4260 42af7a65-404d-4744-a932-0658087f49c3
* Fix an issue for architectures where interrupt numbers and vector numbers do ↵patacongo2012-01-041-0/+9
| | | | | | not match 1-to-1 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4258 42af7a65-404d-4744-a932-0658087f49c3
* Remove references to the detron boardpatacongo2012-01-022-7/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4250 42af7a65-404d-4744-a932-0658087f49c3
* Add FAT long filename support to the Olimex LPC1766-STK NSH and FTPC ↵patacongo2012-01-011-1/+29
| | | | | | configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4248 42af7a65-404d-4744-a932-0658087f49c3
* Fix some issues with LPC1766-STK button support (there are more)patacongo2011-12-312-75/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4245 42af7a65-404d-4744-a932-0658087f49c3
* Update README, LPC1766-STK button improvements, new Make targets, new ↵patacongo2011-12-3115-79/+105
| | | | | | Getting Started document git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4244 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.13 releasenuttx-6.13patacongo2011-12-261-118/+128
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4231 42af7a65-404d-4744-a932-0658087f49c3
* Add support for LEDs on the Ethernet Starter kitpatacongo2011-12-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4223 42af7a65-404d-4744-a932-0658087f49c3
* Update to README filespatacongo2011-12-241-3/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4222 42af7a65-404d-4744-a932-0658087f49c3
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4213 42af7a65-404d-4744-a932-0658087f49c3
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-7/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4209 42af7a65-404d-4744-a932-0658087f49c3
* Finishes the PWM driver for the STM32patacongo2011-12-202-7/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4206 42af7a65-404d-4744-a932-0658087f49c3
* Add a test for PWM driverspatacongo2011-12-192-5/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4202 42af7a65-404d-4744-a932-0658087f49c3
* STM32 F4 RTC driver is fully coded (but not tested)patacongo2011-12-141-1/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4176 42af7a65-404d-4744-a932-0658087f49c3
* Re-arrange some files and interfaces to support the STM32 F4 date/time RTCpatacongo2011-12-141-6/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4175 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.12 releasenuttx-6.12patacongo2011-12-071-100/+120
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4141 42af7a65-404d-4744-a932-0658087f49c3
* Fix banding on the R61580 LCDpatacongo2011-12-051-42/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4136 42af7a65-404d-4744-a932-0658087f49c3
* Add two new small, bold, sans-serif fontspatacongo2011-12-012-2/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4130 42af7a65-404d-4744-a932-0658087f49c3
* wchar_t is a C++ built in and should not (always) be definedpatacongo2011-11-291-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4128 42af7a65-404d-4744-a932-0658087f49c3
* Button test can now be built as an NSH commandpatacongo2011-11-141-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4091 42af7a65-404d-4744-a932-0658087f49c3