summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek
Commit message (Expand)AuthorAgeFilesLines
...
* SAMA5 NAND: Fix some DMA related issuesGregory Nutt2013-11-271-1/+29
* SAMA5D3x-EK NAND: Integrate SAMA5 NAND support into SAMA5D3x-EK board supportGregory Nutt2013-11-258-45/+264
* Further NAND developmentGregory Nutt2013-11-161-3/+3
* EA3131: Framework for USB host supportGregory Nutt2013-11-152-3/+3
* Add support for ONFI compatible NAND devices (NAND logic still incomplete)Gregory Nutt2013-11-151-0/+14
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-152-2/+2
* SAMA5 NAND: Basic support for access to NAND FLASHGregory Nutt2013-11-152-1/+145
* README updateGregory Nutt2013-11-121-110/+34
* SAMA5D3x-EK updated READMEGregory Nutt2013-11-121-3/+5
* SAMA5D3x-EK Kconfig: There is no 'else'Gregory Nutt2013-11-121-4/+13
* Updated SAMA5D3x-EK README fileGregory Nutt2013-11-111-9/+122
* SAMA5D3x-EK: Add support for the apps/examples/i2schar testGregory Nutt2013-11-113-3/+167
* SAMA5D3x-EK README: Add description of WM8904 CODECGregory Nutt2013-11-101-35/+63
* SAMA5 PWM: PWM driver is now functionalGregory Nutt2013-11-072-73/+130
* SAMA5D3x-EK: Add support board-specific PWM testingGregory Nutt2013-11-065-6/+364
* Updated spark configuration from David SidraneGregory Nutt2013-11-051-3/+6
* Fix typo introduced (by me) in the last large set of changes from Ken PettitGregory Nutt2013-11-041-4/+6
* SAMA5 CAN: File that I forgot to add in a previous commitGregory Nutt2013-11-041-0/+140
* SAMA5 CAN: Add board-specific initialization logicGregory Nutt2013-11-032-1/+5
* Missing file that I forgot to add in the last commitGregory Nutt2013-10-302-0/+45
* Minor changes while pondering a camera interfaceGregory Nutt2013-10-291-0/+38
* SAMA5 ADC: Seems functional in all modes including DMAGregory Nutt2013-10-281-13/+20
* SAMA5 README updateGregory Nutt2013-10-271-0/+63
* SAMA5 ADC+TC: Early debug fixes + lots of new debug instrumentationGregory Nutt2013-10-241-0/+118
* SAMA5D3x-EK: Add support for app/examples/adcGregory Nutt2013-10-241-0/+4
* Remove carriage returns from SAMA5 TC files just commitedGregory Nutt2013-10-231-3/+4
* Add logic to enable DEBUG_NET if NET=n but WL_CC3000=yGregory Nutt2013-10-231-1/+1
* SAMA5 CAN: Update readme on how to configure CANGregory Nutt2013-10-231-0/+80
* SAMA5 demo configuration: TRNG and /dev/random are now enabledGregory Nutt2013-10-202-1/+12
* SAMA5 TRNG: Add a /dev/random driver based on the SAMA5D3 TRNG peripheralGregory Nutt2013-10-201-0/+16
* SAMA5 norboot configuration updatesGregory Nutt2013-10-201-1/+1
* SAMA5 norboot configuration updatesGregory Nutt2013-10-202-11/+58
* SAMA5 WDT: Miss watchdog fixesGregory Nutt2013-10-201-3/+14
* Updated READMEGregory Nutt2013-10-191-0/+19
* Add instructions to enable RTC in the nsh/ configuration; RTC enabled by defa...Gregory Nutt2013-10-193-30/+100
* SAMA5 LCD: Move framebuffers to center of free memory region. That creates ...Gregory Nutt2013-10-181-0/+34
* Minor tweaks to debug output; started renaming some icons to include size in ...Gregory Nutt2013-10-171-1/+1
* New touchscreen scaling algorithm for the case where measured X values vary w...Gregory Nutt2013-10-171-13/+26
* SAMA5D3x-EK NxWM configuration: use 320x320 NuttX logo as the backgroundGregory Nutt2013-10-151-1/+1
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-151-0/+3
* NxWM::CCalibration: Add logic to collect and average samples, optionally disc...Gregory Nutt2013-10-141-0/+3
* Misc changes to README files; Update SAMA5D3x-EK NxWM configuration to use Ca...Gregory Nutt2013-10-142-72/+86
* SAMA5D3x-EK: Add NxWM configuration for the SAMA5D3x-EK boardsGregory Nutt2013-10-139-13/+1346
* SAMA5D3x-EK: Enable simulated mouse and keyboard events in the NX configurationGregory Nutt2013-10-131-2/+2
* SAMA5 LCDC: Correct how framebuffer memory was being mapped; Remove options ...Gregory Nutt2013-10-131-5/+3
* SAMA5 LCDC: Move framebuffer to lower memory; I suspect some corruption by i...Gregory Nutt2013-10-131-6/+2
* SAMA5 LCDC: Fixed backlight PWM divider. Backlight no longer flashesGregory Nutt2013-10-112-13/+21
* SAMA5 LCDC: Wait when the LCDC is resynchronizing (SIF); Try start-up parame...Gregory Nutt2013-10-101-24/+10
* SAMA5 LCDC: Default resolution if now RGB565; Add option to select a differen...Gregory Nutt2013-10-101-6/+10
* SAMA5 LCDC: Move DMA descriptors out of internal SRAM and into SDRAM. I am no...Gregory Nutt2013-10-101-9/+15