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
2019-02-15
WIP: atmel-samd trinket build works
Dan Halbert
2019-01-22
Merge remote-tracking branch 'adafruit/master' into HEAD
Scott Shawcroft
2019-01-22
tell people that esp8266 is no longer supported
Lars Kellogg-Stedman
2019-01-13
Fresh combined checkin of _pixelbuf library.
Roy Hooper
2018-12-06
Use the stub for ESP8266 as well.
Scott Shawcroft
2018-12-03
UART changes: timeout in secs, write bytes, etc.
Dan Halbert
2018-11-30
Add support for adding release info into adafruit/circuitpython-org
Scott Shawcroft
2018-11-15
merge 3.x swap of /lib and .frozen; update frozen libs
Dan Halbert
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-11-01
put .frozen before /lib in sys.path; update frozen libraries
Dan Halbert
2018-10-09
esp8266/README: comment on the specific binary SDK used
Jeff Epler
2018-09-18
merge 3.0.2 to master
Dan Halbert
2018-09-12
UART fixes and enhancements; default board object fix
Dan Halbert
2018-08-16
Fix esp and samd
Scott Shawcroft
2018-08-09
Merge pull request #1104 from tannewt/more_strings
Dan Halbert
2018-08-09
Rework escaping and fix ESP build.
Scott Shawcroft
2018-08-09
Initial SAMR board revision.
Scott Shawcroft
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-07-28
merge finished
Dan Halbert
2018-07-23
WIP: complete manual inspection of all significant changes
Dan Halbert
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-12
ports: Enable IOBase on unix, stm32, esp8266 and esp32.
Damien George
2018-06-12
ports: Call gc_sweep_all() when doing a soft reset.
Damien George
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-06-08
ports: Enable descriptors on stm32, esp8266, esp32 ports.
Damien George
2018-06-06
extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.
Damien George
2018-06-05
esp8266/modules/ntptime.py: Remove print of newly-set time.
Damien George
2018-05-22
ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.
Damien George
2018-05-21
esp8266: Change UART(0) to attach to REPL via uos.dupterm interface.
Damien George
2018-05-17
esp8266/modmachine: Allow I2C and SPI to be configured out of the build.
Damien George
2018-05-17
esp8266/modnetwork: Raise ValueError when getting invalid WLAN id.
Damien George
2018-05-17
esp8266/modnetwork: Return empty str for hostname if STA is inactive.
Damien George
2018-05-17
esp8266/mpconfigport.h: Add some weak links to common Python modules.
Damien George
2018-05-16
set #define MICROPY_USE_INTERNAL_ERRNO (0) in mpconfigport for ESP8266 to ...
Jerry Needell
2018-05-07
esp8266/modutime.c: remove symbol conflicts between time and utime modules
Lars Kellogg-Stedman
2018-05-03
Merge pull request #799 from larsks/feature/circuitpython/station-ssid
Scott Shawcroft
2018-05-03
esp8266/modnetwork: Allow to get ESSID of AP that STA is connected to.
Lars Kellogg-Stedman
2018-05-03
ports/esp8266: try both binascii and ubinascii in inisetup.py
Lars Kellogg-Stedman
2018-05-02
allow esptool.py invocation to be set via make vars
Lars Kellogg-Stedman
2018-05-02
esp8266: Disable DEBUG_PRINTERS for 512k build.
Damien George
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
[next]