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-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-19
esp8266/mpconfigport.h: Make socket a weak link
Alex Robbins
2017-06-23
esp8266: Enable MICROPY_ENABLE_FINALISER.
Paul Sokolovsky
2017-06-22
extmmod/modonewire: Rename public module to mp_module_onewire.
Damien George
2017-06-01
ports: Convert from using stmhal's input() to core provided version.
Damien George
2017-05-26
esp8266/mpconfigport.h: Remove duplicate link to lwip module.
Damien George
2017-04-11
extmod/machine_signal: Support all Pin's arguments to the constructor.
Paul Sokolovsky
2017-04-03
esp8266: Remove unused entry in port root pointers.
Damien George
2017-04-01
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Damien George
2017-03-20
esp8266: Enable micropython.schedule() with locking in pin callback.
Damien George
2017-02-24
esp8266/mpconfigport.h: Enable help('modules') feature.
Damien George
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
[next]