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
2016-03-28
esp8266: deploy: Use --flash_size=8m option to esptool.py.
Paul Sokolovsky
2016-03-27
esp8266/esp8266.ld: Put FatFs to FlashROM.
Paul Sokolovsky
2016-03-27
esp8266: Enable FatFs support.
Paul Sokolovsky
2016-03-27
esp8266/README: Update for the current status of the port.
Paul Sokolovsky
2016-03-27
esp8266/modesp: flash_read(): Accept buffer to read to as a second argument.
Paul Sokolovsky
2016-03-27
esp8266/modesp: flash_write(): Writes in multiples of 4 bytes.
Paul Sokolovsky
2016-03-27
esp8266: Set up UART handling task soon into init process.
Paul Sokolovsky
2016-03-26
esp8266: Put modpybi2c.o to FlashROM.
Paul Sokolovsky
2016-03-26
esp8266/tests: Add neopixel.py test.
Damien George
2016-03-26
esp8266: Add esp.neopixel_write function to bit-bang WS2812 data.
Damien George
2016-03-26
esp8266: Link ADC class into machine module.
Damien George
2016-03-26
esp8266: Put utils.o to FlashROM.
Paul Sokolovsky
2016-03-26
esp8266: Put lexerstr32.o into FlashROM.
Paul Sokolovsky
2016-03-26
esp8266/esppwm.c: Fix IRQ handler prototype.
Paul Sokolovsky
2016-03-26
esp8266: Add PWM support.
Damien George
2016-03-25
esp8266: Implement software SPI class.
Damien George
2016-03-25
esp8266/README: Remove outdated reference to initial port heap size.
Paul Sokolovsky
2016-03-24
esp8266: Add tests/onewire.py as a driver and test code for ds18b20 dev.
Damien George
2016-03-24
esp8266: Add onewire helper functions as C module.
Damien George
2016-03-24
esp8266: Implement bit-bang I2C read, and add i2c.readfrom method.
Damien George
2016-03-24
esp8266: Clean up bit-bang I2C implementation.
Damien George
2016-03-24
esp8266/modpybi2c: Add missing include.
Paul Sokolovsky
2016-03-24
esp8266: Add basic I2C driver, with init and writeto methods.
Damien George
2016-03-24
esp8266: Expose pin object as a public structure for use as C pin API.
Damien George
2016-03-23
esp8266: Enable auto-indent in REPL.
Paul Sokolovsky
2016-03-23
esp8266: Add "socket" and "usocket" aliases for lwip module.
Paul Sokolovsky
2016-03-23
esp8266: Enable non-blocking stream support.
Paul Sokolovsky
2016-03-23
esp8266: Enable more extmod's: uheapq, ure, uzlib.
Damien George
2016-03-23
esp8266: Add module weak link from json to ujson.
Damien George
2016-03-23
esp8266: Enable urandom module.
Paul Sokolovsky
2016-03-23
esp8266: Make mp_hal_delay_us work with new event framework.
Damien George
2016-03-23
esp8266: Update README with the latest features.
Paul Sokolovsky
2016-03-17
esp8266/ets_alt_task: Make FIRST_PRIO=0 to cover all task priorities.
Damien George
2016-03-17
esp8266: Store frozen modules in FlashROM.
Paul Sokolovsky
2016-03-12
esp8266: Switch to lwIP built from source.
Paul Sokolovsky
2016-03-11
esp8266: Mention git submodule in build instructions for esp8266 port.
Christopher Arndt
2016-03-11
esp8266: Rejig Makefile so extmod/modlwip.o is placed under build/.
Damien George
2016-03-11
esp8266: Define MICROPY_EVENT_POLL_HOOK for the port.
Paul Sokolovsky
2016-03-11
esp8266: Be sure to build ets_alt_task.
Paul Sokolovsky
2016-03-11
esp8266/esp_mphal: Add higher-level event polling function.
Paul Sokolovsky
2016-03-11
esp8266/ets_alt_task: Update for vendor SDK 1.5.0.
Paul Sokolovsky
2016-03-11
esp8266/ets_alt_task: Be sure to "pop" event before calling its handler.
Paul Sokolovsky
2016-03-11
esp8266: Feed WDT in ets_loop_iter().
Damien George
2016-03-11
esp8266: Add alternative event loop implementation.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Add symbolic names for network interfaces: STA_IF & AP_IF.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Introduce interface .config() method.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Move config defines to the top.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Add per-interface .active() method.
Paul Sokolovsky
2016-03-10
esp8266: Move wifi_mode() and phy_mode() to network module.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Allow to configure STA and AP interfaces separately.
Paul Sokolovsky
[prev]
[next]