summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor end-of-the-day Zmodem changesGregory Nutt2013-07-153-9/+7
|
* Fix file write loopGregory Nutt2013-07-1511-35/+134
|
* Partial fixes for Zmodem RX buffering problems.Gregory Nutt2013-07-1511-89/+297
|
* Fix some Zmodem buffer sizing issuesGregory Nutt2013-07-145-12/+40
|
* More Zmodem bug fixes: Too many pkttypes; Use wrong packet bufferGregory Nutt2013-07-144-28/+51
|
* Several fixes realted to receiving Zmodem filesGregory Nutt2013-07-143-25/+33
|
* Fix an error in the ordering of fields in zm_transition_s structure; update ↵Gregory Nutt2013-07-144-62/+123
| | | | documentation
* Initial check-ing of (non-working) Zmodem receive logicGregory Nutt2013-07-146-95/+1867
|
* Resolve a few Zmodem sender streaming issuesGregory Nutt2013-07-135-227/+350
|
* More Zmodem bugfixes and new filesGregory Nutt2013-07-1310-28/+2810
|
* More Zmodem-related changesGregory Nutt2013-07-123-20/+176
|
* Additional support needed for Zmodem debugGregory Nutt2013-07-123-3/+39
|
* A few more zmodem files; still missing a few but those are still fragile and ↵Gregory Nutt2013-07-126-15/+2074
| | | | like to undergo some resign before they are usable
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-1216-37/+1744
|
* 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
|
* Change in apps/examples/composite to eliminate some false alarm debug assertionsGregory Nutt2013-07-092-4/+5
|
* 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. ↵Gregory Nutt2013-07-082-6/+7
| | | | From Chia Cheng Tsao
* Ticket #16: STM32 OTG FS device driver endpoint allocation. From Chia ↵Gregory Nutt2013-07-082-9/+18
| | | | Cheng Tsao
* 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
| | | | am going to need to borrow a logic analyzer
* 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 ↵Gregory Nutt2013-07-035-33/+85
| | | | touchscreen driver
* 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
| | | | little better frequency resolution
* 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 ↵Gregory Nutt2013-07-0113-113/+1189
| | | | driver for the Arduino ITEAD TFT shield
* Add a general bit-bang SPI upper-half driverGregory Nutt2013-07-0111-23/+934
|
* Created new directories to hold SPI-related filesGregory Nutt2013-07-01185-374/+466
|
* 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 ↵Gregory Nutt2013-06-285-5/+1247
| | | | test it further
* 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
| | | | the Due and to the SAM3X in general
* Arduino Due: Fixes to FLASH address, flash wait states, updated Comments. ↵Gregory Nutt2013-06-286-115/+147
| | | | Now boots and runs a bit before crashing
* 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 ↵Gregory Nutt2013-06-2735-68/+2167
| | | | build and configuration system