summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Several other interrupt button implementations had the same problem as did th...Gregory Nutt2014-06-155-16/+59
* SAM4S Xplained (both): Button interrupts not being disabled after being deta...Gregory Nutt2014-06-152-8/+34
* SAMA5D4-EK: Add an SDRAM test configurationGregory Nutt2014-06-144-107/+1145
* SAMA5D4: Implement SDRAM initializationGregory Nutt2014-06-141-126/+222
* SAMA5D4: Fix some memory remapping issues; updates to comments and README filesGregory Nutt2014-06-141-7/+13
* Cosmetic update to commentsGregory Nutt2014-06-111-1/+2
* SAMA5D4: Add support for HSMCI1 power control pinGregory Nutt2014-06-112-8/+18
* SAMA5D4-EK: Update pins used by HSMCIGregory Nutt2014-06-115-86/+119
* SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB...Gregory Nutt2014-06-1023-166/+374
* Updates to get the SAMA5D3 building againGregory Nutt2014-06-102-10/+37
* SAMA5: Back out most of commit c37b5b7b97d0644743c04f2c3d9e2b7ef9f5d698. Th...Gregory Nutt2014-06-0918-52/+52
* SAMA5D4: Completes PMC modifications for the SAMA5D4Gregory Nutt2014-06-093-12/+6
* Updated SAMA5 SFR header file for the SAMA5D4Gregory Nutt2014-06-083-18/+12
* Update SAMA5D4-EK PIO usageGregory Nutt2014-06-079-389/+552
* SAMA5D4: Various changes to get the SAMA4D-EK to buildGregory Nutt2014-06-069-22/+58
* Add board support for the SAMA5D4-EKGregory Nutt2014-06-0635-1/+10221
* SAMA5: Cosmetic clean-up of README filesGregory Nutt2014-06-042-69/+69
* SAMA5: Rename most EMAC definitions to EMAC0 to handle the SAMA5D4 which has...Gregory Nutt2014-06-0411-41/+41
* Add support for the Olimex STM32 h405. From Martin LederhilgerGregory Nutt2014-06-0320-0/+3126
* Update ChangeLogGregory Nutt2014-06-021-1/+1
* Update viewtools/nsh configuratinGregory Nutt2014-05-232-50/+122
* Change all variadic macros to C99 styleGregory Nutt2014-05-2218-33/+34
* SAM4E GPIO: Fix some compile errors when CONFIG_DEBUG_GPIO is enabledGregory Nutt2014-05-151-0/+5
* Misc changes while testing the SAM4E-EK LCD (still does not work)Gregory Nutt2014-05-144-16/+23
* SAM4E-EK: Ooops.. two touchscreen drivers(?)Gregory Nutt2014-05-143-300/+6
* SAM4E-EK: Add a touchscreen driver (untestd on initial checkin)Gregory Nutt2014-05-134-12/+386
* SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing)Gregory Nutt2014-05-135-233/+1462
* SAM4E: PIO definition clean-upGregory Nutt2014-05-121-22/+1
* Add ILI9325 register definition header fileGregory Nutt2014-05-121-1/+1
* Make sure apps/examples/pashello still builds; update comments; refresh confi...Gregory Nutt2014-05-091-47/+80
* Create P-Code execution helper in apps/interpreters/prun; The P-Code binary f...Gregory Nutt2014-05-094-0/+4
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-082-0/+6
* BINFMT: A framework to support a P-code binary format (a work in progress)Gregory Nutt2014-05-071-48/+79
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2014-05-0792-423/+423
* Nucleo-F401RE: Delay loop calibratedGregory Nutt2014-05-061-1/+1
* Nucleo-F401RE: With these changes and the changes from previous commits, the...Gregory Nutt2014-05-062-72/+92
* The Nucleo-F401RE has no on-board cystal and, hence, must use the on-chip HSI...Gregory Nutt2014-05-063-78/+97
* STM32: Add some complication to STM32 Kconfig so the correct USART and TIM o...Gregory Nutt2014-05-051-23/+61
* SAM4S Xplained Pro: Clean-up of LED usage and also some integration of new ti...Gregory Nutt2014-05-057-82/+53
* Updated Nucleo-F401RE configurationGregory Nutt2014-05-059-433/+524
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-05127-127/+127
* Fix configuration for F401: It has has FSMC and so the option should not be ...Gregory Nutt2014-04-301-11/+6
* If the CPU load measurements are being driven by an external clock, then the ...Gregory Nutt2014-04-301-0/+1
* The CONFIG_SYSTEMTICK_EXTCLK selection should only be available on systems th...Gregory Nutt2014-04-301-0/+1
* SAM4S Xplained Pro build fixesGregory Nutt2014-04-301-4/+0
* Refresh SAM4S Xplained Pro configurationGregory Nutt2014-04-301-0/+16
* Simplified optimization for the SAM4E-EKGregory Nutt2014-04-301-1/+1
* Nucleo-F401RE: Has only one memory region, not twoGregory Nutt2014-04-301-1/+1
* Updated system timer logic from Bob DoironGregory Nutt2014-04-304-10/+19
* Updated system timer logic from Bob DoironGregory Nutt2014-04-301-11/+78