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
/
main.c
Age
Commit message (
Expand
)
Author
2017-09-01
Fix issue #207, esp8266 file operations problems (#222)
Dan Halbert
2017-08-31
Add ".frozen" to end of sys.path, so that internal frozen modules are visible...
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-06-28
esp8266,minimal,pic16bit: Use size_t for mp_builtin_open argument.
Alexander Steffen
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-05-05
esp8266: Change default settings to mount flash at root dir.
Damien George
2017-04-10
Split up nativeio.
0.9.4
Scott Shawcroft
2017-03-14
esp8266: Only execute main.py if in friendly REPL mode.
Damien George
2017-03-14
esp8266: Update lexer constructors so they can raise exceptions.
Damien George
2017-02-15
ESP8266: Rework the execution flow to match the SAMD21.
Scott Shawcroft
2017-01-30
Add frequency changing support to PWMOut.
Scott Shawcroft
2017-01-27
esp8266: Change to use new generic VFS sub-system.
Damien George
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2016-12-15
esp8266: Use core-provided keyboard exception object.
Damien George
2016-12-14
py/runtime: Zero out fs_user_mount array in mp_init.
Damien George
2016-12-12
esp8266: Fix pyexec calls.
Scott Shawcroft
2016-12-09
esp8266: Enable inline Xtensa assembler.
Damien George
2016-12-09
esp8266: Enable native emitter for Xtensa arch.
Damien George
2016-12-07
atmel-samd & esp8266: Make sure pins are not already in use.
Scott Shawcroft
2016-11-16
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
Damien George
2016-11-02
esp8266/main: Bump heap size to 36K.
Paul Sokolovsky
2016-10-19
esp8266/main: Mark nlr_jump_fail() as MP_FASTCODE.
Paul Sokolovsky
2016-10-05
esp8266/main: Put /lib before / in sys.path.
Paul Sokolovsky
2016-09-29
lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port.
Paul Sokolovsky
2016-07-23
esp8266: dupterm_task_init() should be called before running _boot.py, etc.
Paul Sokolovsky
2016-07-04
esp8266/main: Init recently added dupterm_arr_obj port state var.
Paul Sokolovsky
2016-06-26
esp8266/main.c: Clear the command line history when (re)booting.
Robert HH
2016-05-22
esp8266/main: Update _boot module loading for recent frozen modules refactors.
Paul Sokolovsky
2016-05-09
esp8266/main: Bump heap size to 28K.
Paul Sokolovsky
2016-05-03
esp8266/main: Set sys.path to ["", "/", "/lib"].
Paul Sokolovsky
2016-04-14
esp8266: Add hard IRQ callbacks for pin change on GPIO0-15.
Damien George
2016-04-10
esp8266/main: mp_builtin_open(): Implement, using vfs_proxy_call().
Paul Sokolovsky
2016-04-10
esp8266: Implement multistage bootstrap sequence.
Damien George
2016-04-03
esp8266: Bump heap size to 24k.
Paul Sokolovsky
2016-04-01
esp8266: Support dedicated REPL loop (aka pull-style).
Paul Sokolovsky
2016-03-31
esp8266: Reset term_obj on reboot.
Damien George
2016-03-31
esp8266: Implement input part of dupterm handling.
Paul Sokolovsky
2016-03-29
esp8266: Reduce heap size for now to avoid random segfaults on WiFi connect.
Paul Sokolovsky
2016-03-28
esp8266: Allow to build without FatFs support again.
Paul Sokolovsky
2016-03-28
esp8266: Support importing modules from filesystem.
Paul Sokolovsky
2016-03-28
esp8266: Zero out fs_user_mount state on (soft) reset.
Damien George
2016-03-27
esp8266: Set up UART handling task soon into init process.
Paul Sokolovsky
2016-03-08
esp8266/main: Module to run on boot is "boot", not "main".
Paul Sokolovsky
2016-03-07
esp8266: Enable stack overflow checking.
Paul Sokolovsky
2016-03-05
esp8266: Support raising KeyboardInterrupt on Ctrl+C.
Paul Sokolovsky
2016-03-02
esp8266: Change "soft reboot" message to work with pyboard.py.
Damien George
2015-12-26
lib/utils: Add pyexec_frozen_module to load and execute frozen module.
Damien George
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
[next]