Gregory Nutt
|
651bd9e8ad
|
Rename CONFIG_LOOP to CONFIG_DEV_LOOP
|
2015-11-25 17:11:27 -06:00 |
|
Gregory Nutt
|
e687a9f1b9
|
sim/nsh: Enable NSH data command and extended time functions
|
2015-11-25 11:53:42 -06:00 |
|
Gregory Nutt
|
6cb20d3fba
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:47:56 -06:00 |
|
Gregory Nutt
|
4c40db9586
|
Trivial changes from code review
|
2015-10-02 11:31:27 -06:00 |
|
Gregory Nutt
|
4f60d78d56
|
SAMV71-XULT: Add support for the NSH network monitor
|
2015-09-25 10:14:40 -06:00 |
|
Gregory Nutt
|
94a014085a
|
Update the simulator README.txt file
|
2015-09-24 14:53:30 -06:00 |
|
Gregory Nutt
|
264f3bea65
|
Update README file
|
2015-09-10 13:08:32 -06:00 |
|
Paul A. Patience
|
55d8aee826
|
Simplify configs/ Makefiles by combining common longic into a new board.mk Makefile fragment. For Paul A. Patience"
|
2015-09-04 16:42:34 -06:00 |
|
Paul A. Patience
|
81268bb75c
|
Add -Wundef warning flag
|
2015-09-01 13:19:57 -04:00 |
|
Gregory Nutt
|
00f8521e57
|
Refresh all nettest configuration
|
2015-08-26 14:36:17 -06:00 |
|
Gregory Nutt
|
42771a792f
|
Refresh a configureatin
|
2015-08-24 13:47:13 -06:00 |
|
Gregory Nutt
|
bc9b901e13
|
Update README
|
2015-08-18 07:24:37 -06:00 |
|
Gregory Nutt
|
85b0c705e8
|
Add support for tab-completions in the sim/nsh configuration
|
2015-07-30 12:15:03 -06:00 |
|
Gregory Nutt
|
5c483d1f44
|
Refresh configuration
|
2015-07-28 07:28:54 -06:00 |
|
Gregory Nutt
|
bcee1434b6
|
Refresh configuration
|
2015-07-14 07:56:07 -06:00 |
|
Gregory Nutt
|
f7ba1b1eeb
|
Remove all references to the dedunct CONFIG_SYSTEM_SYSINFO configuration from all defconfig files
|
2015-07-04 15:19:11 -06:00 |
|
Gregory Nutt
|
f652c770cd
|
Refresh configuration
|
2015-07-04 12:46:50 -06:00 |
|
Gregory Nutt
|
2760ca1cda
|
Enable CONFIG_BOARD_POWEROFF=y. Now you can use the NSH shutdown command to terminate the NSH session
|
2015-07-04 08:17:40 -06:00 |
|
Gregory Nutt
|
d1ab9c2e0a
|
Remove the configs/ directory
|
2015-06-29 13:12:29 -06:00 |
|
Gregory Nutt
|
7214e52fb2
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
|
Gregory Nutt
|
342f5fe33d
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
|
Gregory Nutt
|
1afba254b6
|
Extend apps/examples/unionfs so it is includes a root offset on one of the unified file sysems
|
2015-06-21 12:21:54 -06:00 |
|
Gregory Nutt
|
8d5cfcfb20
|
Extend apps/examples/unionfs so it is includes a root offset on one of the unified file sysems
|
2015-06-21 12:21:54 -06:00 |
|
Gregory Nutt
|
e7bf809c47
|
configs/sim/nsh: Need larger stack when posix_spawn
|
2015-06-18 10:59:29 -06:00 |
|
Gregory Nutt
|
d8da1d61ec
|
configs/sim/nsh: Need larger stack when posix_spawn
|
2015-06-18 10:59:29 -06:00 |
|
Gregory Nutt
|
c09cc0dd07
|
Update some README files
|
2015-06-07 10:25:03 -06:00 |
|
Gregory Nutt
|
2225b1642c
|
Update some README files
|
2015-06-07 10:25:03 -06:00 |
|
Gregory Nutt
|
f6a1963219
|
Add simulator configuration for testing the Union Fs. Fix a few bugs. Almost works but still too flaky
|
2015-06-05 15:02:24 -06:00 |
|
Gregory Nutt
|
a78224d114
|
Add simulator configuration for testing the Union Fs. Fix a few bugs. Almost works but still too flaky
|
2015-06-05 15:02:24 -06:00 |
|
Gregory Nutt
|
add36cc3de
|
Add an option to disable support for long long formats in lib_vsprintf. From Alan Carvalho de Assis
|
2015-05-30 10:00:54 -06:00 |
|
Gregory Nutt
|
fce87336a4
|
Add an option to disable support for long long formats in lib_vsprintf. From Alan Carvalho de Assis
|
2015-05-30 10:00:54 -06:00 |
|
Gregory Nutt
|
0dbf579aa8
|
Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
|
2015-05-23 17:08:35 -06:00 |
|
Gregory Nutt
|
4adda9d428
|
Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
|
2015-05-23 17:08:35 -06:00 |
|
Gregory Nutt
|
0940d0ebfa
|
configs/sim/src: Add logic to test localtime and TZ database. See apps/system/README.txt for info
|
2015-04-15 11:00:40 -06:00 |
|
Gregory Nutt
|
13bd65fe82
|
configs/sim/src: Add logic to test localtime and TZ database. See apps/system/README.txt for info
|
2015-04-15 11:00:40 -06:00 |
|
Gregory Nutt
|
fdfe38ea0d
|
rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
|
2015-03-31 13:21:25 -06:00 |
|
Gregory Nutt
|
cf95d1a995
|
rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
|
2015-03-31 13:21:25 -06:00 |
|
Gregory Nutt
|
8dc26a0dd9
|
Fix a case in mq_timedsend() where the return errno value was being overwritten
|
2015-03-10 12:05:33 -06:00 |
|
Gregory Nutt
|
caea44a624
|
Fix a case in mq_timedsend() where the return errno value was being overwritten
|
2015-03-10 12:05:33 -06:00 |
|
Gregory Nutt
|
7583c94252
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
|
Gregory Nutt
|
12d61531aa
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
|
Gregory Nutt
|
7547468e47
|
Cosmetic updates to comments
|
2015-02-12 13:44:22 -06:00 |
|
Gregory Nutt
|
63ac1ec423
|
Cosmetic updates to comments
|
2015-02-12 13:44:22 -06:00 |
|
Gregory Nutt
|
f3ed2e36ec
|
Cosmetic update to a few comments
|
2015-02-01 12:23:57 -06:00 |
|
Gregory Nutt
|
011ff49685
|
Cosmetic update to a few comments
|
2015-02-01 12:23:57 -06:00 |
|
Gregory Nutt
|
962cec440d
|
Refresh some configurations
|
2015-02-01 12:15:46 -06:00 |
|
Gregory Nutt
|
58c05f365e
|
Refresh some configurations
|
2015-02-01 12:15:46 -06:00 |
|
Gregory Nutt
|
6867a78bce
|
Fix compile issues with configs/sim/nettest
|
2015-02-01 12:00:30 -06:00 |
|
Gregory Nutt
|
6d7891c4de
|
Fix compile issues with configs/sim/nettest
|
2015-02-01 12:00:30 -06:00 |
|
Gregory Nutt
|
00a561126d
|
Unix domain: Add options to build in stream or datagram support separately
|
2015-01-31 07:58:51 -06:00 |
|
Gregory Nutt
|
0fc8d2fcc5
|
Unix domain: Add options to build in stream or datagram support separately
|
2015-01-31 07:58:51 -06:00 |
|
Gregory Nutt
|
94d18aedf4
|
apps/ustream and udgram: Change default FIFO path to /dev/fifo
|
2015-01-30 09:07:22 -06:00 |
|
Gregory Nutt
|
a5b6ddbc64
|
apps/ustream and udgram: Change default FIFO path to /dev/fifo
|
2015-01-30 09:07:22 -06:00 |
|
Gregory Nutt
|
ce67047a79
|
update configuration
|
2015-01-29 09:33:24 -06:00 |
|
Gregory Nutt
|
7a614072da
|
update configuration
|
2015-01-29 09:33:24 -06:00 |
|
Gregory Nutt
|
bfa58153ec
|
Minor fixes after initial tests with apps/examples/udgram
|
2015-01-28 15:27:54 -06:00 |
|
Gregory Nutt
|
72ac79e7a1
|
Minor fixes after initial tests with apps/examples/udgram
|
2015-01-28 15:27:54 -06:00 |
|
Gregory Nutt
|
d0e00041e6
|
Unix domain socket support is no longer EXPERIMENTAL
|
2015-01-28 13:22:53 -06:00 |
|
Gregory Nutt
|
508f8aefa6
|
Unix domain socket support is no longer EXPERIMENTAL
|
2015-01-28 13:22:53 -06:00 |
|
Gregory Nutt
|
3bc8bf4a38
|
sim/ustream: Add a configuration for testing Unix domain sockets with the simulator
|
2015-01-28 09:09:27 -06:00 |
|
Gregory Nutt
|
b4a67285f1
|
sim/ustream: Add a configuration for testing Unix domain sockets with the simulator
|
2015-01-28 09:09:27 -06:00 |
|
Gregory Nutt
|
764b5075bc
|
Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I would like to be able to select IPv4 and/or IPv6 in the future
|
2015-01-14 10:51:09 -06:00 |
|
Gregory Nutt
|
babe9cf08e
|
Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I would like to be able to select IPv4 and/or IPv6 in the future
|
2015-01-14 10:51:09 -06:00 |
|
Gregory Nutt
|
32238fa2bc
|
A previous change increased the task name size allocation by one to hold a NUL terminator. This changes reduces the configured name size by one so that no additional memory is used
|
2014-12-17 12:30:26 -06:00 |
|
Gregory Nutt
|
d286c0f32f
|
A previous change increased the task name size allocation by one to hold a NUL terminator. This changes reduces the configured name size by one so that no additional memory is used
|
2014-12-17 12:30:26 -06:00 |
|
Gregory Nutt
|
1340464103
|
Various fixes to traveler joystick input logic and to simulated joystick device
|
2014-12-14 12:23:19 -06:00 |
|
Gregory Nutt
|
df30780f37
|
Various fixes to traveler joystick input logic and to simulated joystick device
|
2014-12-14 12:23:19 -06:00 |
|
Gregory Nutt
|
68e2d80be4
|
SIM: Add an X11 mouse-based simulation of an analog joystick device
|
2014-12-14 10:19:07 -06:00 |
|
Gregory Nutt
|
6e1084116b
|
SIM: Add an X11 mouse-based simulation of an analog joystick device
|
2014-12-14 10:19:07 -06:00 |
|
Gregory Nutt
|
8c60335f94
|
Traveler: Add support for analog joystick
|
2014-12-14 08:55:18 -06:00 |
|
Gregory Nutt
|
253a4464ad
|
Traveler: Add support for analog joystick
|
2014-12-14 08:55:18 -06:00 |
|
Gregory Nutt
|
df0d5e1fbb
|
Update README
|
2014-12-09 06:21:30 -06:00 |
|
Gregory Nutt
|
c6cc9b1030
|
Update README
|
2014-12-09 06:21:30 -06:00 |
|
Gregory Nutt
|
bce4a2706d
|
Traveler: Add logic to limit the frame rate. This is kind of a silly feature -- why would you ever want to limit the frame rate? Well, you need to that on the simulated platform to make bandwidth for other things to run like the simulated timer
|
2014-12-08 13:45:17 -06:00 |
|
Gregory Nutt
|
f31c72d7af
|
Traveler: Add logic to limit the frame rate. This is kind of a silly feature -- why would you ever want to limit the frame rate? Well, you need to that on the simulated platform to make bandwidth for other things to run like the simulated timer
|
2014-12-08 13:45:17 -06:00 |
|
Gregory Nutt
|
18ab47f40c
|
Travel: Fix more initialization errors, mostly related to file path problems
|
2014-12-08 12:39:02 -06:00 |
|
Gregory Nutt
|
1e3472b487
|
Travel: Fix more initialization errors, mostly related to file path problems
|
2014-12-08 12:39:02 -06:00 |
|
Gregory Nutt
|
935ec6a07d
|
Extend the simulator to provide special initialization for the Traveler game
|
2014-12-08 10:54:58 -06:00 |
|
Gregory Nutt
|
b26923b746
|
Extend the simulator to provide special initialization for the Traveler game
|
2014-12-08 10:54:58 -06:00 |
|
Gregory Nutt
|
52385327e7
|
Traveler: Add build configuration for the simulated target
|
2014-12-08 09:33:56 -06:00 |
|
Gregory Nutt
|
847c8ba16f
|
Traveler: Add build configuration for the simulated target
|
2014-12-08 09:33:56 -06:00 |
|
Gregory Nutt
|
b39b628bcc
|
Refresh configuration
|
2014-12-08 08:29:08 -06:00 |
|
Gregory Nutt
|
6bb03ca02d
|
Refresh configuration
|
2014-12-08 08:29:08 -06:00 |
|
Gregory Nutt
|
aa3867f4f4
|
Fix compilation errors if CONFIG_DISABLE_MOUNTPOINT is selected
|
2014-12-08 07:14:31 -06:00 |
|
Gregory Nutt
|
8bd5556b47
|
Fix compilation errors if CONFIG_DISABLE_MOUNTPOINT is selected
|
2014-12-08 07:14:31 -06:00 |
|
Gregory Nutt
|
3715040386
|
Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
|
2014-11-16 10:49:33 -06:00 |
|
Gregory Nutt
|
29dc5916af
|
Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
|
2014-11-16 10:49:33 -06:00 |
|
Gregory Nutt
|
fa0512a766
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration files
|
2014-11-16 08:07:16 -06:00 |
|
Gregory Nutt
|
307d869429
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration files
|
2014-11-16 08:07:16 -06:00 |
|
Gregory Nutt
|
d25a3ec157
|
Update configuration
|
2014-11-13 08:08:50 -06:00 |
|
Gregory Nutt
|
250e474951
|
Update configuration
|
2014-11-13 08:08:50 -06:00 |
|
Gregory Nutt
|
f31dca368b
|
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
|
2014-11-12 18:02:19 -06:00 |
|
Gregory Nutt
|
fcffafee30
|
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
|
2014-11-12 18:02:19 -06:00 |
|
Gregory Nutt
|
1381705258
|
Update README files
|
2014-11-11 09:36:33 -06:00 |
|
Gregory Nutt
|
333824c32b
|
Update README files
|
2014-11-11 09:36:33 -06:00 |
|
Gregory Nutt
|
b6a6fa7d37
|
Disable BINFS in the sim/bas config
|
2014-11-01 17:44:55 -06:00 |
|
Gregory Nutt
|
b694658b17
|
Disable BINFS in the sim/bas config
|
2014-11-01 17:44:55 -06:00 |
|
Gregory Nutt
|
e27d0bb3dc
|
Remove duplicate getopt() in BAS
|
2014-11-01 17:16:15 -06:00 |
|
Gregory Nutt
|
8bf7478e2c
|
Remove duplicate getopt() in BAS
|
2014-11-01 17:16:15 -06:00 |
|
Gregory Nutt
|
bf5d46e746
|
New version of configs/bas: Runs BAS as an NSH builtin
|
2014-11-01 16:23:51 -06:00 |
|
Gregory Nutt
|
10d08cf4ab
|
New version of configs/bas: Runs BAS as an NSH builtin
|
2014-11-01 16:23:51 -06:00 |
|
Gregory Nutt
|
c19f430632
|
Back out configs/sim/bas
|
2014-11-01 15:52:08 -06:00 |
|
Gregory Nutt
|
48a8815134
|
Back out configs/sim/bas
|
2014-11-01 15:52:08 -06:00 |
|
Gregory Nutt
|
e4007b7147
|
Add configs/sim/bas
|
2014-11-01 15:26:41 -06:00 |
|
Gregory Nutt
|
8a7f49b98e
|
Add configs/sim/bas
|
2014-11-01 15:26:41 -06:00 |
|
Gregory Nutt
|
ca57ef9fac
|
Change naming of HP work queue configuration varaibles to be symmetric with LP work queue naming
|
2014-10-11 17:03:44 -06:00 |
|
Gregory Nutt
|
c9d7472d68
|
Change naming of HP work queue configuration varaibles to be symmetric with LP work queue naming
|
2014-10-11 17:03:44 -06:00 |
|
Gregory Nutt
|
36149a46b4
|
Update a README; Refresh a configuratino
|
2014-10-11 12:01:33 -06:00 |
|
Gregory Nutt
|
111270389d
|
Update a README; Refresh a configuratino
|
2014-10-11 12:01:33 -06:00 |
|
Gregory Nutt
|
857d0b8e76
|
Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask()
|
2014-10-09 06:09:03 -06:00 |
|
Gregory Nutt
|
4efb064169
|
Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask()
|
2014-10-09 06:09:03 -06:00 |
|
Gregory Nutt
|
5507210dac
|
Refresh sim/ostest configuration
|
2014-10-05 13:28:05 -06:00 |
|
Gregory Nutt
|
a86d459eb6
|
Refresh sim/ostest configuration
|
2014-10-05 13:28:05 -06:00 |
|
Gregory Nutt
|
0e57b60cd1
|
Update README
|
2014-10-03 09:56:05 -06:00 |
|
Gregory Nutt
|
7df821b7b9
|
Update README
|
2014-10-03 09:56:05 -06:00 |
|
Gregory Nutt
|
6030232354
|
configs/sim/nsh/defconfig -- refresh, enable wall-time, dow builds natively in 64-bit mode
|
2014-10-03 08:44:42 -06:00 |
|
Gregory Nutt
|
ec2193f506
|
configs/sim/nsh/defconfig -- refresh, enable wall-time, dow builds natively in 64-bit mode
|
2014-10-03 08:44:42 -06:00 |
|
Gregory Nutt
|
403d7f380b
|
Update the TODO list and a README
|
2014-09-30 14:48:31 -06:00 |
|
Gregory Nutt
|
3f0e65a32d
|
Update the TODO list and a README
|
2014-09-30 14:48:31 -06:00 |
|
Gregory Nutt
|
5cd7f93173
|
Refresh configuration
|
2014-09-26 07:03:25 -06:00 |
|
Gregory Nutt
|
7455b4be53
|
Refresh configuration
|
2014-09-26 07:03:25 -06:00 |
|
Gregory Nutt
|
0256026199
|
Update README
|
2014-09-26 05:49:05 -06:00 |
|
Gregory Nutt
|
3901597746
|
Update README
|
2014-09-26 05:49:05 -06:00 |
|
Gregory Nutt
|
f3d3cafc46
|
Fixes for compile of rwbuffer.c
|
2014-09-25 11:02:30 -06:00 |
|
Gregory Nutt
|
a5bc26db4a
|
Fixes for compile of rwbuffer.c
|
2014-09-25 11:02:30 -06:00 |
|
Gregory Nutt
|
d746eee6d7
|
Refresh sim/mtdpart configuration
|
2014-09-25 09:57:11 -06:00 |
|
Gregory Nutt
|
e583246638
|
Refresh sim/mtdpart configuration
|
2014-09-25 09:57:11 -06:00 |
|
Gregory Nutt
|
0d4e873f9b
|
Change all occurrences of NxConsole to NxTerm
|
2014-09-20 15:01:50 -06:00 |
|
Gregory Nutt
|
fefc4f624b
|
Change all occurrences of NxConsole to NxTerm
|
2014-09-20 15:01:50 -06:00 |
|
Gregory Nutt
|
4aa785a503
|
Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
|
2014-09-20 14:25:51 -06:00 |
|
Gregory Nutt
|
3d050101eb
|
Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
|
2014-09-20 14:25:51 -06:00 |
|
Gregory Nutt
|
1a1ed4a112
|
Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*
|
2014-09-20 14:18:08 -06:00 |
|
Gregory Nutt
|
0b67b111ae
|
Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*
|
2014-09-20 14:18:08 -06:00 |
|
Gregory Nutt
|
cb92a62dba
|
Having a symbol table is an option. There are no symbol tables with CONFIG_BUILD_KERNEL, for example.
|
2014-09-12 12:48:22 -06:00 |
|
Gregory Nutt
|
8f30804e05
|
Having a symbol table is an option. There are no symbol tables with CONFIG_BUILD_KERNEL, for example.
|
2014-09-12 12:48:22 -06:00 |
|
Gregory Nutt
|
e09923cd8e
|
Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVE
|
2014-09-03 06:55:06 -06:00 |
|
Gregory Nutt
|
9ee4b9e2b1
|
Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVE
|
2014-09-03 06:55:06 -06:00 |
|
Gregory Nutt
|
3dd8c08714
|
Remove final traces of the 8015 from the NuttX source tree
|
2014-09-01 13:21:15 -06:00 |
|
Gregory Nutt
|
23147c40a5
|
Remove final traces of the 8015 from the NuttX source tree
|
2014-09-01 13:21:15 -06:00 |
|
Gregory Nutt
|
f15246ec6c
|
Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supported
|
2014-08-31 10:54:55 -06:00 |
|
Gregory Nutt
|
3c1a70c9dc
|
Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supported
|
2014-08-31 10:54:55 -06:00 |
|
Gregory Nutt
|
8aab009460
|
Add a tool to make refreshing configurations easier when you wnat to do a lot of them
|
2014-08-29 17:21:24 -06:00 |
|
Gregory Nutt
|
b918b4b808
|
Add a tool to make refreshing configurations easier when you wnat to do a lot of them
|
2014-08-29 17:21:24 -06:00 |
|
Gregory Nutt
|
0dd018d3a8
|
Add build support for ELF modules. Useless at the moment because there is no x86 relocation logic
|
2014-08-25 06:09:09 -06:00 |
|
Gregory Nutt
|
7e9f569ac6
|
Add build support for ELF modules. Useless at the moment because there is no x86 relocation logic
|
2014-08-25 06:09:09 -06:00 |
|
Gregory Nutt
|
1161e96319
|
Update some sim/ defconfig files. This now automatically switches them to x86_64 builds
|
2014-08-25 06:08:17 -06:00 |
|
Gregory Nutt
|
285e1cd7be
|
Update some sim/ defconfig files. This now automatically switches them to x86_64 builds
|
2014-08-25 06:08:17 -06:00 |
|
Gregory Nutt
|
1b2a96c965
|
Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support
|
2014-08-24 06:42:11 -06:00 |
|
Gregory Nutt
|
1624e2fbcf
|
Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support
|
2014-08-24 06:42:11 -06:00 |
|
Gregory Nutt
|
6918c1a0f8
|
Fix a computation error in the fix for the last computational error
|
2014-08-11 12:07:49 -06:00 |
|
Gregory Nutt
|
56196ecea1
|
Fix a computation error in the fix for the last computational error
|
2014-08-11 12:07:49 -06:00 |
|
Gregory Nutt
|
49deb059d4
|
Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
|
2014-08-07 13:42:47 -06:00 |
|
Gregory Nutt
|
0aa7209765
|
Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
|
2014-08-07 13:42:47 -06:00 |
|
Gregory Nutt
|
7edc6a5666
|
Remove CONFIG_DISABLE_CLOCK
|
2014-08-07 12:35:24 -06:00 |
|
Gregory Nutt
|
caba61999a
|
Remove CONFIG_DISABLE_CLOCK
|
2014-08-07 12:35:24 -06:00 |
|
Gregory Nutt
|
09f846a56d
|
Make sure that all sim configurations have CONFIG_SIM_M32 undefined. That is probably the wrong default setting, but we need to be consistent above all
|
2014-07-21 18:44:19 -06:00 |
|
Gregory Nutt
|
2ede6c43a7
|
Make sure that all sim configurations have CONFIG_SIM_M32 undefined. That is probably the wrong default setting, but we need to be consistent above all
|
2014-07-21 18:44:19 -06:00 |
|
Gregory Nutt
|
2491fe4ac0
|
sim/nettest, updated defconfig file
|
2014-07-21 18:41:34 -06:00 |
|
Gregory Nutt
|
f3763c9501
|
sim/nettest, updated defconfig file
|
2014-07-21 18:41:34 -06:00 |
|
Gregory Nutt
|
bb6ba5198b
|
Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN
|
2014-07-16 16:31:31 -06:00 |
|
Gregory Nutt
|
8182037783
|
Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN
|
2014-07-16 16:31:31 -06:00 |
|
Gregory Nutt
|
cbe4d3573d
|
Rename apps/examples/uip to apps/examples/webserver
|
2014-07-03 17:31:17 -06:00 |
|
Gregory Nutt
|
44988c6ca6
|
Rename apps/examples/uip to apps/examples/webserver
|
2014-07-03 17:31:17 -06:00 |
|
Gregory Nutt
|
285f66a2c1
|
NET: Rename uiplib/UIPLIB to netlib/NETLIB
|
2014-07-02 16:04:25 -06:00 |
|
Gregory Nutt
|
0eb1666cb0
|
NET: Rename uiplib/UIPLIB to netlib/NETLIB
|
2014-07-02 16:04:25 -06:00 |
|
Gregory Nutt
|
bbcdf15eea
|
TCP Read-Ahead: Convert to use I/O buffer chains
|
2014-06-24 15:38:00 -06:00 |
|
Gregory Nutt
|
fabcb6d37e
|
TCP Read-Ahead: Convert to use I/O buffer chains
|
2014-06-24 15:38:00 -06:00 |
|
Gregory Nutt
|
d287c30bdf
|
Make sure apps/examples/pashello still builds; update comments; refresh configurations
|
2014-05-09 10:33:23 -06:00 |
|
Gregory Nutt
|
415500c6d9
|
Make sure apps/examples/pashello still builds; update comments; refresh configurations
|
2014-05-09 10:33:23 -06:00 |
|
Gregory Nutt
|
dc80d84264
|
Create P-Code execution helper in apps/interpreters/prun; The P-Code binary format is functional except that there are still some modularity and kernel build issues that need to be addressed.
|
2014-05-09 08:52:11 -06:00 |
|
Gregory Nutt
|
ed2e4a15dc
|
Create P-Code execution helper in apps/interpreters/prun; The P-Code binary format is functional except that there are still some modularity and kernel build issues that need to be addressed.
|
2014-05-09 08:52:11 -06:00 |
|
Gregory Nutt
|
7685acc934
|
BINFMT: A framework to support a P-code binary format (a work in progress)
|
2014-05-07 13:47:52 -06:00 |
|
Gregory Nutt
|
b6f264488a
|
BINFMT: A framework to support a P-code binary format (a work in progress)
|
2014-05-07 13:47:52 -06:00 |
|
Gregory Nutt
|
2dbaed4779
|
The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
|
2014-05-05 08:52:02 -06:00 |
|
Gregory Nutt
|
f924601fc1
|
The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
|
2014-05-05 08:52:02 -06:00 |
|
Gregory Nutt
|
ec6a588735
|
examples/touchscreen: Add a configuration option to indicate that there is or is not an architecture-specific initialization function
|
2014-04-14 12:26:49 -06:00 |
|
Gregory Nutt
|
48cdbfe5ba
|
examples/touchscreen: Add a configuration option to indicate that there is or is not an architecture-specific initialization function
|
2014-04-14 12:26:49 -06:00 |
|
Gregory Nutt
|
ab5b37189b
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
|
Gregory Nutt
|
f8024cf409
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
|
Gregory Nutt
|
b0c49a71a0
|
Refresh configuration files
|
2014-03-06 17:16:46 -06:00 |
|
Gregory Nutt
|
eb132f256c
|
Refresh configuration files
|
2014-03-06 17:16:46 -06:00 |
|
Gregory Nutt
|
7050b91155
|
Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig file
|
2014-03-06 12:23:26 -06:00 |
|
Gregory Nutt
|
596bdc73df
|
Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig file
|
2014-03-06 12:23:26 -06:00 |
|
Gregory Nutt
|
a244e66680
|
configs/sim/nx11: Configuration converted to use the kconfig-frontends tools
|
2014-03-04 15:56:13 -06:00 |
|
Gregory Nutt
|
4f3b8d7ec0
|
configs/sim/nx11: Configuration converted to use the kconfig-frontends tools
|
2014-03-04 15:56:13 -06:00 |
|
Gregory Nutt
|
14ae596dba
|
configs/sim/pashello: Configuration converted to use the kconfig-frontends tool
|
2014-03-04 15:14:11 -06:00 |
|
Gregory Nutt
|
a32458a237
|
configs/sim/pashello: Configuration converted to use the kconfig-frontends tool
|
2014-03-04 15:14:11 -06:00 |
|
Gregory Nutt
|
728b10aca5
|
configs/sim/touchscreen: Configuration converted to use the kconfig-frontends tools
|
2014-03-04 15:08:30 -06:00 |
|
Gregory Nutt
|
60978fd4c5
|
configs/sim/touchscreen: Configuration converted to use the kconfig-frontends tools
|
2014-03-04 15:08:30 -06:00 |
|
Gregory Nutt
|
f0820e75f6
|
configs/sim/nettest: Configuration converted to use the kconfig-frontends tools
|
2014-03-03 12:44:37 -06:00 |
|
Gregory Nutt
|
cdd6883fe8
|
configs/sim/nettest: Configuration converted to use the kconfig-frontends tools
|
2014-03-03 12:44:37 -06:00 |
|
Gregory Nutt
|
e501f12613
|
configs/sim/nx: Configuration converted to use the kconfig-frontends tools
|
2014-03-02 13:02:01 -06:00 |
|
Gregory Nutt
|
ea1cf69e9c
|
configs/sim/nx: Configuration converted to use the kconfig-frontends tools
|
2014-03-02 13:02:01 -06:00 |
|
Gregory Nutt
|
5101e661bf
|
configs/sim/nsh2 converted to use the kconfig-frontends tools
|
2014-03-01 12:32:03 -06:00 |
|
Gregory Nutt
|
544e7e5508
|
configs/sim/nsh2 converted to use the kconfig-frontends tools
|
2014-03-01 12:32:03 -06:00 |
|
Gregory Nutt
|
22001e3c1f
|
Add logic to meaure and calculate the CPU load percentage. From David Alessio
|
2014-02-22 15:20:12 -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
|
f1ae3f4c76
|
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
|
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
|
a739284f21
|
Enable new NSH features by default in the sim/nsh configuration
|
2014-01-11 14:28:10 -06:00 |
|