index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2018-02-23
Remove obsolete periphal drivers in esp module
Dan Halbert
2017-11-06
esp8266 enable framebuf (#408)
jerryneedell
2017-10-16
esp8266: add neopixel_write - remove neopixel.py (#339)
jerryneedell
2017-09-02
esp8266: restore machine module
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-08-07
esp8266: Introduce `multiterminal` module for managing a secondary
Scott Shawcroft
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-27
Introduce a random module that is a subset of CPython's random. It
Scott Shawcroft
2017-06-27
Split uos module into os and storage.
Scott Shawcroft
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-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
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-10
Split up nativeio.
0.9.4
Scott Shawcroft
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-03-10
esp8266: Turn off framebuf to get space.
Scott Shawcroft
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
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2017-01-03
esp8266: Support data descriptors because its heavily used by the Register li...
Scott Shawcroft
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-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
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
[next]