Gregory Nutt
|
8dabda56a6
|
configs/vsn/nsh converted to use the kconfig-frontends tools
|
2014-03-01 10:10:55 -06:00 |
|
Gregory Nutt
|
889a6c138e
|
configs/nucleus2g/nsh converted to use the kconfig-frontends tools
|
2014-03-01 09:55:39 -06:00 |
|
Gregory Nutt
|
12adde1e80
|
configs/lpcxpresso-lpc1768/nsh converted to use the kconfig-frontends tools
|
2014-03-01 09:41:42 -06:00 |
|
Gregory Nutt
|
fa1c13925a
|
configs/lincoln60/nsh converted to use the kconfig-frontends tools
|
2014-03-01 09:23:51 -06:00 |
|
Gregory Nutt
|
56eeb9d887
|
configs/stm3210e-eval/nshi2 converted to use the kconfig-frontends tools
|
2014-03-01 08:40:56 -06:00 |
|
Gregory Nutt
|
ecd84b584f
|
configs/stm32i10e-eval/nsh converted to use the kconfig-frontends tools
|
2014-03-01 08:18:22 -06:00 |
|
Gregory Nutt
|
35992ecb37
|
configs/stm3220g-eval/nsh2 converted to use the kconfig-frontends tools
|
2014-03-01 08:03:45 -06:00 |
|
Gregory Nutt
|
7d05ba1f33
|
configs/stm3240g-eval/nsh2 converted to use the kconfig-frontends tools
|
2014-03-01 07:44:55 -06:00 |
|
Gregory Nutt
|
cbcabe3314
|
Removed almost all ostest configurations
|
2014-02-28 19:19:11 -06:00 |
|
Gregory Nutt
|
717a2bc703
|
Remove some OS test configurations. These don't have much value after the initial bring-up (and are certainly not worth converting to kconfig-frontends tools).
|
2014-02-28 16:34:02 -06:00 |
|
Gregory Nutt
|
b634eea4b9
|
configs/stm3240g-eval/nsh: Configuration converted to use the kconfig-frontends tools
|
2014-02-28 16:28:28 -06:00 |
|
Gregory Nutt
|
025233d97e
|
Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if they are reconfigured, they will pick up the most conservative options for all new settings
|
2014-02-28 14:32:44 -06:00 |
|
Gregory Nutt
|
38e581bb90
|
cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y
|
2014-02-28 10:03:03 -06:00 |
|
Gregory Nutt
|
47ca6ef4d4
|
configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
|
2014-02-28 07:45:51 -06:00 |
|
Gregory Nutt
|
7f739b0411
|
Support an asynchronous, 'external' clock to get better CPU load measurements
|
2014-02-27 14:13:53 -06:00 |
|
Gregory Nutt
|
b348464779
|
procfs: Remove newline from the end of the cpuload and loadavg outputs so that the returned percentages can be printed on the same line as other data.
|
2014-02-27 11:18:28 -06:00 |
|
Gregory Nutt
|
cb0d49047a
|
Fix how CPU load counts are adjusted so that the total always adds up to 100%
|
2014-02-27 11:16:15 -06:00 |
|
Gregory Nutt
|
7138e18efe
|
Fixing bad idempotence definition in C++ header files
|
2014-02-27 10:49:27 -06:00 |
|
Gregory Nutt
|
8e8c2cd5ec
|
SAM4E: Completes all SAM4E register definition header files. Also a SAMA5D3 ADc register definition fix
|
2014-02-26 17:00:22 -06:00 |
|
Gregory Nutt
|
f78cc7d88d
|
networking: Fix one place where the reference count was not being zeroed. This is really a cosmetic fix UNLESS CONFIG_DEBUG_NET is enabled, then it causes assertions
|
2014-02-25 16:41:11 -06:00 |
|
Gregory Nutt
|
0610be935d
|
prtdiff_t: Defined in both stddef and sys/types
|
2014-02-25 12:40:49 -06:00 |
|
Gregory Nutt
|
cf4a362ab5
|
CPU load calculations now available for all threads. Available in /proc/pid/loadavg
|
2014-02-23 10:55:01 -06:00 |
|
Gregory Nutt
|
59769d44f1
|
Add logic to meaure and calculate the CPU load percentage. From David Alessio
|
2014-02-22 15:20:12 -06:00 |
|
Gregory Nutt
|
a3acfc785f
|
SAM4E: Pin multiplex definition header file
|
2014-02-21 18:10:53 -06:00 |
|
Gregory Nutt
|
bcaab16d1f
|
Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't know where the apps/ dir will be be until install time
|
2014-02-21 15:35:53 -06:00 |
|
Gregory Nutt
|
8bcf00159d
|
STM3220G-EVAL: NSH configuration changed to use kconfig-frontends tools by Alan Carvalho de Assis
|
2014-02-21 15:06:36 -06:00 |
|
Gregory Nutt
|
4b824e8d5f
|
SAM4E: Add support for PIO and peripheral clocks
|
2014-02-21 12:34:04 -06:00 |
|
Gregory Nutt
|
74b4b1f054
|
SAM4E: Add memory map header file
|
2014-02-21 09:33:16 -06:00 |
|
Gregory Nutt
|
0a6942e068
|
SAM4E: Add vector definition header files
|
2014-02-21 08:46:16 -06:00 |
|
Gregory Nutt
|
d092f888fb
|
Add CONFIG_DEFAULT_SMALL that will select default values for configuration settings based upon either more features or smaller footprint. Turns out not be be useful for modifying existing defconfig files because the defaults do not apply in that case
|
2014-02-20 18:49:45 -06:00 |
|
Gregory Nutt
|
bebb5d8c4d
|
unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
|
2014-02-20 18:14:02 -06:00 |
|
Gregory Nutt
|
792ef5692d
|
Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools by Alan Carvalho de Assis
|
2014-02-20 15:34:59 -06:00 |
|
Gregory Nutt
|
8f469d70ed
|
SAMD20: Changes for clean build of SPI driver and SAMD20 Xplained Pro board with the I/O1 module installed
|
2014-02-20 11:27:59 -06:00 |
|
Gregory Nutt
|
8bbf4f3ec8
|
SAMD20: SPI driver is code-complete, but untested
|
2014-02-20 09:59:54 -06:00 |
|
Gregory Nutt
|
951f4ff4a3
|
LM3/4: Several errors were unmasked with UARTs > UART2 were enabled. Fromo Gosha
|
2014-02-19 17:02:30 -06:00 |
|
Gregory Nutt
|
ff899bf0e3
|
SAMD20: Add a framework for an SPI driver
|
2014-02-19 16:52:12 -06:00 |
|
Gregory Nutt
|
916308efc1
|
SAMD20: Move some common SERCOM logic to a separate file where it can be shared
|
2014-02-19 14:47:04 -06:00 |
|
Gregory Nutt
|
c55ac71603
|
Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem
|
2014-02-19 13:14:39 -06:00 |
|
Gregory Nutt
|
077b211456
|
Bug fix for the MIO283QT-9A driver from Toby Duckwork
|
2014-02-19 10:57:32 -06:00 |
|
Gregory Nutt
|
834ee93cae
|
mkdir can now be used to create empty directories in the pseudo-filesystem.
|
2014-02-19 10:30:50 -06:00 |
|
Gregory Nutt
|
5bae65fa6c
|
rmdir now may be used to remove empty nodes from the pseudo-filesystem
|
2014-02-19 10:01:26 -06:00 |
|
Gregory Nutt
|
66a0cfe88f
|
FS: directory operations will now work on empty directory nodes in the pseudo-filesystem
|
2014-02-19 09:21:38 -06:00 |
|
Gregory Nutt
|
f68d96a0a5
|
All mbed configurations have been converted to used the kconfig-frontends tools (unverifeid)
|
2014-02-18 16:50:09 -06:00 |
|
Gregory Nutt
|
b165efca23
|
stm3240g-eval/webserver configuration converted to use the kconfig-frontends tools by Alan Carvalho de Assis
|
2014-02-18 14:36:32 -06:00 |
|
Gregory Nutt
|
6092b5813a
|
Numerous updates to the CC3000 driver from David Sidrane
|
2014-02-18 14:16:51 -06:00 |
|
Gregory Nutt
|
705fc64e95
|
STM32F429 Discovery: All src/ files renamed to make consistent with current naming conventions
|
2014-02-18 12:24:21 -06:00 |
|
Gregory Nutt
|
06e7e5dfa1
|
More STM32F429 Discovery FPU-related changes from David Alessio
|
2014-02-18 12:07:17 -06:00 |
|
Gregory Nutt
|
3be307bc25
|
sched/task_terminate always return an error because return value was not being set correctory. From Gosha
|
2014-02-18 11:50:32 -06:00 |
|
Gregory Nutt
|
b3f4814e9f
|
SAMD20: The basic port is complete but still untested
|
2014-02-16 11:34:32 -06:00 |
|
Gregory Nutt
|
d0782933b7
|
Back out part of write buffering change. David G reports that this causes problems connecting to a server
|
2014-02-15 08:07:43 -06:00 |
|