summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek
Commit message (Expand)AuthorAgeFilesLines
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-181-2/+1
* SAM configurations: don't use 3 memory regions unless SMC is enabledGregory Nutt2013-07-126-6/+26
* Several fixes to get a clean compile of the Arduino touch screenGregory Nutt2013-07-021-1/+1
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-4/+4
* 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
* SAM3U-EK touchscreen is now functional; created an NxWM configuration to test...Gregory Nutt2013-06-284-5/+1242
* Flesh out the Arduino Due board configuratino and integrate it with the build...Gregory Nutt2013-06-2710-18/+18
* Review and update of SAM3/4 header files and conditional logic for SAM3X/A su...Gregory Nutt2013-06-271-1/+1
* Add peripheral configuration logic for the SAM3X/3A; Change all references to...Gregory Nutt2013-06-268-13/+35
* SAM3U-EK LCD: Correct LCD configurationGregory Nutt2013-06-181-1/+1
* Fix test of NULL pointer in the SAM3/4 SPI driverGregory Nutt2013-06-181-2/+2
* MMC/SD driver needs to manage SPI mode and data width as wellGregory Nutt2013-06-171-10/+1
* SAM3U-EK board now runs at 96MHzGregory Nutt2013-06-176-22/+51
* SAM3U-EK: Correct polarity of the PENIRQ signalGregory Nutt2013-06-163-16/+19
* Re-architected SAM3/4 SPI interface; Change BUSY bit handling in the ADS7843E...Gregory Nutt2013-06-164-65/+31
* Add support for the SAM4L Xplained Pro I/O1 moduleGregory Nutt2013-06-152-6/+5
* Fixes for SAM4S and 4L due to recent changes to SAM3S; Updated README filesGregory Nutt2013-06-141-4/+19
* SAM3/4S GPIO interrupt changesGregory Nutt2013-06-135-36/+45
* SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized ...Gregory Nutt2013-06-131-0/+1
* SAM3/4: Some minor design improvements to the SAM3/4 serial driverGregory Nutt2013-06-131-14/+24
* Fix error in AT91SAM SPI driver introduced in recent comment. Varioius impro...Gregory Nutt2013-06-133-129/+101
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-139-38/+235
* Correct border colors for SAM3U-EK border; clean up some comments; make sure ...Gregory Nutt2013-06-121-4/+4
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-1213-1042/+342
* Correct SAM3S-Xplained load address, FLASH wait states, and UART1 pin configu...Gregory Nutt2013-06-121-4/+8
* Changes for a clean build of configs/sam4s-xplainedGregory Nutt2013-06-111-5/+5
* Add configs/sam4s-xplainedGregory Nutt2013-06-111-3/+3
* SAM4S: GPIO, chip characteristics, peripheral KconfigGregory Nutt2013-06-111-9/+23
* SAM4S: Add memory map and interrupt logicGregory Nutt2013-06-106-59/+92
* Beginning updates of SAM3U header files o include support for the SAM4S: WDT,...Gregory Nutt2013-06-101-6/+6
* Add configs/sam4l-xplained/src/up_userleds.cGregory Nutt2013-06-044-4/+0
* Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-027-9/+9
* Eliminated sam3u_internal.h. Use separate header files instead. More renamin...Gregory Nutt2013-06-0213-294/+298
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-0220-1759/+2236
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-302-4/+4
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+5
* binfmt_execmodule() calls to sched_releasttcb() was not updated to use the se...patacongo2013-03-231-1/+2
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-232-5/+11
* Fix some errors in stm32_allocateheap.c for STM32 F1 and F3 that crept in rec...patacongo2013-03-222-8/+65
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-172-2/+8
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-162-1/+8
* Switch to user-mode before starting a new taskpatacongo2013-03-141-1/+1
* itoa() from Ryan Sundbergpatacongo2013-03-141-90/+15
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-145-71/+177
* Fixe to kernel build and syscalls.patacongo2013-03-131-1/+1
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-2/+2
* A few early fixes in kernel build testingpatacongo2013-03-121-14/+36