summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* TM3C123: Add chip characteristics and interrupt definition filesGregory Nutt2014-03-098-5/+507
|
* Refresh all LM3/4/Tiva configurationsGregory Nutt2014-03-097-110/+742
|
* Hmmm.. not sure what happened but here is a missing TIVA fileGregory Nutt2014-03-081-0/+113
|
* Refresh LM3S defconfig filesGregory Nutt2014-03-083-46/+315
|
* functions and definitions renamed from lm_ to tiva_Gregory Nutt2014-03-0874-3991/+4198
|
* All files and functions beginning with lm_ changed to tiva_Gregory Nutt2014-03-0884-993/+889
|
* The old lm/ directories were enamed tiva/ to better support new products ↵Gregory Nutt2014-03-0867-185/+367
| | | | coming down the pipe from TI
* LPC2378: SPI driver from LizhuoyiGregory Nutt2014-03-087-48/+838
|
* LPC2378: I2C driver from LizhuoyiGregory Nutt2014-03-084-4/+796
|
* Fix some confusion in the code about vectored interrupts; fix so that it ↵Gregory Nutt2014-03-084-25/+33
| | | | builds with prioritized interrutps disabed
* QEMU i486: Minor updates to VGA driverGregory Nutt2014-03-082-0/+9
|
* configs/olimex-lpc2378/src: Files renamed to correspond with current ↵Gregory Nutt2014-03-085-40/+68
| | | | thinking about naming; defconfigs refreshed
* QEMU i486: New QEMU keyboard and VGA drivers from LizhuoyiGregory Nutt2014-03-082-0/+142
|
* QEMU i486: New QEMU keyboard and VGA drivers from LizhuoyiGregory Nutt2014-03-086-14/+876
|
* configs/qemu-i486 update naming standards to conform to current thinking; ↵Gregory Nutt2014-03-085-12/+59
| | | | refresh defconfig files
* Update README to refer to buildroot for kconfig-frontends buildsGregory Nutt2014-03-081-1/+16
|
* README updatesGregory Nutt2014-03-072-2/+25
|
* Update README. Here is another way to work around a kconfig-frontends build ↵Gregory Nutt2014-03-071-2/+7
| | | | problem
* Update README.txt, remove references to appconfig and apps/.configGregory Nutt2014-03-071-17/+17
|
* May need to create toolchain build directoryGregory Nutt2014-03-071-0/+1
|
* configs/pic32-starterkit, pic32mx7mmb, stm3210e-eval, stm3220g-eval, and ↵Gregory Nutt2014-03-0731-695/+1731
| | | | stm3240g-eval: Refresh all configurations with the latest Kconfig files
* Add support for the kconfig-frontends toolsGregory Nutt2014-03-0742-3/+280
|
* Update NuttShell.html per recommendations from Max KrieglederGregory Nutt2014-03-062-3/+9
|
* Refresh configuration filesGregory Nutt2014-03-0640-382/+3480
|
* Refresh several defconfig files to (1) bring them up-to-date, and (2) to ↵Gregory Nutt2014-03-0625-284/+2522
| | | | confirm that no bugs were introduced in recent massive Kconfig file changes
* Correct an error introduced in this file in very recent commitsGregory Nutt2014-03-062-0/+3
|
* Minor cleanup of some new configurations; warning removal with GCC 4.8.2Gregory Nutt2014-03-062-3/+29
|
* Support for the older, manual configurations has been completely removed ↵Gregory Nutt2014-03-0613-282/+64
| | | | from the NuttX build system
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-06237-237/+0
|
* Removed all support for the legacy configuration mechanism from the apps/ ↵Gregory Nutt2014-03-068-152/+26
| | | | directory
* configs/rgmp/x86/cxxtest: Configuration converted to use the ↵Gregory Nutt2014-03-063-385/+615
| | | | kconfig-frontends tools. This completes the conversion of all configurations to the newer format
* configs/rgmp/x86/helloxx: Configuration converted to use the ↵Gregory Nutt2014-03-063-401/+615
| | | | kconfig-frontends tools
* configs/rgmp/x86/nsh: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-063-231/+691
|
* configs/rgmp/x86/default: Configuration converted to use the ↵Gregory Nutt2014-03-067-224/+626
| | | | kconfig-frontends tools
* configs/rgmp/arm/nsh: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-064-216/+687
|
* configs/rgmp/arm/default: Configuration converted to use the ↵Gregory Nutt2014-03-069-213/+626
| | | | kconfig-frontends tools
* configs/pjrc-8051: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-0615-259/+629
|
* onfigs/mx1ads/ostest: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-069-342/+676
|
* configs/us7032evb1/nsh: Configuration converted to use the kconfig-frontends ↵Gregory Nutt2014-03-063-291/+597
| | | | tools
* configs/us7032evb1/ostest: Configuration converted to use the ↵Gregory Nutt2014-03-069-439/+816
| | | | kconfig-frontends tools
* configs/skp16c26/ostest: Configuration converted to use the ↵Gregory Nutt2014-03-069-321/+557
| | | | kconfig-frontends tools
* NXFFS: Missing call to nxffs_freeentry() caused a memory leakGregory Nutt2014-03-063-1/+13
|
* configs/ne64badge/ostest and demo9s12nec64/ostest: Configurations onverted ↵Gregory Nutt2014-03-059-683/+1145
| | | | to use the kconfig-frontends tools
* Use common naming for rest of the toolchains tooGregory Nutt2014-03-0530-372/+122
|
* Use common naming for all buildroot toolchainsGregory Nutt2014-03-0547-248/+234
|
* configs/qemu-i486/nsh: Configuration converted to use the kconfig-frontends ↵Gregory Nutt2014-03-053-280/+596
| | | | tools
* configs/qemu-i486/ostest: Configuration converted to use the ↵Gregory Nutt2014-03-054-221/+553
| | | | kconfig-frontends tools
* configs/ea3131/pgnsh: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-055-401/+764
|
* Add configuration ettings for the on-demand paging optionGregory Nutt2014-03-058-70/+243
|
* configs/ntosd-dm320/uip: Configuration converted to use the ↵Gregory Nutt2014-03-053-287/+637
| | | | kconfig-frontends tools