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