summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
...
* SAMA5 HSMCI: Correct multi-block DMA setup; Fixes related to DMA timeout. St...Gregory Nutt2014-07-211-103/+162
* SAMA5 XDMAC: Missing some CUBC bitsGregory Nutt2014-07-211-3/+5
* SAMA4D5 HSMCI: Set burst size to 1, sample DMA registers on timeout, and don'...Gregory Nutt2014-07-211-63/+100
* XDMAC register sampling missed CIM register; Should not set SWREQ bit in DMA ...Gregory Nutt2014-07-212-0/+7
* Fix a commented out assertionGregory Nutt2014-07-201-4/+2
* Fix typos in commentsGregory Nutt2014-07-201-2/+2
* SAMA5D4-EK: PIO Schmitt trigger logic backwardGregory Nutt2014-07-201-3/+5
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-202-8/+39
* SAMA5D ADC: Fix some typos in conditional compilationGregory Nutt2014-07-191-12/+12
* SAMA5 SCK: The SAMA5D3 does things a little differentlyGregory Nutt2014-07-191-1/+34
* SAMA5 PCK: Add support for the slow clock as the PCK clock sourceGregory Nutt2014-07-193-20/+45
* SAMA5: Update slow clock logic. Things work a little differently on the SAM...Gregory Nutt2014-07-191-0/+6
* SAMA5: Add slow clock supportGregory Nutt2014-07-194-1/+258
* SAMA5D4-EK: Add WM8904 initialization logicGregory Nutt2014-07-192-6/+22
* SAMA5 LCDC: Back out the delay kludge. Increase the LCDC input clock from MC...Gregory Nutt2014-07-121-12/+0
* SAMA5D4-EK LCDC: Change source clock to 2*Mck seems to solve stability issuesGregory Nutt2014-07-121-1/+1
* SAMA5D4-EK LCDC: Adding a delay after enabling the LCD solves lots of start-...Gregory Nutt2014-07-121-1/+13
* Lpc17xx Ethernet: Comment out an assertion that is reported to first inapprop...Gregory Nutt2014-07-111-0/+2
* SAMA5D4-EK LCD: Actual hardware with appears to be RGB888Gregory Nutt2014-07-101-5/+5
* SAMA5D4-EK: LCDC works (with a few color problems)Gregory Nutt2014-07-102-3/+5
* Don't have to set SDA high initially in I2C reset because that is done by the...Gregory Nutt2014-07-091-5/+5
* SAMA5 PIO: Fix a typo in Schmitt trigger configuration; Configure pin as a a ...Gregory Nutt2014-07-092-7/+21
* SAMA5 I2C Reset: More changes... still does not work rightGregory Nutt2014-07-091-109/+85
* SAMA5 TWI: Some restructured needed by up_i2creset. Also timeout needs to va...Gregory Nutt2014-07-091-50/+134
* Use sam_pio_forceclk() so that we can read the current state of an open-drain...Gregory Nutt2014-07-091-37/+71
* Add a new interface sam_pio_forceclk() that can be used to force PIO clocking...Gregory Nutt2014-07-092-9/+85
* SAMA5 TWI: Add support for up_i2cresetGregory Nutt2014-07-093-120/+293
* SAMA5D4 LCDC: Adapt the SAMA5D3 LCDC driver to work with the SAMA5D4 which ha...Gregory Nutt2014-07-082-32/+123
* SAMA5D3/4 HEAP: Add a configuration option to reserve DRAM for a framebuffer ...Gregory Nutt2014-07-082-9/+90
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* SAMA5D3/4: Fix two issues associated with PIO interruptsGregory Nutt2014-07-073-26/+38
* SAMA5D3/4 I2C: Test for read or write operation was reversed. How could this...Gregory Nutt2014-07-071-3/+4
* SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. rom Max Ne...Gregory Nutt2014-07-071-0/+4
* maXTouch: Fix test of I2C_TRANSFER return valueGregory Nutt2014-07-061-0/+3
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-052-3/+3
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-0413-9/+30
* Remove all inclusion of uip.hGregory Nutt2014-07-0413-13/+0
* NET: More renamingGregory Nutt2014-07-0413-42/+42
* AMA5 OHCI: Pointers to allocated port values were not being nullified after b...Gregory Nutt2014-07-041-3/+7
* Move crypto header files from include/crypto to include/nuttx/cryptoGregory Nutt2014-07-031-3/+3
* Correct authorship on a few filesGregory Nutt2014-07-032-3/+2
* NET: More renamingGregory Nutt2014-07-038-65/+63
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-032-2/+2
* SAMA5 OHCI: Fix an error in a DEBUGASSERT statement. Caused assertion to fir...Gregory Nutt2014-07-031-3/+2
* SAMA5D3/4: UPLL divisor to generate 48MHz for OHCI is different from the two ...Gregory Nutt2014-07-032-8/+6
* CCM PROCFS: Changed the configuration a bit. I am still not happy about the ...Gregory Nutt2014-07-033-14/+21
* Add STM32 CCM heep procfsGregory Nutt2014-07-032-0/+324
* Move cypto debug definitions to debug.h with other susbsystem-level debugGregory Nutt2014-07-031-16/+2
* Beginning of a crypto/ subsystem from Max NeklyudovGregory Nutt2014-07-031-0/+8
* SAM4 AES driver from Max NeklyudovGregory Nutt2014-07-035-2/+435