index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2017-01-30
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Damien George
2017-01-30
esp8266/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config.
Damien George
2017-01-27
esp8266: Change to use new generic VFS sub-system.
Damien George
2017-01-27
esp8266: Switch to use OO version of FatFs library.
Damien George
2017-01-22
esp8266: Convert to use builtin help function.
Damien George
2016-12-23
stmhal, esp8266: Enable utimeq module.
Paul Sokolovsky
2016-12-15
esp8266: Use core-provided keyboard exception object.
Damien George
2016-12-09
esp8266: Enable inline Xtensa assembler.
Damien George
2016-12-09
esp8266: Enable native emitter for Xtensa arch.
Damien George
2016-12-08
esp8266: Refactor to use extmod implementation of software SPI class.
Damien George
2016-12-02
esp8266: Enable uselect module.
Damien George
2016-11-16
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
Damien George
2016-11-16
py: Factor out persistent-code reader into separate files.
Damien George
2016-10-19
esp8266: Add MP_FASTCODE modifier to put a function to iRAM.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
Paul Sokolovsky
2016-10-14
esp8266: Enable micropython.alloc_emergency_exception_buf().
Damien George
2016-10-12
esp8266: Enable importing of precompiled .mpy files.
Damien George
2016-10-12
esp8266: Enable sys.{stdin,stdout,stderr}.buffer for raw serial access.
Damien George
2016-10-11
esp8266/mpconfigport: Enable MICROPY_PY_BUILTINS_SLICE_ATTRS
Radomir Dopieralski
2016-10-09
esp8266: Make neopixel support configurable.
Paul Sokolovsky
2016-10-06
esp8266: Make PY_UHASHLIB_SHA1 config depend on PY_USSL and SSL_AXTLS.
Damien George
2016-09-01
esp8266/modpybspi: Use generic SPI helper methods to implement SPI.
Damien George
2016-08-15
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Damien George
2016-08-14
esp8266/mpconfigport.h: Enable support for all special methods.
Paul Sokolovsky
2016-08-01
esp8266: Make APA102 driver inclusion configurable.
Paul Sokolovsky
2016-07-30
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-22
esp8266: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
Paul Sokolovsky
2016-06-29
esp8266: Enable frozen bytecode, with scripts in modules/ subdir.
Damien George
2016-05-31
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-22
esp8266: Enable collections.OrderedDict.
Paul Sokolovsky
2016-05-12
esp8266: Change to use internal errno's.
Damien George
2016-05-10
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-02
esp8266: Change platform name from ESP8266 to esp8266.
Damien George
2016-04-29
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-28
esp8266: Move pyb.info() function to esp module and remove pyb module.
Damien George
2016-04-15
esp8266: Enable input() builtin.
Paul Sokolovsky
2016-04-15
py: Declare help, input, open builtins in core.
Paul Sokolovsky
2016-04-14
esp8266: Add hard IRQ callbacks for pin change on GPIO0-15.
Damien George
2016-04-13
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-12
esp8266: Enable framebuf module.
Damien George
2016-04-12
esp8266: Switch from using custom I2C driver to generic extmod one.
Damien George
2016-04-11
esp8266: Enable websocket module.
Paul Sokolovsky
2016-04-07
esp8266: Switch from terse error messages to normal ones.
Damien George
[next]