simple wifi test program. Will connect to an HTTP server for testing.

Fork of mbed-os-example-wifi-adv-wise-1530 by Alan Chuang

Committer:
chuanga
Date:
Fri Feb 22 13:13:10 2019 +0800
Revision:
0:3c5e2cc8251b
adding wifi example program for wise-1530 wifi module

Who changed what in which revision?

UserRevisionLine numberNew contents of line
chuanga 0:3c5e2cc8251b 1 """
chuanga 0:3c5e2cc8251b 2 mbed SDK
chuanga 0:3c5e2cc8251b 3 Copyright (c) 2016 ARM Limited
chuanga 0:3c5e2cc8251b 4
chuanga 0:3c5e2cc8251b 5 Licensed under the Apache License, Version 2.0 (the "License");
chuanga 0:3c5e2cc8251b 6 you may not use this file except in compliance with the License.
chuanga 0:3c5e2cc8251b 7 You may obtain a copy of the License at
chuanga 0:3c5e2cc8251b 8
chuanga 0:3c5e2cc8251b 9 http://www.apache.org/licenses/LICENSE-2.0
chuanga 0:3c5e2cc8251b 10
chuanga 0:3c5e2cc8251b 11 Unless required by applicable law or agreed to in writing, software
chuanga 0:3c5e2cc8251b 12 distributed under the License is distributed on an "AS IS" BASIS,
chuanga 0:3c5e2cc8251b 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
chuanga 0:3c5e2cc8251b 14 See the License for the specific language governing permissions and
chuanga 0:3c5e2cc8251b 15 limitations under the License.
chuanga 0:3c5e2cc8251b 16 """
chuanga 0:3c5e2cc8251b 17
chuanga 0:3c5e2cc8251b 18 from os.path import join, abspath, dirname
chuanga 0:3c5e2cc8251b 19
chuanga 0:3c5e2cc8251b 20 #ROOT = abspath(join(dirname(__file__), "."))
chuanga 0:3c5e2cc8251b 21
chuanga 0:3c5e2cc8251b 22 ##############################################################################
chuanga 0:3c5e2cc8251b 23 # Build System Settings
chuanga 0:3c5e2cc8251b 24 ##############################################################################
chuanga 0:3c5e2cc8251b 25 #BUILD_DIR = abspath(join(ROOT, "build"))
chuanga 0:3c5e2cc8251b 26
chuanga 0:3c5e2cc8251b 27 # ARM
chuanga 0:3c5e2cc8251b 28 #ARM_PATH = "C:/Program Files/ARM"
chuanga 0:3c5e2cc8251b 29
chuanga 0:3c5e2cc8251b 30 # GCC ARM
chuanga 0:3c5e2cc8251b 31 #GCC_ARM_PATH = ""
chuanga 0:3c5e2cc8251b 32
chuanga 0:3c5e2cc8251b 33 # IAR
chuanga 0:3c5e2cc8251b 34 #IAR_PATH = "C:/Program Files (x86)/IAR Systems/Embedded Workbench 7.0/arm"
chuanga 0:3c5e2cc8251b 35
chuanga 0:3c5e2cc8251b 36 # Goanna static analyser. Please overload it in private_settings.py
chuanga 0:3c5e2cc8251b 37 #GOANNA_PATH = "c:/Program Files (x86)/RedLizards/Goanna Central 3.2.3/bin"
chuanga 0:3c5e2cc8251b 38
chuanga 0:3c5e2cc8251b 39 #BUILD_OPTIONS = []
chuanga 0:3c5e2cc8251b 40
chuanga 0:3c5e2cc8251b 41 # mbed.org username
chuanga 0:3c5e2cc8251b 42 #MBED_ORG_USER = ""
chuanga 0:3c5e2cc8251b 43
chuanga 0:3c5e2cc8251b 44 # Print compiler warnings and errors as link format
chuanga 0:3c5e2cc8251b 45 #PRINT_COMPILER_OUTPUT_AS_LINK = False