summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* EFM32: Add buton interrupt handling for the Olimex boardGregory Nutt2014-10-211-0/+2
* Add configuration support for the EFM32 Gecko Starter KitGregory Nutt2014-10-171-0/+11
* Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration c...Gregory Nutt2014-08-291-2/+1
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-11/+14
* After cached related fix, the ELF example is now functionalGregory Nutt2014-08-241-0/+2
* Modify ADDRENV Kconfigs. Z180 does not need all of the virtual address setti...Gregory Nutt2014-08-241-0/+2
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-2/+2
* ARMv7-A: Add skeleton environment and build support for process address envir...Gregory Nutt2014-08-231-0/+2
* SAMA5: Use the one-shot and free-running timers to implement tickless OS supp...Gregory Nutt2014-08-091-0/+1
* SAMA5 TWI: Add support for up_i2cresetGregory Nutt2014-07-091-0/+1
* Kconfig: Remove warnings. ARCH_RAMFUNCS depends on ARCH_HAVE_RAMFUNCS, so i...Gregory Nutt2014-04-041-1/+0
* Improved description of CONFIG_ARMV7M_USEBASEPRI from Vijay KumarGregory Nutt2014-03-191-5/+7
* The old lm/ directories were enamed tiva/ to better support new products comi...Gregory Nutt2014-03-081-5/+14
* Add configuration ettings for the on-demand paging optionGregory Nutt2014-03-051-8/+0
* Removed unused configuratin variable: CONFIG_PGTABLE_VADDRGregory Nutt2014-03-011-8/+0
* configs/lm3s8962-ek/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-011-2/+2
* Add basic framework to support the Atmel SAMD Cortex-M+ chipGregory Nutt2014-02-121-4/+15
* Add option to indicatet that data is retained in SDRAMGregory Nutt2014-01-281-0/+1
* Remove EFM32 from build systemGregory Nutt2014-01-271-11/+0
* Basic support for the EFM32 processor family from Richar CochranGregory Nutt2014-01-231-0/+11
* Beginning of high priority nested interrupt support for the ARMv7-M familyGregory Nutt2013-12-211-0/+2
* Kconfigs: Interrupt prioritization should not be automatically selectedGregory Nutt2013-12-201-5/+5
* pcDuino: More changes to get the code fragments that are in place building su...Gregory Nutt2013-12-071-0/+3
* Add basic directory structure to support the Allwinner A10Gregory Nutt2013-12-071-0/+11
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-0/+1
* Add hooks to select Cortex-A8Gregory Nutt2013-08-271-2/+8
* Improve Cortex-A5 context switching so that a little less copying is doneGregory Nutt2013-07-241-0/+1
* Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK board(s...Gregory Nutt2013-07-191-0/+11
* More ARMv7-A files that are just copies of the ARMv4/5 files for nowGregory Nutt2013-07-191-6/+4
* Minor but fatal typo introduced in last checkinGregory Nutt2013-07-181-1/+1
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-181-0/+15
* SAM4L: Add DFLL0 support, add logic to set the power scaling mode, add suppo...Gregory Nutt2013-06-071-0/+1
* Add a skeleton configuration that will eventually support the SAM4L Xplained ...Gregory Nutt2013-06-031-1/+7
* Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-021-2/+2
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-021-6/+5
* New Kconfig convention: Extra indentation in comments will render as HTML pr...Gregory Nutt2013-04-221-1/+1
* Misc changes for clean compilation of freedom-kl25z configGregory Nutt2013-04-161-0/+4
* Initial support for the Kinetis L family and the Freedom KL25Z board from Ala...Gregory Nutt2013-04-161-0/+7
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-181-0/+2
* Add MPU support for the LPC17xx familypatacongo2013-03-111-0/+7
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted...patacongo2013-03-101-2/+2
* Add interrupt vector logic for the LM4F120patacongo2013-03-011-1/+1
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-261-16/+0
* Add Nuvoton chip selection logicpatacongo2013-02-161-4/+4
* First cut at support for Cortex-M0patacongo2013-02-161-0/+20
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-0/+1
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-221-6/+13
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-141-0/+2
* Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will in...patacongo2013-01-081-5/+4
* Verify PATH variable in apps/examples/elfpatacongo2012-12-191-0/+1