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
/
ports
/
esp8266
Age
Commit message (
Expand
)
Author
2018-05-01
esp8266/modnetwork: Allow to get ESSID of AP that STA is connected to.
Lars Kellogg-Stedman
2018-04-28
implemented 'claim_pin' methodology; updated 'open_drain' handling
sommersoft
2018-04-27
added exception for PULL_UP; corrected open_drain handling
sommersoft
2018-04-26
reset GPIO16 to input on deinit
sommersoft
2018-04-25
updated GPIO16 construct and handling
sommersoft
2018-04-25
now checks for proper pin in is_pin_free; initialize GPIO16 as input in reset...
sommersoft
2018-04-10
remove unnecessary includes in esp8266 common-hal storage code
Dan Halbert
2018-04-10
esp8266 and nrf: raise NotImplementedError
Dan Halbert
2018-04-09
esp8266: Disable "strict aliasing" in compiler like in atmel-samd
Jeff Epler
2018-04-06
esp8266/etshal: delete incorrect function prototypes
Jeff Epler
2018-04-06
esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .
Paul Sokolovsky
2018-03-27
Enable high-quality float hash
Jeff Epler
2018-03-26
Conditionally compile out nonstandard array/struct typecodes
Jeff Epler
2018-03-12
esp8266/esp_mphal.h: Fix I2C glitching by using input mode for od_high.
Damien George
2018-03-10
drivers/bus: Pull out software SPI implementation to dedicated driver.
Damien George
2018-03-05
esp8266/esppwm: Always start timer to avoid glitch from full to nonfull.
Olivier Ortigues
2018-02-27
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
Scott Shawcroft
2018-02-26
esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface.
Damien George
2018-02-26
esp8266/uart: Allow to compile with event-driven REPL.
Damien George
2018-02-24
Add .baudrate support to ESP8266.
Dan Halbert
2018-02-21
ports: Enable ucollections.deque on relevant ports.
Damien George
2018-02-15
esp8266/README.md: Update build instruction to reflect new ports dir.
Olivier Ortigues
2018-02-15
esp8266/esppwm: Clip negative duty numbers to 0.
Olivier Ortigues
2018-01-31
esp8266/modules: Move dht.py driver to drivers/dht directory.
Damien George
2018-01-30
atmel-samd: Correct computation of SPI baud rate.
Dan Halbert
2018-01-23
re-added header inlcusion for system_get_chip_id
sommersoft
2018-01-18
Added Unique ID Functions/Updated Support Matrix (#527)
sommersoft
2018-01-16
Make chosen features consistent across all boards and ports atmel-samd, esp82...
Dan Halbert
2018-01-02
merge from 2.2.0 + fix up board defs
Dan Halbert
2017-12-22
esp8266/Makefile: Remove commented-out unused lines.
Damien George
2017-12-14
esp8266/machine_hspi: After an SPI write wait for last byte to transfer.
Damien George
2017-12-04
esp8266/modnetwork: Make sure to intern string passed to .config("param").
Paul Sokolovsky
2017-11-30
esp8266/modules/webrepl_setup: Fix first-time enable of WebREPL.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-11-14
esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .
Paul Sokolovsky
2017-11-12
esp8266/README: Add section on using upip.
Paul Sokolovsky
2017-11-12
esp8266/README: Emphasize the need to change default WiFi password.
Paul Sokolovsky
2017-11-08
py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros.
Paul Sokolovsky
2017-11-06
enable framebuf for ESP8266
Jerry Needell
2017-11-05
esp8266/etshal.h: Make function prototypes compatible with ESP SDK 2.1.0+.
Paul Sokolovsky
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-24
esp8266: Fix includes
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-10-11
esp8266/modules/webrepl_setup: Add info about allowed password length.
Vitor Massaru Iha
2017-10-09
esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-10-03
esp8266/esp_mphal: Send data in chunks to mp_uos_dupterm_tx_strn.
Damien George
2017-09-12
py/builtinhelp: Change signature of help text var from pointer to array.
Damien George
[prev]
[next]