Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
a9a732af1fcd45c27aff731901e347d0ed82a888
/
esp8266
a9a732a
esp8266: Remove pin_id field from C pin object.
by Damien George
· 9 years ago
0a2e965
py: Add ability to have frozen persistent bytecode from .mpy files.
by Damien George
· 10 years ago
959ed93
esp8266/esp_mphal: call_dupterm_read(): Fix order of deactivating on EOF.
by Paul Sokolovsky
· 9 years ago
19e3c9d
esp8266/esp_mphal: Don't swallow exceptions in dupterm's read()/write().
by Paul Sokolovsky
· 9 years ago
47442d9
lib/utils/printf: Rework overriding printer of DEBUG_printf().
by Paul Sokolovsky
· 9 years ago
3177ef5
esp8266: In callback helpers, pop nlr_buf on successful call.
by Damien George
· 9 years ago
e813ea1
esp8266: Enable framebuf module.
by Damien George
· 9 years ago
a525493
esp8266: Switch from using custom I2C driver to generic extmod one.
by Damien George
· 9 years ago
ac63ca7
esp8266: Implement basic C-level pin HAL.
by Damien George
· 9 years ago
1a65ff1
esp8266: Protect modpyb.h header file from multiple inclusions.
by Damien George
· 9 years ago
3a37426
esp8266/scripts/inisetup.py: Use "-" in AP ESSID instead of space.
by Damien George
· 9 years ago
260b839
esp8266/scripts/inisetup.py: Set WPA/WPA2 AP mode with a predefined password.
by Paul Sokolovsky
· 9 years ago
40f5ecd
esp8266: Add Python modules for initial configuration.
by Paul Sokolovsky
· 9 years ago
2f59352
esp8266/scripts/main.py: Remove stale file.
by Paul Sokolovsky
· 9 years ago
54b8966
esp8266/modnetwork: .config(): Add "password" param (W/O).
by Paul Sokolovsky
· 9 years ago
7acc252
esp8266/modnetwork: .config(): Add "authmode" param.
by Paul Sokolovsky
· 9 years ago
6f3fc9b
esp8266/modnetwork: .config(): Check interface whose config is requested.
by Paul Sokolovsky
· 9 years ago
f49d63a
esp8266: Enable websocket module.
by Paul Sokolovsky
· 9 years ago
1cc81ed
esp8266/modesp: Add freemem() and meminfo() functions.
by Paul Sokolovsky
· 9 years ago
c734de4
esp8266/main: mp_builtin_open(): Implement, using vfs_proxy_call().
by Paul Sokolovsky
· 9 years ago
6e87aeb
esp8266: Implement multistage bootstrap sequence.
by Damien George
· 9 years ago
2c407bc
esp8266: Switch from terse error messages to normal ones.
by Damien George
· 9 years ago
d85439f
esp8266/README: Add short troubleshooting section.
by Paul Sokolovsky
· 9 years ago
1a0a323
esp8266: Add initial implementation of machine.UART.
by Damien George
· 9 years ago
96eca22
esp8266: Make destination for vendor OS debug output soft-configurable.
by Damien George
· 9 years ago
2c8356c
esp8266/modnetwork: require_if(): Report the actual interface required.
by Paul Sokolovsky
· 9 years ago
de12502
esp8266: Move pyb.unique_id() to machine.unique_id().
by Paul Sokolovsky
· 9 years ago
81fd568
esp8266: Move pyb.hard_reset() to machine.reset().
by Paul Sokolovsky
· 9 years ago
69256ac
esp8266: Bump heap size to 24k.
by Paul Sokolovsky
· 9 years ago
debbaac
esp8266: Update flashing instructions in README.
by Paul Sokolovsky
· 9 years ago
919b70b
esp8266: Switch back to flashing combined firmware (single file).
by Paul Sokolovsky
· 9 years ago
8d2bcaf
esp8266: Minimize gap between Inst/DataRAM segments and FlashROM segment.
by Paul Sokolovsky
· 9 years ago
9698a60
esp8266/ets_alt_task: Comment out debug output.
by Paul Sokolovsky
· 9 years ago
fcd6862
esp8266: Bump iROM size to 512k.
by Paul Sokolovsky
· 9 years ago
ef0c5db
esp8266: Move .rodata where it belongs with -mforce-l32 help.
by Paul Sokolovsky
· 9 years ago
333a63e
esp8266/README: Add link to docs.
by Paul Sokolovsky
· 9 years ago
a0cb4ed
esp8266: Use VM_HOOK to call ets_loop_iter within the VM.
by Damien George
· 9 years ago
6a051a8
esp8266/uart: Get ctrl-C working now that event-based REPL is disabled.
by Damien George
· 9 years ago
fb6cc96
esp8266/uart: Comment out old, unused rx buffering code.
by Damien George
· 9 years ago
fc4c43a
esp8266: Switch to non event-driven REPL to support paste mode.
by Paul Sokolovsky
· 9 years ago
785cf9a
esp8266: Support dedicated REPL loop (aka pull-style).
by Paul Sokolovsky
· 9 years ago
777232c
esp8266: Disallow recursive calls to REPL.
by Paul Sokolovsky
· 9 years ago
5531437
esp8266: Move PHY mode constants from modesp to modnetwork.
by Paul Sokolovsky
· 9 years ago
4b597a1
esp8266: Reset term_obj on reboot.
by Damien George
· 9 years ago
98af891
esp8266: Implement input part of dupterm handling.
by Paul Sokolovsky
· 9 years ago
61fa7c8
esp8266: Switch back to accumulating input data via ring buffer.
by Paul Sokolovsky
· 9 years ago
2e75a17
esp8266: Fix issue when current repl line was garbage-collected.
by Paul Sokolovsky
· 9 years ago
9475cc5
esp8266: Support synchronous wifi scanning.
by Damien George
· 9 years ago
d88250c
esp8266: Reduce heap size for now to avoid random segfaults on WiFi connect.
by Paul Sokolovsky
· 9 years ago
c4506ed
esp8266: Let esp8266 "os" messages go to standard (REPL) UART.
by Paul Sokolovsky
· 9 years ago
402a743
esp8266/esp_mphal: Add support for debug UART-only output.
by Paul Sokolovsky
· 9 years ago
8fc5e56
esp8266: Enable uos.dupterm() method.
by Paul Sokolovsky
· 9 years ago
c961889
esp8266: Add basic support for duplicating REPL output.
by Paul Sokolovsky
· 9 years ago
6ca17c1
esp8266: Implement os.urandom function.
by Damien George
· 9 years ago
b4070ee
esp8266: Allow to build without FatFs support again.
by Paul Sokolovsky
· 9 years ago
2f02302
esp8266: Support importing modules from filesystem.
by Paul Sokolovsky
· 9 years ago
71d40f1
esp8266: Zero out fs_user_mount state on (soft) reset.
by Damien George
· 9 years ago
9edd736
esp8266/moduos: Add os.remove(), proxying to VFS object.
by Paul Sokolovsky
· 9 years ago
e8e116e
esp8266/moduos: Factor out VFS method proxy helper.
by Paul Sokolovsky
· 9 years ago
8b08a0d
esp8266/moduos: Add listdir() proxy for MP_STATE_PORT(fs_user_mount)[0].
by Paul Sokolovsky
· 9 years ago
61230e0
esp8266/moduos: Use mp_rom_map_elem_t for static const dictionary.
by Damien George
· 9 years ago
b01a373
esp8266: deploy: Use --flash_size=8m option to esptool.py.
by Paul Sokolovsky
· 9 years ago
cd6194a
esp8266/esp8266.ld: Put FatFs to FlashROM.
by Paul Sokolovsky
· 9 years ago
374654f
esp8266: Enable FatFs support.
by Paul Sokolovsky
· 9 years ago
fe9bc0c
esp8266/README: Update for the current status of the port.
by Paul Sokolovsky
· 9 years ago
bbc65d4
esp8266/modesp: flash_read(): Accept buffer to read to as a second argument.
by Paul Sokolovsky
· 9 years ago
fd86bf5
esp8266/modesp: flash_write(): Writes in multiples of 4 bytes.
by Paul Sokolovsky
· 9 years ago
53302f1
esp8266: Set up UART handling task soon into init process.
by Paul Sokolovsky
· 9 years ago
935e021
esp8266: Put modpybi2c.o to FlashROM.
by Paul Sokolovsky
· 9 years ago
c33a760
esp8266/tests: Add neopixel.py test.
by Damien George
· 9 years ago
3962766
esp8266: Add esp.neopixel_write function to bit-bang WS2812 data.
by Damien George
· 9 years ago
b62bead
esp8266: Link ADC class into machine module.
by Damien George
· 9 years ago
f71c069
esp8266: Put utils.o to FlashROM.
by Paul Sokolovsky
· 9 years ago
9c7e335
esp8266: Put lexerstr32.o into FlashROM.
by Paul Sokolovsky
· 9 years ago
ba640bd
esp8266/esppwm.c: Fix IRQ handler prototype.
by Paul Sokolovsky
· 9 years ago
632d8ef
esp8266: Add PWM support.
by Damien George
· 9 years ago
82b95f6
esp8266: Implement software SPI class.
by Damien George
· 9 years ago
ac67154
esp8266/README: Remove outdated reference to initial port heap size.
by Paul Sokolovsky
· 9 years ago
a5d48b1
esp8266: Add tests/onewire.py as a driver and test code for ds18b20 dev.
by Damien George
· 10 years ago
78d0dde
esp8266: Add onewire helper functions as C module.
by Damien George
· 10 years ago
0cdbd35
esp8266: Implement bit-bang I2C read, and add i2c.readfrom method.
by Damien George
· 9 years ago
5b9f361
esp8266: Clean up bit-bang I2C implementation.
by Damien George
· 9 years ago
667d64b
esp8266/modpybi2c: Add missing include.
by Paul Sokolovsky
· 9 years ago
dd32f02
esp8266: Add basic I2C driver, with init and writeto methods.
by Damien George
· 9 years ago
7059c8c
esp8266: Expose pin object as a public structure for use as C pin API.
by Damien George
· 9 years ago
a1d072d
esp8266: Enable auto-indent in REPL.
by Paul Sokolovsky
· 10 years ago
df1f678
esp8266: Add "socket" and "usocket" aliases for lwip module.
by Paul Sokolovsky
· 9 years ago
494aea3
esp8266: Enable non-blocking stream support.
by Paul Sokolovsky
· 10 years ago
5bc9398
esp8266: Enable more extmod's: uheapq, ure, uzlib.
by Damien George
· 9 years ago
8000d51
esp8266: Add module weak link from json to ujson.
by Damien George
· 9 years ago
1a0adf4
esp8266: Enable urandom module.
by Paul Sokolovsky
· 10 years ago
e673714
esp8266: Make mp_hal_delay_us work with new event framework.
by Damien George
· 9 years ago
58e2ad4
esp8266: Update README with the latest features.
by Paul Sokolovsky
· 9 years ago
556a1df
esp8266/ets_alt_task: Make FIRST_PRIO=0 to cover all task priorities.
by Damien George
· 9 years ago
9d7b871
esp8266: Store frozen modules in FlashROM.
by Paul Sokolovsky
· 9 years ago
e5c39a3
esp8266: Switch to lwIP built from source.
by Paul Sokolovsky
· 10 years ago
3d0e3a3
esp8266: Mention git submodule in build instructions for esp8266 port.
by Christopher Arndt
· 9 years ago
932f07c
esp8266: Rejig Makefile so extmod/modlwip.o is placed under build/.
by Damien George
· 10 years ago
4c2cb7e
esp8266: Define MICROPY_EVENT_POLL_HOOK for the port.
by Paul Sokolovsky
· 9 years ago
6e5c31c
esp8266: Be sure to build ets_alt_task.
by Paul Sokolovsky
· 9 years ago
Next »