summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* SAM Ethernet: Eliminate a warningGregory Nutt2014-07-024-0/+12
* SAMA5D4-EK: NSH should run at 528MHzGregory Nutt2014-07-022-2/+4
* SAMA5D4-EK: NSH configuration now has TWI0 enabled and supports the I2C toolGregory Nutt2014-07-022-1/+11
* SAMA5D4 EMAC: Add a kludge to work around a suspected hardware issueGregory Nutt2014-07-021-2/+26
* SAM3/4 and SAMA5 Ethernet: Fix an error in the function that determines the ...Gregory Nutt2014-07-024-9/+8
* SAMA54D-EK: Don't disable any features in the NSH configuration. Comments u...Gregory Nutt2014-07-024-34/+34
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-0113-73/+73
* SAMA5D4: Add a configuration option to force EMAC driver debugGregory Nutt2014-07-012-4/+22
* SAMA5D4: Fix error in EMAC driver (plus related EMAC/GMAC drivers)Gregory Nutt2014-07-014-51/+23
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-3013-48/+48
* Rename uip_input to devif_inputGregory Nutt2014-06-3013-13/+13
* Fix typo/compile error introduced with last HSMCI changesGregory Nutt2014-06-302-142/+143
* SAM3/4: Important bugfix. Values read from PIO input pins do not change unle...Gregory Nutt2014-06-303-13/+188
* SAMA5D3/4: Fix some logic in conversion of physical and virtal DRAM addresses...Gregory Nutt2014-06-301-5/+55