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-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
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
[next]