23 Commits (b639ce27c748703ca3cd2a353fd7cf44e325e57e)

Author SHA1 Message Date
Aex Aey af554b4ba2 esp8266/modnetwork: Make WLAN.ifconfig() read/write. 9 years ago
Paul Sokolovsky 4fa1731b6e esp8266/modnetwork: .config(): Add "hidden ESSID" param. 9 years ago
Paul Sokolovsky 46f0641fba esp8266/modnetwork: .config(): Add "channel" param. 9 years ago
Paul Sokolovsky 54b89665fc esp8266/modnetwork: .config(): Add "password" param (W/O). 9 years ago
Paul Sokolovsky 7acc252e93 esp8266/modnetwork: .config(): Add "authmode" param. 9 years ago
Paul Sokolovsky 6f3fc9bfa1 esp8266/modnetwork: .config(): Check interface whose config is requested. 9 years ago
Paul Sokolovsky 2c8356c482 esp8266/modnetwork: require_if(): Report the actual interface required. 9 years ago
Paul Sokolovsky 5531437941 esp8266: Move PHY mode constants from modesp to modnetwork. 9 years ago
Damien George 9475cc59e6 esp8266: Support synchronous wifi scanning. 9 years ago
Paul Sokolovsky 5239a8a82b esp8266/modnetwork: Add symbolic names for network interfaces: STA_IF & AP_IF. 9 years ago
Paul Sokolovsky a49c16069c esp8266/modnetwork: Introduce interface .config() method. 9 years ago
Paul Sokolovsky d5a12a6608 esp8266/modnetwork: Move config defines to the top. 9 years ago
Paul Sokolovsky 1c43a0fbf8 esp8266/modnetwork: Add per-interface .active() method. 9 years ago
Paul Sokolovsky 7378c50b2f esp8266: Move wifi_mode() and phy_mode() to network module. 9 years ago
Paul Sokolovsky 9e8396accb esp8266/modnetwork: Allow to configure STA and AP interfaces separately. 9 years ago
Damien George 02ea74d8f5 esp8266: Add network.ifconfig(). 9 years ago
Paul Sokolovsky fce0036a67 esp8266: mac() function belongs to network module per the latest API. 9 years ago
Paul Sokolovsky abd0fcfc86 esp8266: Remove superfluous includes. 9 years ago
Bill Owens e2bfa471fa esp8266: Added wlan.isconnected() to maintain parity with other ports. 10 years ago
Bill Owens 60ccb41fac esp8266: Move status() from esp module to network 10 years ago
Bill Owens 686516f90a esp8266: Move scan from esp module to network 10 years ago
Paul Sokolovsky 32eb4b9055 esp8266: Move connect/disconnect from "esp" module to network. 10 years ago
Paul Sokolovsky ee3fec3167 esp8266: Add skeleton "network" module. 10 years ago
Damien George 51dfcb4bb7 py: Move to guarded includes, everywhere in py/ core. 10 years ago
Damien George 3b603f29ec Use MP_DEFINE_CONST_DICT macro to define module dicts. 10 years ago
Paul Sokolovsky cb78f862cb py: Allow to disable array module and bytearray type. 11 years ago
Paul Sokolovsky 59c675a64c py: Include mpconfig.h before all other includes. 11 years ago
Emmanuel Blot f6932d6506 Prefix ARRAY_SIZE with micropython prefix MP_ 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George 6d3c5e4301 Add ARRAY_SIZE macro, and use it where possible. 11 years ago
Damien George 8b0535e23f py: Change module globals from mp_map_t* to mp_obj_dict_t*. 11 years ago
Damien George df6567e634 Merge map.h into obj.h. 11 years ago
Damien George caac542b23 Proper support for registering builtin modules in ROM. 11 years ago