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
/
esp8266
Age
Commit message (
Expand
)
Author
2016-11-09
esp8266: Update 512k linker script, renaming modpyb to machine.
Damien George
2016-11-09
esp8266/modnetwork.c: Expose configuration for station DHCP hostname.
Chris Popp
2016-11-08
py: Move frozen bytecode Makefile rules from ports to common mk files.
Damien George
2016-11-08
esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).
Paul Sokolovsky
2016-11-08
esp8266: Include upip as a standard frozen bytecode module.
Paul Sokolovsky
2016-11-07
esp8266/espneopixel.c: Solve glitching LED issues with cpu at 80MHz.
Olivier Ortigues
2016-11-06
esp8266: Rework webrepl_setup to run over wired REPL.
Paul Sokolovsky
2016-11-06
esp8266: Rename "machine" module implementation to use contemporary naming.
Paul Sokolovsky
2016-11-03
drivers: Add "from micropython import const" when const is used.
Damien George
2016-11-02
esp8266/modules: Fix negative temperature in ds18x20 driver.
ernitron
2016-11-02
esp8266/etshal.h: Adjust size of MD5_CTX structure.
Paul Sokolovsky
2016-11-02
esp8266/etshal.h: Add prototypes for SPIRead/SPIWrite/SPIEraseSector.
Paul Sokolovsky
2016-11-02
esp8266/main: Bump heap size to 36K.
Paul Sokolovsky
2016-11-01
esp8266/modnetwork.c: Allows AP reconnection without WiFi credentials
puuu
2016-11-01
esp8266/scripts/port_diag: Add descriptions for esf_buf types.
Paul Sokolovsky
2016-10-31
esp8266/modnetwork: config(): Fix copy-paste error in setting "mac".
Paul Sokolovsky
2016-10-29
esp8266/modutime: Consistently convert to MP_ROM_QSTR/MP_ROM_PTR.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.
Paul Sokolovsky
2016-10-25
esp8266/scripts: Make neopixel/apa102 handle 4bpp LEDs with common code.
Radomir Dopieralski
2016-10-25
esp8266: Add support for building firmware version for 512K modules.
Paul Sokolovsky
2016-10-24
esp8266/modesp: Add flash_user_start() function.
Paul Sokolovsky
2016-10-23
esp8266/etshal.h: Add few more ESP8266 vendor lib prototypes.
Paul Sokolovsky
2016-10-22
esp8266/Makefile: deploy: Remove deprecated line.
Paul Sokolovsky
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-21
py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.
Paul Sokolovsky
2016-10-20
esp8266/modules/webrepl: Enforce only one concurrent WebREPL connection.
Paul Sokolovsky
2016-10-19
esp8266/main: Mark nlr_jump_fail() as MP_FASTCODE.
Paul Sokolovsky
2016-10-19
esp8266: Add MP_FASTCODE modifier to put a function to iRAM.
Paul Sokolovsky
2016-10-19
esp8266/esp8266.ld: Move main.o to iROM.
Paul Sokolovsky
2016-10-19
esp8266/esp8266.ld: Move modmachine.o to iROM.
Paul Sokolovsky
2016-10-19
esp8266/esp8266.ld: Move help.o to iROM.
Paul Sokolovsky
2016-10-18
esp8266/esp_init_data: Auto-initialize system params with vendor SDK 2.0.0.
Paul Sokolovsky
2016-10-18
esp8266/Makefile: Use latest esptool.py flash size auto-detection.
Paul Sokolovsky
2016-10-16
esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
Paul Sokolovsky
2016-10-14
esp8266: Enable micropython.alloc_emergency_exception_buf().
Damien George
2016-10-12
esp8266: Enable importing of precompiled .mpy files.
Damien George
2016-10-12
esp8266: Enable sys.{stdin,stdout,stderr}.buffer for raw serial access.
Damien George
2016-10-11
esp8266/mpconfigport: Enable MICROPY_PY_BUILTINS_SLICE_ATTRS
Radomir Dopieralski
2016-10-09
esp8266: Make neopixel support configurable.
Paul Sokolovsky
2016-10-07
esp8266: Use mp_raise_OSError helper function.
Damien George
2016-10-07
esp8266: Add FLASH_MODE,FLASH_SIZE options for make deploy target.
dmanso
2016-10-06
esp8266: Make PY_UHASHLIB_SHA1 config depend on PY_USSL and SSL_AXTLS.
Damien George
2016-10-05
esp8266/modpybrtc.c: Implement machine.RTC.alarm_left()
puuu
2016-10-05
esp8266/main: Put /lib before / in sys.path.
Paul Sokolovsky
2016-10-04
esp8266/modmachine: idle(): Return number of CPU cycles spent idling.
Paul Sokolovsky
2016-10-04
extmod/machine_spi: Use delay_half, not baudrate, for internal timing.
Damien George
2016-10-03
esp8266/moduos: Move stat/statvfs funcs to sit within #if VFS guard.
Damien George
2016-10-03
extmod/machine_spi: Factor out software SPI code from esp8266 to extmod.
Damien George
2016-10-03
extmod/machine_spi: Simplify SPI xfer function to only take one buf len.
Damien George
[next]