index
:
micropython
docs/library/bluetooth
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
/
mpconfigport.h
Commit message (
Expand
)
Author
Age
*
esp8266/modpybspi: Use generic SPI helper methods to implement SPI.
Damien George
2016-09-01
*
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Damien George
2016-08-15
*
esp8266/mpconfigport.h: Enable support for all special methods.
Paul Sokolovsky
2016-08-14
*
esp8266: Make APA102 driver inclusion configurable.
Paul Sokolovsky
2016-08-01
*
py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.
Paul Sokolovsky
2016-07-30
*
esp8266/mpconfigport.h: Include sys/types.h for POSIX types definitions.
Paul Sokolovsky
2016-07-30
*
esp8266: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
Paul Sokolovsky
2016-07-22
*
esp8266: Enable frozen bytecode, with scripts in modules/ subdir.
Damien George
2016-06-29
*
esp8266: Enable MICROPY_PY_IO_FILEIO to get compliant text/binary streams.
Paul Sokolovsky
2016-05-31
*
extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.
Damien George
2016-05-31
*
esp8266: Enable collections.OrderedDict.
Paul Sokolovsky
2016-05-22
*
esp8266: Change to use internal errno's.
Damien George
2016-05-12
*
esp8266: Enable uerrno module, weak linked also as errno.
Damien George
2016-05-10
*
esp8266: Convert to use new MP_Exxx errno symbols.
Damien George
2016-05-10
*
esp8266/mpconfigport: Reduce various parser-related allocation params.
Paul Sokolovsky
2016-05-10
*
esp8266: Change platform name from ESP8266 to esp8266.
Damien George
2016-05-02
*
esp8266: Enable webrepl module.
Paul Sokolovsky
2016-04-29
*
esp8266: Enable WebREPL file transfer rate limiting.
Paul Sokolovsky
2016-04-29
*
esp8266/help: Implement help() builtin.
Paul Sokolovsky
2016-04-29
*
esp8266: Move pyb.info() function to esp module and remove pyb module.
Damien George
2016-04-28
*
esp8266: Enable input() builtin.
Paul Sokolovsky
2016-04-15
*
py: Declare help, input, open builtins in core.
Paul Sokolovsky
2016-04-15
*
esp8266: Add hard IRQ callbacks for pin change on GPIO0-15.
Damien George
2016-04-14
*
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-04-13
*
lib/utils/printf: Rework overriding printer of DEBUG_printf().
Paul Sokolovsky
2016-04-13
*
esp8266: Enable framebuf module.
Damien George
2016-04-12
*
esp8266: Switch from using custom I2C driver to generic extmod one.
Damien George
2016-04-12
*
esp8266: Enable websocket module.
Paul Sokolovsky
2016-04-11
*
esp8266: Switch from terse error messages to normal ones.
Damien George
2016-04-07
*
esp8266: Use VM_HOOK to call ets_loop_iter within the VM.
Damien George
2016-04-02
*
esp8266: Switch to non event-driven REPL to support paste mode.
Paul Sokolovsky
2016-04-01
*
esp8266: Fix issue when current repl line was garbage-collected.
Paul Sokolovsky
2016-03-30
*
esp8266: Support synchronous wifi scanning.
Damien George
2016-03-30
*
esp8266: Add basic support for duplicating REPL output.
Paul Sokolovsky
2016-03-29
*
esp8266: Enable FatFs support.
Paul Sokolovsky
2016-03-27
*
esp8266: Add onewire helper functions as C module.
Damien George
2016-03-24
*
esp8266: Enable auto-indent in REPL.
Paul Sokolovsky
2016-03-23
*
esp8266: Add "socket" and "usocket" aliases for lwip module.
Paul Sokolovsky
2016-03-23
*
esp8266: Enable non-blocking stream support.
Paul Sokolovsky
2016-03-23
*
esp8266: Enable more extmod's: uheapq, ure, uzlib.
Damien George
2016-03-23
*
esp8266: Add module weak link from json to ujson.
Damien George
2016-03-23
*
esp8266: Enable urandom module.
Paul Sokolovsky
2016-03-23
*
esp8266: Store frozen modules in FlashROM.
Paul Sokolovsky
2016-03-17
*
esp8266: Define MICROPY_EVENT_POLL_HOOK for the port.
Paul Sokolovsky
2016-03-11
*
esp8266: Enable modlwip.
Damien George
2016-03-08
*
esp8266: Enable stack overflow checking.
Paul Sokolovsky
2016-03-07
*
esp8266: Support raising KeyboardInterrupt on Ctrl+C.
Paul Sokolovsky
2016-03-05
*
esp8266: Add custom _assert() function.
Paul Sokolovsky
2016-03-05
*
esp8266: Enable modmachine.
Paul Sokolovsky
2016-03-04
*
esp8266: Enable more features in mpconfigport.h.
Damien George
2016-03-03
[next]