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-06-16
shared-bindings: Move enum-like classes out of DigitalInOut into digitalio.
Scott Shawcroft
2017-05-25
Change the approach for input so that its not included in every single build....
Scott Shawcroft
2017-05-25
atmel-samd: Add input support. Fixes #143
Scott Shawcroft
2017-04-20
Switch to a shared piece of code to compute start and length of a
Scott Shawcroft
2017-04-18
esp8266: Fix busio.SPI to take both MOSI and MISO.
Scott Shawcroft
2017-04-13
esp8266: Don't reset TX and RX lines. The pullup is required for
Scott Shawcroft
2017-04-12
atmel-samd: Rework status LED implementation
Scott Shawcroft
2017-04-10
Split up nativeio.
0.9.4
Scott Shawcroft
2017-03-28
esp8266: Change nativeio.I2C to use bitbangio under the hood rather than thro...
Scott Shawcroft
2017-03-25
Add low-level OneWire support class.
Scott Shawcroft
2017-03-24
Add PulseIn support which can be used to measure a series of pulse widths.
0.9.2
Scott Shawcroft
2017-03-10
Add PulseOut which can pulse a PWMOut for IR remote transmission.
Scott Shawcroft
2017-03-10
esp8266: Turn off framebuf to get space.
Scott Shawcroft
2017-02-24
Make the build quieter by default.
Scott Shawcroft
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
[next]