apps: add artikwifi application
authorIvan <ivan.galkin@samsung.com>
Sun, 26 Mar 2017 09:13:34 +0000 (18:13 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Mon, 17 Apr 2017 10:56:44 +0000 (19:56 +0900)
commit81e79e74682bf4ba356b629d78d06305b43a7b26
tree2b8e2df5b10809c2324946f56706d86d6c46b3f5
parent2e90b5dcba78314346dcdd12a20fc43583f3c3f5
apps: add artikwifi application

Application 'artikwifi' is added.

Change-Id: I6c82a39065ccae37ac6ef7dd1591fae5b7b0a8cd
Signed-off-by: Ivan <ivan.galkin@samsung.com>
Signed-off-by: Siwon Kang <sw0809.kang@samsung.com>
[Shin: split the original commit into two separated commits]
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
[Kim: fix coding style]
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
13 files changed:
apps/examples/Kconfig
apps/examples/artik_demo/artik_demo.c
apps/examples/slsiwifi/Kconfig [new file with mode: 0755]
apps/examples/slsiwifi/Makefile [new file with mode: 0755]
apps/examples/slsiwifi/nettest_functions.c [new file with mode: 0644]
apps/examples/slsiwifi/nettest_functions.h [new file with mode: 0644]
apps/examples/slsiwifi/output_functions.c [new file with mode: 0755]
apps/examples/slsiwifi/output_functions.h [new file with mode: 0644]
apps/examples/slsiwifi/slsiwifi_main.c [new file with mode: 0644]
apps/examples/slsiwifi/slsiwifi_main.h [new file with mode: 0644]
apps/include/netutils/wifi/slsi_wifi_api.h [new file with mode: 0644]
apps/include/netutils/wifi/slsi_wifi_nvmap.h [new file with mode: 0644]
apps/include/netutils/wifi/slsi_wifi_utils.h [new file with mode: 0644]