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
/
esp_mphal.c
Age
Commit message (
Expand
)
Author
2017-08-31
Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...
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-22
esp8266: Move mp_hal_pin_open_drain from esp_mphal.c to machine_pin.c.
Damien George
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-04-10
Split up nativeio.
0.9.4
Scott Shawcroft
2017-03-20
esp8266: Enable micropython.schedule() with locking in pin callback.
Damien George
2016-09-29
lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port.
Paul Sokolovsky
2016-09-20
esp8266: Extend system microsecond counter to 64-bits; use in ticks_ms.
Damien George
2016-09-19
esp8266/esp_mphal: Add tentative change to mp_hal_stdin_rx_chr() to wait IRQ.
Paul Sokolovsky
2016-09-03
esp8266/modmachinewdt: Add .deinit() method.
Paul Sokolovsky
2016-08-20
esp8266/esp_mphal: No longer disable watchdog on startup.
Paul Sokolovsky
2016-07-31
esp8266/esp_mphal: Implement libc's errno.
Paul Sokolovsky
2016-07-05
esp8266/esp_mphal: Properly handle dupterm EOF after switching to readinto().
Paul Sokolovsky
2016-07-04
esp8266/esp_mphal: call_dupterm_read: Use readinto() method.
Paul Sokolovsky
2016-05-26
extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low.
Damien George
2016-05-24
esp8266/esp_mphal: mp_uos_dupterm_deactivate() may raise exception.
Paul Sokolovsky
2016-05-24
esp8266/esp_mphal: Handle Ctrl+C from dupterm (e.g. WebREPL).
Paul Sokolovsky
2016-05-24
esp8266/esp_mphal: Fix NLR buffer leak in call_dupterm_read().
Paul Sokolovsky
2016-05-20
extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream.
Paul Sokolovsky
2016-05-03
esp8266/esp_mphal: Add ets_esf_free_bufs(), etc. functions.
Paul Sokolovsky
2016-04-22
esp8266: Allow GPIO16 to be used as a pin in the uPy pin HAL.
Damien George
2016-04-22
esp8266: Convert mp_hal_pin_obj_t from pin ptr to simple integer.
Damien George
2016-04-21
esp8266/esp_mphal: Remove mp_hal_feed_watchdog.
Damien George
2016-04-17
esp8266/esp_mphal: Protect dupterm_task_handler() from recursive exec.
Paul Sokolovsky
2016-04-13
esp8266/esp_mphal: call_dupterm_read(): Fix order of deactivating on EOF.
Paul Sokolovsky
2016-04-13
esp8266/esp_mphal: Don't swallow exceptions in dupterm's read()/write().
Paul Sokolovsky
2016-04-01
esp8266: Support dedicated REPL loop (aka pull-style).
Paul Sokolovsky
2016-03-31
esp8266: Implement input part of dupterm handling.
Paul Sokolovsky
2016-03-30
esp8266: Switch back to accumulating input data via ring buffer.
Paul Sokolovsky
2016-03-29
esp8266/esp_mphal: Add support for debug UART-only output.
Paul Sokolovsky
2016-03-29
esp8266: Add basic support for duplicating REPL output.
Paul Sokolovsky
2016-03-23
esp8266: Make mp_hal_delay_us work with new event framework.
Damien George
2016-03-11
esp8266/esp_mphal: Add higher-level event polling function.
Paul Sokolovsky
2016-03-05
esp8266: Support raising KeyboardInterrupt on Ctrl+C.
Paul Sokolovsky
2016-03-05
esp8266: Add custom _assert() function.
Paul Sokolovsky
2016-03-04
esp8266: Reset "virtual RTC" on power on.
Paul Sokolovsky
2016-03-04
esp8266: Add mp_hal_delay_us function.
Damien George
2015-10-29
esp8266: Switch to standard mp_hal_ticks_ms() MPHAL function.
Paul Sokolovsky
2015-10-29
esp8266: Switch to standard mp_hal_delay_ms() MPHAL function.
Paul Sokolovsky
2015-10-29
esp8266: Switch to standard mp_hal_delay_us() MPHAL function.
Paul Sokolovsky
2015-05-28
esp8266: Enable setting CPU frequency to 160MHz
Josef Gajdusek
2015-05-12
esp8266: Implement time functions
Josef Gajdusek
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2014-11-27
esp8266: New port of Micro Python to ESP8266 wifi module.
Damien George