Sebastien Lorquet
|
0d00a82c88
|
support the use of null to signal absence of address
|
2015-08-12 22:26:57 +02:00 |
|
Sebastien Lorquet
|
a371f09d85
|
Merge branch 'master' of https://bitbucket.com/slorquet/apps into ieee
|
2015-08-11 09:47:56 +02:00 |
|
Anton D. Kachalov
|
b43c5a6b1e
|
THTTPD: Depends on !DISABLE_POLL
webserver: Allow to build webserver as an application
Signed-off-by: Anton D. Kachalov mouse@yandex-team.ru
|
2015-08-10 14:44:11 -06:00 |
|
Sebastien Lorquet
|
7a769509f0
|
move cca routines to common lib
improve beacons scan display
|
2015-08-10 17:25:31 +02:00 |
|
Sebastien Lorquet
|
1653cb6285
|
add cca declares to common header
|
2015-08-10 17:25:08 +02:00 |
|
Sebastien Lorquet
|
329c680d60
|
debug response beacon
set mrf mode to pan coordinator
|
2015-08-10 17:24:22 +02:00 |
|
Sebastien Lorquet
|
0ed2a4491f
|
forgot makefile in previous commit
|
2015-08-10 17:22:19 +02:00 |
|
Sebastien Lorquet
|
90d31d2666
|
fix bug that prevented correct address parsing
|
2015-08-10 17:21:47 +02:00 |
|
Sebastien Lorquet
|
c57fd24078
|
add cca support in common lib
|
2015-08-10 17:21:20 +02:00 |
|
Sebastien Lorquet
|
dee320949d
|
coord is now sending replies to beacon requests
|
2015-08-10 14:37:30 +02:00 |
|
Sebastien Lorquet
|
2b4fa91f37
|
only sniff uses promisc mode, beacon scan does not.
|
2015-08-10 14:37:01 +02:00 |
|
Sebastien Lorquet
|
a867dfb3bb
|
add forgotten makefile in previous commit
|
2015-08-10 14:35:38 +02:00 |
|
Sebastien Lorquet
|
b533d4b12d
|
fix setsaddr
|
2015-08-10 14:35:13 +02:00 |
|
Sebastien Lorquet
|
d80fd440b6
|
add support for dev mode change and address encoding
|
2015-08-10 14:34:35 +02:00 |
|
Sebastien Lorquet
|
51c4ec5d22
|
move address parsing to a lib routine.
|
2015-08-10 11:28:12 +02:00 |
|
Sebastien Lorquet
|
6fa4bd6a95
|
avoid useless chan changes
|
2015-08-10 11:05:23 +02:00 |
|
Sebastien Lorquet
|
d15e000b36
|
install basic coordinator daemon task
|
2015-08-09 23:43:05 +02:00 |
|
Gregory Nutt
|
7c13bac893
|
Replace some C99 style C with NuttX standard C89 style
|
2015-08-09 09:58:59 -06:00 |
|
Gregory Nutt
|
d63ce7f5bb
|
readline(): A a configuration option to enable/disable command line history; Additional cosmetic changes from code review
|
2015-08-09 08:15:23 -06:00 |
|
Gregory Nutt
|
b0e6db9b2e
|
Merged in nghiaho12/apps/command_history (pull request #3)
Added command history using up/down arrow keys.
|
2015-08-09 07:38:40 -06:00 |
|
Nghia Ho
|
c28f521a5e
|
Added command history using up/down arrow keys.
|
2015-08-08 20:54:42 -07:00 |
|
Sebastien Lorquet
|
49913fa0be
|
demux mac commands
|
2015-08-07 17:40:04 +02:00 |
|
Sebastien Lorquet
|
db1e125122
|
add common ieee library for all apps. working on coordinator.
|
2015-08-07 16:58:45 +02:00 |
|
Sebastien Lorquet
|
b9ae8069b7
|
improve packet sniffer display
|
2015-08-07 12:26:06 +02:00 |
|
Sebastien Lorquet
|
853e9892b8
|
fix app for latest driver.
|
2015-08-07 01:41:22 +02:00 |
|
Sebastien Lorquet
|
0a506f8601
|
energy detection scan now works in real time.
|
2015-08-04 18:08:58 +02:00 |
|
Sebastien Lorquet
|
45864732c5
|
update i8 sak to reflect new driver structure
|
2015-08-04 16:40:56 +02:00 |
|
Sebastien Lorquet
|
5ca0bc0a5c
|
add ieee apps
|
2015-08-04 01:31:07 +02:00 |
|
Gregory Nutt
|
09add96e22
|
Change the name of the local variable sigset to set to prevent name collisions with the function of the same name
|
2015-07-31 13:31:44 -06:00 |
|
Gregory Nutt
|
d699f5766d
|
Fixes to system/readline/Kconfig
|
2015-07-30 12:58:03 -06:00 |
|
Gregory Nutt
|
5aa53ea2db
|
Readline: Fix a configuration dependency. If we are not echoing to the console, then we cannot support tab completion
|
2015-07-30 12:53:04 -06:00 |
|
Gregory Nutt
|
169c3c77f1
|
Fix some bad conditional compilation and update some comments
|
2015-07-30 12:40:39 -06:00 |
|
Gregory Nutt
|
820c5c42dd
|
readline/NSH: Extend the tab-completion logic so that NSH commands can also be completed by pressing the tab key
|
2015-07-30 12:11:58 -06:00 |
|
Gregory Nutt
|
0c85a9f4b3
|
Eliminates a warning about unused variable
|
2015-07-29 19:57:31 -06:00 |
|
Gregory Nutt
|
14eb3f6cdc
|
OS test: Minor improvements to the sporadic scheduler test
|
2015-07-28 14:27:48 -06:00 |
|
Gregory Nutt
|
f1b4b4d47a
|
Fix a few mistakes I made on the last commit
|
2015-07-28 07:30:05 -06:00 |
|
Gregory Nutt
|
766886310d
|
readline: Update initial readline commit -- make option configurable. Add an interface to de-couple the readline implementation from NSH. Misc. updates for coding style
|
2015-07-28 07:17:50 -06:00 |
|
Gregory Nutt
|
264b84860d
|
Merged in nghiaho12/apps (pull request #2)
Unix style TAB compleition, for builtin apps only
|
2015-07-28 06:45:58 -06:00 |
|
Nghia Ho
|
bc1c74387f
|
Unix style TAB compleition, for builtin apps only
|
2015-07-27 22:47:24 -07:00 |
|
Gregory Nutt
|
ae2e61c764
|
OS test: improve the sporadic scheduler test by waiting for a bit in the 'nuisance' thread
|
2015-07-27 15:52:27 -06:00 |
|
Gregory Nutt
|
c27364570f
|
OS test, sporadic scheduler test: If more timers are available, use them
|
2015-07-27 08:10:59 -06:00 |
|
Gregory Nutt
|
70f1ee9dcd
|
OS test: Sporadic test now emits a message if the max_repl configuration is too small for the test to work reliably
|
2015-07-26 15:34:33 -06:00 |
|
Gregory Nutt
|
46c3158b85
|
OS test: Cosmetic changes to printf output in sporadic scheduler test
|
2015-07-26 10:52:47 -06:00 |
|
Gregory Nutt
|
b0fa962e42
|
OS test: Sporadic test was passing an illegal value for max_repl
|
2015-07-25 12:47:24 -06:00 |
|
Gregory Nutt
|
51b645eb34
|
OS test: add some locking and unlocking of the scheduler to the sporadic scheduler test in order to test a few more cases
|
2015-07-25 12:29:22 -06:00 |
|
Gregory Nutt
|
e15a186530
|
OS test: Some extensions to the sporadic scheduler test
|
2015-07-24 18:16:10 -06:00 |
|
Gregory Nutt
|
bc4a0ec95f
|
OS test: Make the sporadic test output more readable
|
2015-07-24 14:13:01 -06:00 |
|
Gregory Nutt
|
2d46cae060
|
Add a test for the sporadic scheduler
|
2015-07-24 13:50:31 -06:00 |
|
Gregory Nutt
|
e5ebfe35f6
|
OS test: improve synchronization for starting the round robin test
|
2015-07-24 13:04:40 -06:00 |
|
Gregory Nutt
|
388217c1a0
|
Trivial, costmetic change
|
2015-07-24 10:19:29 -06:00 |
|