aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/esp_mphal.c
AgeCommit message (Expand)Author
2020-09-18all: Rename absolute time-based functions to include "epoch".Damien George
2020-08-22py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.Damien George
2020-05-08esp8266/esp_mphal: Move most functions in esp_mphal.c from iRAM to iROM.Damien George
2020-04-27py/stream: Remove mp_stream_errno and use system errno instead.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-07py/scheduler: Add "raise_exc" argument to mp_handle_pending.Damien George
2019-11-05all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).Damien George
2019-07-01ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed.Damien George
2019-05-24esp8266: Fix ticks_ms to correctly handle wraparound of system counter.Damien George
2018-05-21esp8266: Change UART(0) to attach to REPL via uos.dupterm interface.Damien George
2017-10-13extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-10-03esp8266/esp_mphal: Send data in chunks to mp_uos_dupterm_tx_strn.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George