summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused configuratin variable: CONFIG_PGTABLE_VADDRGregory Nutt2014-03-017-7/+0
|
* Removed almost all ostest configurationsGregory Nutt2014-02-284-928/+0
|
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that ↵Gregory Nutt2014-02-283-0/+6
| | | | CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
* SAM4E: USART/USART header files and drivers updated to support the SAM4EGregory Nutt2014-02-221-0/+4
|
* Update README with configuration warningGregory Nutt2014-02-041-2/+34
|
* SAMA5: Oops. Upper case in include does not match lower case of filename.Gregory Nutt2014-01-301-2/+2
|
* SAMA5: Fix logic for running with data in SDRAMGregory Nutt2014-01-291-40/+11
|
* SAMA5: Add a missing endif in a Make.defs that recently added; Several ↵Gregory Nutt2014-01-289-2/+46
| | | | other cosmetic changes
* SAMA5: Mostly cosmeticGregory Nutt2014-01-281-1/+20
|
* SAMA5: More variables-in-SDRAM stuffGregory Nutt2014-01-281-0/+3
|
* Add support for .data and .bss in SDRAMGregory Nutt2014-01-283-37/+208
|
* Add option to indicatet that data is retained in SDRAMGregory Nutt2014-01-289-16/+47
|
* A test of kconfig-fontends 3.12.0Gregory Nutt2014-01-271-10/+58
|
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-243-9/+9
|
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-3/+3
|
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-5/+5
|
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-242-46/+5
|
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-248-8/+0
|
* Add pcDuino patch needed for booting. Update README to explain whyGregory Nutt2013-12-081-7/+1
|
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ↵Gregory Nutt2013-12-301-4/+2
| | | | to initialize the touchscreen from NxWM in the kernel build
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled ↵Gregory Nutt2013-12-301-0/+1
| | | | the NxConsole for now because there are issues with the kernel build.
* NxWidgets server initialization must be performed in the kernel when ↵Gregory Nutt2013-12-291-9/+48
| | | | NxWdigets is built in kernel mode
* default buildroot path is build_arm, not build_arm_nofpuGregory Nutt2013-12-268-8/+8
|
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-208-16/+32
|
* Kconfigs: Interrupt prioritization should not be automatically selectedGregory Nutt2013-12-201-2/+0
|
* A10 PIO register definition header fileGregory Nutt2013-12-101-0/+4
|
* A little more SAMA5/OV2640 logicGregory Nutt2013-12-103-91/+124
|
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-101-1/+1
|
* More OV2640 initialization logicGregory Nutt2013-12-103-119/+56
|
* A little SAMA5 camera stuffGregory Nutt2013-12-093-21/+297
|
* Add OV2640 camera support to test the SAMA5 ISI peripheralGregory Nutt2013-12-097-0/+1015
|
* pcDuino: More changes to get the code fragments that are in place building ↵Gregory Nutt2013-12-071-1/+1
| | | | successfully
* Add board support infrastructure for the pcDuino board. There is not much ↵Gregory Nutt2013-12-074-12/+12
| | | | there on the initial checkin
* Minor updates to comments and README filesGregory Nutt2013-12-071-7/+6
|
* SAMA5 NAND: bugfixesGregory Nutt2013-12-062-48/+100
|
* LM: Don't initialize .data if running in SRAM. Global missing intialize ↵Gregory Nutt2013-12-054-5/+5
| | | | type. SAMA5 NAND: Fix for read nand in smaller chunks
* Cosmetic updates to comments and READMEsGregory Nutt2013-12-041-1/+2
|
* SAMA5 NAND: Fix some PMECC setup logicGregory Nutt2013-12-041-3/+9
|
* Add drivers/mtd/README.txtGregory Nutt2013-12-041-24/+37
|
* SAMA5 NAND: Updated README and configuration logicGregory Nutt2013-12-033-38/+115
|
* Updated READMEGregory Nutt2013-12-031-17/+59
|
* Condition out most of the recent NXFFS changes for NAND. NXFFS will never ↵Gregory Nutt2013-12-031-19/+57
| | | | be able to support NAND
* SAMA5 NAND: Only CS3 can have NANDGregory Nutt2013-12-031-10/+51
|
* SAMA5D3x-EK: Cosmetic improvements to the NOR boot printfs; updated READMEGregory Nutt2013-12-022-108/+67
|
* NXFFS: When dumping the MTD content, don't abort on a read error. For NAND, ↵Gregory Nutt2013-12-011-2/+10
| | | | the read error probably just means that an uncorrectable ECC was encountered
* SAMA5 NAND: Basic NAND access now work (software ECC and no DMA)Gregory Nutt2013-12-012-1050/+982
|
* Costmet updates, naming, debug output, README fileGregory Nutt2013-12-011-0/+12
|
* Make naming consistent for USB host initialiation functionsGregory Nutt2013-11-291-7/+1
|
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-281-1/+1
|
* SAMA5 NAND: A few bug fixes for integration. Still lots more to doGregory Nutt2013-11-271-1/+1
|