summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Add support for the LPCXpresso's RTC, ADC, DAC, Timer, PWM, and MCPWM. All f...Gregory Nutt2014-06-234-2/+377
* Fix typos from previous commit to fix button interruptsGregory Nutt2014-06-225-6/+6
* SAMA5D4: Add support for secure/FIQ interrupts; SAIC supports need to be be ...Gregory Nutt2014-06-201-2/+1
* SAMA5D4: Add partial support for secure interrupt controller (SAIC)Gregory Nutt2014-06-201-0/+3
* SAMA5D4: USART peripheral clock appears to be MCK/2Gregory Nutt2014-06-2012-0/+75
* SAMA5D4-EK: Get ramtest clocking up to 528MHzGregory Nutt2014-06-201-3/+7
* SAMA5D4-EK: Make sure that the H32MX divider is set; correct sense of bit dr...Gregory Nutt2014-06-201-1/+1
* SAMA5D4: Initial bring-up fixesGregory Nutt2014-06-191-1/+1
* Costmetic update to comments/README fileGregory Nutt2014-06-181-3/+5
* SAMA5D4: Fix ISRAM base address: 0x00200000, not like the SAMA5D3 SRAM at 0...Gregory Nutt2014-06-184-6/+28
* 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