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-02-22
ESP8266: Stop supporting 400khz neopixels through old esp module API.
0.9.0
Scott Shawcroft
2017-02-21
ESP8266: Add reset note to webrepl init.
Scott Shawcroft
2017-02-19
Save space by only supporting 800khz neopixels.
Scott Shawcroft
2017-02-19
Two I2C fixes:
Scott Shawcroft
2017-02-19
Switch enum-like attributes to all caps and add print support for them. Make ...
Scott Shawcroft
2017-02-19
esp8266: Allow for MOSI or MISO only SPI. Fixes #65
Scott Shawcroft
2017-02-15
ESP8266: Make sure SPI write finishes before returning.
Scott Shawcroft
2017-02-15
ESP8266: Rework the execution flow to match the SAMD21.
Scott Shawcroft
2017-02-10
SPI tweaks for SD Cards:
Scott Shawcroft
2017-01-30
Add frequency changing support to PWMOut.
Scott Shawcroft
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
[next]