summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update documenation to include Calypso and the Compal phonespatacongo2012-03-243-0/+62
* Add support for compal e99 and e88 phonespatacongo2012-03-2423-0/+2653
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-231-0/+2
* Documentation update; enabled I2C tool in stm32 nsh2 configpatacongo2012-03-233-0/+36
* Move serial header files to include/nuttx/serialpatacongo2012-03-213-2/+2
* Move file-system header files to include/nuttx/fspatacongo2012-03-216-7/+7
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-1/+27
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-189-32/+30
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo2012-03-161-2/+3
* Add hooks to support STM32 power managementpatacongo2012-03-143-6/+6
* 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
* Add a PIC32 configuration that supports only a Telnet consolepatacongo2012-03-137-2/+2172
* Add support for the Sure DB-DP11212 PIC32 boardpatacongo2012-03-126-25/+229
* Prep for 6.16 releasenuttx-6.16patacongo2012-03-101-1366/+1379
* Add support for the STM3220G-EVAL boardpatacongo2012-03-1053-0/+23288
* Update PIC32 Ethernet driverpatacongo2012-03-092-2/+2
* Fix several bugs related to PIC32 Ethernet driverpatacongo2012-03-092-0/+12
* Update PIC32 Ethernet driver from debugging (still does not workpatacongo2012-03-084-29/+662
* Verified USB (device) on the PIC32 Ethernet Starter Kitpatacongo2012-03-084-25/+63
* Add support for USB device testing on the PIC32 starter kitpatacongo2012-03-076-3/+346
* Add an NSH configuratin for the PIC32 starter kitpatacongo2012-03-077-11/+2120
* 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