summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Updates to PIC32 SPI driverpatacongo2012-03-078-32/+113
* Add PIC32 SPI driverpatacongo2012-03-071-1/+4
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-0610-7/+1766
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-3/+3
* Fix PIC32 USB cloning errors -- There is not pbuffer toggle bit in the BDT st...patacongo2012-03-022-3/+3
* PIC32 USB device only supports full ping poing modepatacongo2012-02-291-1/+0
* A little more work (but not much progress) on the PIC32 USB device driverpatacongo2012-02-293-18/+92
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-2837-18/+483
* STM32 Quad Encoder bug fixespatacongo2012-02-281-1/+1
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-281-5/+5
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-2717-392/+694
* Oops, can't use symbol OK herepatacongo2012-02-273-6/+6
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-2747-212/+373
* Add support for SRAM on board the STM3240G-EVAL boardpatacongo2012-02-277-94/+685
* Add single precision operations to FPU testpatacongo2012-02-261-5/+14
* readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo2012-02-252-1/+42
* Fix bugs in lazy FPU register savingpatacongo2012-02-251-45/+8
* Misc quad encoder updatespatacongo2012-02-252-4/+12
* Update STM32 configuration to use TIM8 instead of TIM2patacongo2012-02-252-4/+7
* Fixes for the STM32 quadrature encoderpatacongo2012-02-252-9/+55
* Add a test to verify that FPU registers are properly saved and restored on co...patacongo2012-02-242-0/+146
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-242-27/+43
* Enable STM32 F4 hardware floating point with the Atollic toolchainpatacongo2012-02-2310-14/+168
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-2330-57/+245
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-239-2/+37
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-222-0/+105
* Misc fixes to quadrature encoder debug outputpatacongo2012-02-211-2/+2
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-214-6/+30
* Fix SDIO DMA (finally)patacongo2012-02-212-5/+19
* Add logic to STM32 SDIO driver to terminate on a DMA errorpatacongo2012-02-211-1/+1
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-201-2/+2
* STM32 SDIO driver now build with DMA enabledpatacongo2012-02-1910-94/+30
* Clear up some configuration naming that was inconsistent accross STM32 chipspatacongo2012-02-1821-42/+41
* CAN ISO-11783 support contributed by Gary Teravskispatacongo2012-02-187-6/+239
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-159-18/+307
* Fixed ARM.exidx in all Eagle100 linker scripts; Enabled networking in the Eag...patacongo2012-02-1313-73/+101
* Add interface to enabled/disable debug outputpatacongo2012-02-123-2/+3
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-122-2/+34
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-122-3/+52
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-0/+26
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-1114-31/+34
* Add a RAM-based logging devicepatacongo2012-02-111-2/+1
* Some changes to the Telnet/FTPD configurationpatacongo2012-02-083-3/+117
* FTP server is marginally functionalpatacongo2012-02-051-1/+1
* FTPD daemon and example now build without errorspatacongo2012-02-053-3/+40
* Add build environment for the FTP daemonpatacongo2012-02-041-1/+13
* Add strcasestr()patacongo2012-02-031-3/+4
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-0220-10/+2018
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-0210-37/+386
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-02160-275/+32