summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* More Zmodem tweaksGregory Nutt2013-07-162-36/+17
* Zmodem utilities can now be built for Linux; Fix some configuration confusionGregory Nutt2013-07-151-2/+1
* Minor end-of-the-day Zmodem changesGregory Nutt2013-07-152-5/+4
* Fix file write loopGregory Nutt2013-07-151-3/+29
* Partial fixes for Zmodem RX buffering problems.Gregory Nutt2013-07-154-44/+139
* Fix an error in the ordering of fields in zm_transition_s structure; update d...Gregory Nutt2013-07-141-56/+88
* More Zmodem bugfixes and new filesGregory Nutt2013-07-131-2/+4
* Additional support needed for Zmodem debugGregory Nutt2013-07-122-3/+21
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-126-36/+1112
* SAM configurations: don't use 3 memory regions unless SMC is enabledGregory Nutt2013-07-126-6/+26
* Fix typo/compilation error with USB device DMA memory allocation is enabledGregory Nutt2013-07-124-24/+26
* Fix typoes in drivers/rwbuffer.c from Chia Cheng TsaoGregory Nutt2013-07-093-9/+18
* STM32 SDIO driver: Add supported for data block end (DBCKEND) interrupt. Fro...Gregory Nutt2013-07-082-6/+7
* Ticket #16: STM32 OTG FS device driver endpoint allocation. From Chia Cheng...Gregory Nutt2013-07-082-9/+18
* Add CRC16 supportGregory Nutt2013-07-075-6/+229
* prohibit re-entrance into sam_configgpio()Gregory Nutt2013-07-054-40/+42
* Fix some SPI bit bang timing. I still don't think it is working properly; I ...Gregory Nutt2013-07-052-92/+133
* Fix type in the USB composite device driverGregory Nutt2013-07-043-2/+7
* Updates for the Sure PIC32 boardGregory Nutt2013-07-035-3/+18
* Back out part of last change to the Arduino Due touchscreen driverGregory Nutt2013-07-032-20/+16
* Fix SAM34 interrupt handling for ports D-F; fix MISO logic in Arduino Due tou...Gregory Nutt2013-07-035-33/+85
* Fix SF bug #15: Typo replace error with ERRORGregory Nutt2013-07-031-1/+1
* Several fixes to get a clean compile of the Arduino touch screenGregory Nutt2013-07-026-35/+107
* Correct port direction for Arduino MISO signalGregory Nutt2013-07-023-23/+34
* Flesh out a few missing pieces for the Arduino ITEAD TFT shieldGregory Nutt2013-07-025-111/+200
* Add support for touchscreen on ITEAD Arduino shield. UntestedGregory Nutt2013-07-026-25/+518
* Revise how delays are calculated in SPI bit bang driver so that we may get a ...Gregory Nutt2013-07-014-66/+109
* clean up of SPI bit bang logicGregory Nutt2013-07-014-554/+635
* Add a general bit-bang SPI lower-half driver and implement the bit-bang drive...Gregory Nutt2013-07-0113-113/+1189
* Add a general bit-bang SPI upper-half driverGregory Nutt2013-07-0111-23/+934
* Created new directories to hold SPI-related filesGregory Nutt2013-07-01184-373/+465
* Update SAM3u-EK touchscreen statusGregory Nutt2013-06-301-1/+13
* Minor SAM3U-EK NxWM build updates, documentation, configurationsGregory Nutt2013-06-302-29/+18
* Changes to get a clean compile of configs/sam3u-ek/nxwmGregory Nutt2013-06-299-40/+219
* Update LM FLASH definitions for LM4F120. From VintiGregory Nutt2013-06-291-1/+1
* SAM3U-EK touchscreen is now functional; created an NxWM configuration to test...Gregory Nutt2013-06-285-5/+1247
* quick and not very accurate calibration of arduino due timing loopsGregory Nutt2013-06-282-2/+2
* SAM33/4: Need to disable write protection before modify PIO pin configurationGregory Nutt2013-06-283-1/+18
* Add an NSH configuration for the Arduino Due; Pluse several fixes related to ...Gregory Nutt2013-06-2813-99/+1075
* Arduino Due: Fixes to FLASH address, flash wait states, updated Comments. No...Gregory Nutt2013-06-286-115/+147
* Add instructions to use BOSSA to load nuttx into DueGregory Nutt2013-06-282-19/+189
* With these changes the Arduino Due port builds without errorsGregory Nutt2013-06-275-24/+28
* Update documentation to include references to the Arduino Due boardGregory Nutt2013-06-273-3/+33
* Flesh out the Arduino Due board configuratino and integrate it with the build...Gregory Nutt2013-06-2735-68/+2167
* Review and update of SAM3/4 header files and conditional logic for SAM3X/A su...Gregory Nutt2013-06-2716-139/+463
* Add peripheral configuration logic for the SAM3X/3A; Change all references to...Gregory Nutt2013-06-2642-138/+825
* Add SAM3X/3A pin multiplexing and GPIO encoding header filesGregory Nutt2013-06-265-3/+675
* Add SAM3X/3A memory mapGregory Nutt2013-06-264-2/+172
* Add SAM3X/3A peripheral clock controlsGregory Nutt2013-06-265-26/+267
* Add SAM3X/3A interrupt vectorsGregory Nutt2013-06-267-5/+116