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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
Age
Commit message (
Expand
)
Author
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2017-01-06
esp8266/modules/flashbdev: Change RESERVED_SECS to 0.
Damien George
2017-01-06
esp8266/modules/flashbdev: Remove now-unused function set_bl_flash_size.
Damien George
2017-01-05
esp8266/modules/flashbdev: Remove code to patch bootloader flash size.
Paul Sokolovsky
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2017-01-04
esp8266/modules/flashbdev: Add RESERVED_SECS before the filesystem.
Damien George
2017-01-04
esp8266/Makefile: Put firmware-ota.bin in build/, for consistency.
Paul Sokolovsky
2017-01-03
esp8266: Support data descriptors because its heavily used by the Register li...
Scott Shawcroft
2017-01-03
esp8266/modesp: Fix a typo, print -> printf.
TheSpooler
2017-01-03
esp8266/modesp: Make check_fw() work with OTA firmware.
Paul Sokolovsky
2017-01-02
esp8266/Makefile: Produce OTA firmware as firmware-ota.bin.
Paul Sokolovsky
2017-01-02
esp8266/scripts/inisetup: Dump FS starting sector/size on error.
Paul Sokolovsky
2016-12-23
stmhal, esp8266: Enable utimeq module.
Paul Sokolovsky
2016-12-20
esp8266: Force relinking OTA firmware image if built after normal one.
Paul Sokolovsky
2016-12-20
esp8266/modesp: flash_user_start(): Support configuration with yaota8266.
Paul Sokolovsky
2016-12-19
esp8266: Add limited (untested) UART support.
Scott Shawcroft
2016-12-20
esp8266: When doing GC be sure to trace the memory holding native code.
Damien George
2016-12-15
esp8266: Add "erase" target to Makefile, to erase entire flash.
Mike Causer
2016-12-15
esp8266: Use core-provided keyboard exception object.
Damien George
2016-12-14
esp8266: Add "ota" target to produce firmware binary for use with yaota8266.
Paul Sokolovsky
2016-12-14
py/runtime: Zero out fs_user_mount array in mp_init.
Damien George
2016-12-13
Fix up Analog classes: unify them at 16 bits and adds reference_voltage member
Scott Shawcroft
2016-12-12
esp8266: Fix pyexec calls.
Scott Shawcroft
2016-12-12
atmel-samd: Basic capacitive touch button support.
Scott Shawcroft
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/mpconfigport_512k: Disable framebuf module for 512k build.
Damien George
2016-12-08
esp8266: Refactor to use extmod implementation of software SPI class.
Damien George
2016-12-08
extmod/machine_spi: Provide reusable software SPI class.
Damien George
2016-12-07
atmel-samd & esp8266: Make sure pins are not already in use.
Scott Shawcroft
2016-12-05
esp8266: Move websocket_helper.py from scripts to modules for frozen BC.
puuu
2016-12-02
Add try_lock and unlock to I2C and SPI classes to make sure things
Scott Shawcroft
2016-12-02
esp8266: Enable uselect module.
Damien George
2016-11-28
esp8266: Make work with python 3 as default python impl.
Scott Shawcroft
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-11-16
py/lexer: Make lexer use an mp_reader as its source.
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-11-16
py: Factor persistent code load/save funcs into persistentcode.[ch].
Damien George
2016-11-14
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-11-09
esp8266: Update 512k linker script, renaming modpyb to machine.
Damien George
2016-11-09
esp8266/modnetwork.c: Expose configuration for station DHCP hostname.
Chris Popp
2016-11-08
py: Move frozen bytecode Makefile rules from ports to common mk files.
Damien George
2016-11-08
esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).
Paul Sokolovsky
2016-11-08
esp8266: Include upip as a standard frozen bytecode module.
Paul Sokolovsky
2016-11-07
esp8266/espneopixel.c: Solve glitching LED issues with cpu at 80MHz.
Olivier Ortigues
2016-11-06
esp8266: Rework webrepl_setup to run over wired REPL.
Paul Sokolovsky
2016-11-06
esp8266: Rename "machine" module implementation to use contemporary naming.
Paul Sokolovsky
2016-11-03
drivers: Add "from micropython import const" when const is used.
Damien George
2016-11-02
esp8266/modules: Fix negative temperature in ds18x20 driver.
ernitron
[next]