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
/
common-hal
Age
Commit message (
Expand
)
Author
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-15
fixes #642; spi_init_gpio() is now bypassed for both construct and configure
sommersoft
2018-06-10
Fixes #918 (PulseIn.get_paused) ...
Nick Moore
2018-06-10
Merge commit '2129bbe160278f7cd2cece939f81900a41f8aa86' into circuitpython-ni...
Nick Moore
2018-06-10
Update PulseIn.c
jerryneedell
2018-06-10
fix #918
jerryneedell
2018-06-08
Work on pulseio.PulseOut for #716 ESP8266
Nick Moore
2018-06-08
Clean up interrupt handling for pulseio.PulseIn implementation for #716 ESP8266
Nick Moore
2018-06-08
Initial pulseio.PulseOut implementation for #716 ESP8266
Nick Moore
2018-06-08
Initial pulseio.PulseIn implmentation for #716 ESP8266
Nick Moore
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-02-24
Add .baudrate support to ESP8266.
Dan Halbert
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-02
merge from 2.2.0 + fix up board defs
Dan Halbert
2017-10-24
esp8266: Fix includes
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft