index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
esp8266
/
modesp.c
Commit message (
Expand
)
Author
Age
*
esp8266/modesp: flash_user_start: Use value from linker script.
Paul Sokolovsky
2017-05-12
*
esp8266/modesp: Remove long-obsolete and unused espconn bindings.
Damien George
2017-03-27
*
esp8266/modesp: Use mp_obj_str_get_str instead of mp_obj_str_get_data.
Damien George
2017-03-26
*
esp8266/modesp: Fix a typo, print -> printf.
TheSpooler
2017-01-03
*
esp8266/modesp: Make check_fw() work with OTA firmware.
Paul Sokolovsky
2017-01-03
*
esp8266/modesp: flash_user_start(): Support configuration with yaota8266.
Paul Sokolovsky
2016-12-20
*
esp8266: When doing GC be sure to trace the memory holding native code.
Damien George
2016-12-20
*
esp8266: Enable inline Xtensa assembler.
Damien George
2016-12-09
*
esp8266: Enable native emitter for Xtensa arch.
Damien George
2016-12-09
*
esp8266: Rename "machine" module implementation to use contemporary naming.
Paul Sokolovsky
2016-11-06
*
esp8266/modesp: Add flash_user_start() function.
Paul Sokolovsky
2016-10-24
*
esp8266: Make neopixel support configurable.
Paul Sokolovsky
2016-10-09
*
esp8266: Use mp_raise_OSError helper function.
Damien George
2016-10-07
*
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-22
*
esp8266/modesp: Add check_fw() function to check integrity of the firmware.
Paul Sokolovsky
2016-08-04
*
esp8266: Make APA102 driver inclusion configurable.
Paul Sokolovsky
2016-08-01
*
esp8266: Let RTC work correctly after deepsleep.
puuu
2016-06-06
*
esp8266: Enable DHT C-level driver.
Damien George
2016-05-26
*
esp8266: Add APA102 serial individually controllable LEDs support.
misterdanb
2016-05-19
*
esp8266: Convert to use new MP_Exxx errno symbols.
Damien George
2016-05-10
*
esp8266/modesp: Add malloc() and free() functions.
Paul Sokolovsky
2016-05-03
*
esp8266/modesp: Add esf_free_bufs() debugging function.
Paul Sokolovsky
2016-05-03
*
esp8266: Move pyb.info() function to esp module and remove pyb module.
Damien George
2016-04-28
*
py: Move call_function_*_protected() functions to py/ for reuse.
Paul Sokolovsky
2016-04-25
*
esp8266/modesp: Add flash_size() function.
Paul Sokolovsky
2016-04-18
*
esp8266/modesp: Allow esp.deepsleep to take 2nd arg for RF wake opt.
Damien George
2016-04-17
*
esp8266/modesp: Add freemem() and meminfo() functions.
Paul Sokolovsky
2016-04-11
*
esp8266: Make destination for vendor OS debug output soft-configurable.
Damien George
2016-04-06
*
esp8266: Move PHY mode constants from modesp to modnetwork.
Paul Sokolovsky
2016-04-01
*
esp8266/modesp: flash_read(): Accept buffer to read to as a second argument.
Paul Sokolovsky
2016-03-27
*
esp8266/modesp: flash_write(): Writes in multiples of 4 bytes.
Paul Sokolovsky
2016-03-27
*
esp8266: Add esp.neopixel_write function to bit-bang WS2812 data.
Damien George
2016-03-26
*
esp8266: Switch to lwIP built from source.
Paul Sokolovsky
2016-03-12
*
esp8266: Move wifi_mode() and phy_mode() to network module.
Paul Sokolovsky
2016-03-10
*
esp8266/modesp: Implement flash_write(), flash_erase().
Alex March
2016-02-08
*
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2016-01-11
*
esp8266/modesp: Allow to compile out proprietary espconn stuff.
Paul Sokolovsky
2015-12-30
*
esp8266: mac() function belongs to network module per the latest API.
Paul Sokolovsky
2015-12-27
*
esp8266: Remove superfluous includes.
Paul Sokolovsky
2015-12-21
*
esp8266/modesp: flash_read() takes 2 args (fix typo).
Paul Sokolovsky
2015-12-21
*
esp8266/modesp: Implement flash_read(offset, size_bytes) function.
Paul Sokolovsky
2015-11-24
*
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-31
*
esp8266: Added wifi_mode() to read and set WiFi operating mode.
Bill Owens
2015-08-29
*
esp8266: Use m_new/m_renew/m_del funcs instead of private gc_xxx.
Damien George
2015-07-20
*
esp8266: modesp: Update for gc_realloc() refactor.
Paul Sokolovsky
2015-07-19
*
esp8266: Move status() from esp module to network
Bill Owens
2015-06-20
*
esp8266: Move scan from esp module to network
Bill Owens
2015-06-17
*
esp8266: Changed esp_scan to keep the current WiFi operating mode but throw a...
Bill Owens
2015-06-14
*
esp8266: Move connect/disconnect from "esp" module to network.
Paul Sokolovsky
2015-06-12
*
esp8266: esp_connect(): The function is now vararg.
Paul Sokolovsky
2015-06-12
[next]