summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/src
Commit message (Expand)AuthorAgeFilesLines
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-33/+12
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-25/+12
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-4/+7
* Fix typos from previous commit to fix button interruptsGregory Nutt2014-06-221-1/+1
* Several other interrupt button implementations had the same problem as did th...Gregory Nutt2014-06-151-4/+17
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-3/+3
* SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all board-relat...Gregory Nutt2014-03-232-5/+5
* Removed to unnecessary, cloned USB-related logicGregory Nutt2014-03-173-52/+0
* Backport SPI driver enhancements from SAMA5 to SAM3/4Gregory Nutt2014-03-131-9/+9
* SAM4E-EK: Add basic board supportGregory Nutt2014-03-101-2/+2
* SAM3/4: Fix some build errors that crept in with the SAM4E supportGregory Nutt2014-02-251-2/+2
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-243-9/+9
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-8/+8
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-5/+5
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-5/+6
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-101-1/+1
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-4/+4
* SAMA5D3x-EK: Add support for USB MSC device on AT25 serial flashGregory Nutt2013-09-061-8/+3
* SAMA5: Fix HSMCI race condition. Now memory card interface is functional wit...Gregory Nutt2013-08-101-0/+9
* SAMA5D3x-EK: At support for the AT25 serial FLASHGregory Nutt2013-08-041-1/+1
* Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK board(s...Gregory Nutt2013-07-191-1/+1
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-4/+4
* Changes to get a clean compile of configs/sam3u-ek/nxwmGregory Nutt2013-06-292-0/+153
* Flesh out the Arduino Due board configuratino and integrate it with the build...Gregory Nutt2013-06-272-2/+2
* 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-263-5/+5
* SAM3U-EK LCD: Correct LCD configurationGregory Nutt2013-06-181-1/+1
* SAM3U-EK: Correct polarity of the PENIRQ signalGregory Nutt2013-06-162-8/+13
* Re-architected SAM3/4 SPI interface; Change BUSY bit handling in the ADS7843E...Gregory Nutt2013-06-163-60/+22
* Add support for the SAM4L Xplained Pro I/O1 moduleGregory Nutt2013-06-151-5/+5
* SAM3/4S GPIO interrupt changesGregory Nutt2013-06-131-32/+41
* SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized ...Gregory Nutt2013-06-131-0/+1
* Fix error in AT91SAM SPI driver introduced in recent comment. Varioius impro...Gregory Nutt2013-06-132-25/+37
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-125-23/+35
* Add configs/sam4l-xplained/src/up_userleds.cGregory Nutt2013-06-043-3/+0
* Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-021-1/+1
* Eliminated sam3u_internal.h. Use separate header files instead. More renamin...Gregory Nutt2013-06-0211-286/+289
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-029-64/+64
* .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-301-3/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* Remove user_map.h; replace with a header at the beginning of the user-space b...patacongo2013-03-101-2/+1
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted...patacongo2013-03-102-34/+40
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-5/+3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-4/+4
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-4/+5
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-4/+2