summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed almost all ostest configurationsGregory Nutt2014-02-28207-36674/+45
* Remove some OS test configurations. These don't have much value after the in...Gregory Nutt2014-02-2810-1843/+2
* configs/stm3240g-eval/nsh: Configuration converted to use the kconfig-fronten...Gregory Nutt2014-02-284-804/+911
* Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if t...Gregory Nutt2014-02-2841-0/+42
* Behavior is a little different on Linux. Need to include BFD config.h before...Gregory Nutt2014-02-282-2/+4
* 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 toolc...Gregory Nutt2014-02-2812-39/+25
* 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 CONFIG_NSH...Gregory Nutt2014-02-2881-4/+165
* 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 th...Gregory Nutt2014-02-273-2/+5
* 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 pr...Gregory Nutt2014-02-272-1/+18
* 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 SAMA5D3...Gregory Nutt2014-02-263-50/+375
* 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. Th...Gregory Nutt2014-02-257-8/+27
* 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
* SAM4E: Update SAM3/4 GPBR, HSMCI, PWM, RSTC, RTC, RTT, SMC, and WDT register ...Gregory Nutt2014-02-249-164/+433
* SAM4E: Update SAM3/4 SMC and SUPC register definition header filesGregory Nutt2014-02-244-44/+82
* SAM4E: Update SAM3/4 EEFC, MATRIX, and PMC register definition header filesGregory Nutt2014-02-248-119/+269
* use -m install of --mode in configure.sh for OSX compatibilityGregory Nutt2014-02-241-3/+3
* A few fixes for the per-process load average calculationGregory Nutt2014-02-235-59/+76
* CPU load calculations now available for all threads. Available in /proc/pid/...Gregory Nutt2014-02-2310-64/+331
* ARMv6-M/ARMv7-M: Correct a register handling error in signal delivery (Kernel...Gregory Nutt2014-02-236-72/+82
* Add logic to meaure and calculate the CPU load percentage. From David AlessioGregory Nutt2014-02-2212-26/+525
* SAM4E: USART/USART header files and drivers updated to support the SAM4EGregory Nutt2014-02-224-26/+43
* SAM4E: update SAM3/4 Kconfig for SAM4E peripheral selectionsGregory Nutt2014-02-221-24/+40
* For Telnetd password/username fixes from Bertikd Van den BerghGregory Nutt2014-02-221-2/+2
* Rename sam3u_pmc.h to sam_pmc.h since it handles all of the SAM3/4 chipsGregory Nutt2014-02-2210-13/+13
* SAM4E: Update PMC and SPI register definition header filesGregory Nutt2014-02-222-4/+7
* NSH telnet: Use strncpy vs strcpy to avoid overrunning username and password ...Gregory Nutt2014-02-222-2/+4
* SAM4E: Pin multiplex definition header fileGregory Nutt2014-02-214-5/+347
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-2132-31/+35
* STM3220G-EVAL: NSH configuration changed to use kconfig-frontends tools by Al...Gregory Nutt2014-02-214-768/+870
* SAM4E: Add support for PIO and peripheral clocksGregory Nutt2014-02-2111-7/+970