summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* configs/eagle100/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-0155-437/+851
|
* configs/lm3s8962-ek/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-0111-311/+788
|
* configs/lm3s6432-s2e/nsh2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-013-295/+734
|
* Oops... bad check-in for last configs/ubw32/nsh changeGregory Nutt2014-03-012-307/+757
|
* configs/sim/nsh2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-015-312/+680
|
* configs/ubw32/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-013-236/+57
|
* configs/pic32mx7mmb/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-015-875/+993
|
* configs/pic32-starterkit/nsh2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-014-690/+864
|
* configs/pic32-starterkit/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-015-725/+821
|
* configs/mirtoo/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-016-452/+831
|
* configs/vsn/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-014-456/+857
|
* configs/nucleus2g/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-014-402/+681
|
* configs/lpcxpresso-lpc1768/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-014-424/+800
|
* configs/lincoln60/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-014-389/+688
|
* configs/stm3210e-eval/nshi2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-013-594/+953
|
* configs/stm32i10e-eval/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-014-419/+868
|
* configs/stm3220g-eval/nsh2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-014-751/+903
|
* configs/stm3240g-eval/nsh2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-015-634/+925
|
* Removed almost all ostest configurationsGregory Nutt2014-02-28207-36674/+45
|
* Remove some OS test configurations. These don't have much value after the ↵Gregory Nutt2014-02-2810-1843/+2
| | | | initial bring-up (and are certainly not worth converting to kconfig-frontends tools).
* configs/stm3240g-eval/nsh: Configuration converted to use the ↵Gregory Nutt2014-02-284-804/+911
| | | | kconfig-frontends tools
* Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if ↵Gregory Nutt2014-02-2841-0/+42
| | | | they are reconfigured, they will pick up the most conservative options for all new settings
* Behavior is a little different on Linux. Need to include BFD config.h ↵Gregory Nutt2014-02-282-2/+4
| | | | before any system files(?)
* cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=yGregory Nutt2014-02-283-0/+5
|
* Remove Ken's personal directory as the default path to the CodeSourcery ↵Gregory Nutt2014-02-2812-39/+25
| | | | toolchain
* Refresh the STM32F4Discover/cxxtext configurationGregory Nutt2014-02-283-44/+292
|
* Buildroot EABI (vs OABI) is now the defaultGregory Nutt2014-02-283-3/+3
|
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that ↵Gregory Nutt2014-02-2881-4/+165
| | | | CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
* Binutils 2.4 wants us to include config.h before bfd.hGregory Nutt2014-02-275-2/+17
|
* Add a Cortex-M3 4.8.2 EABI configurationGregory Nutt2014-02-272-0/+134
|
* Refresh a Viewtool STM32F107 configurationGregory Nutt2014-02-271-2/+20
|
* Support an asynchronous, 'external' clock to get better CPU load measurementsGregory Nutt2014-02-274-5/+60
|
* cosmetic changes to README files and commentsGregory Nutt2014-02-273-1/+39
|
* procfs: Remove newline from the end of the cpuload and loadavg outputs so ↵Gregory Nutt2014-02-273-2/+5
| | | | that the returned percentages can be printed on the same line as other data.
* Fix how CPU load counts are adjusted so that the total always adds up to 100%Gregory Nutt2014-02-272-4/+12
|
* NSH cat command now adds to newline at the end of the file so that the NSH ↵Gregory Nutt2014-02-272-1/+18
| | | | prompt is always on a newline
* Should CPU load on each thread in the PS commandGregory Nutt2014-02-272-3/+156
|
* Fixing bad idempotence definition in C++ header filesGregory Nutt2014-02-273-8/+11
|
* SAM3/4: Cosmetic updates to ADC register defintion header filesGregory Nutt2014-02-272-53/+67
|
* SAM4E: Completes all SAM4E register definition header files. Also a ↵Gregory Nutt2014-02-263-50/+375
| | | | SAMA5D3 ADc register definition fix
* SAM4E: Add AES and AFEC register definition header files (AFEC incomplete)Gregory Nutt2014-02-262-0/+400
|
* SAM4E: Add CAN and RSWDT register definition header filesGregory Nutt2014-02-2630-37/+461
|
* SAM4E: Add EMAC register definition header fileGregory Nutt2014-02-261-0/+671
|
* SAM4E: Add CMCC register definition header fileGregory Nutt2014-02-262-1/+169
|
* networking: Fix one place where the reference count was not being zeroed. ↵Gregory Nutt2014-02-257-8/+27
| | | | This is really a cosmetic fix UNLESS CONFIG_DEBUG_NET is enabled, then it causes assertions
* SAM4E: UDP register definition header fileGregory Nutt2014-02-251-0/+230
|
* SAM3/4: Fix some build errors that crept in with the SAM4E supportGregory Nutt2014-02-255-8/+7
|
* prtdiff_t: Defined in both stddef and sys/typesGregory Nutt2014-02-253-6/+9
|
* SAM4E: Update SAM3/4 TC and DMAC register definition header filesGregory Nutt2014-02-2519-429/+678
|
* SAM4E: Update SAM3/4 ACC, DACC, and PDC register definition header filesGregory Nutt2014-02-244-3/+405
|