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
/
unix
/
unix_mphal.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-04-11
unix, windows: Use core-provided KeyboardInterrupt exception object.
Damien George
2016-05-21
unix/unix_mphal: Implement mp_hal_ticks_us().
Paul Sokolovsky
2016-03-27
unix/unix_mphal: Hack to make uos.dupterm() actually work.
Paul Sokolovsky
2016-01-01
unix/unix_mphal: Be sure to wrap dupterm code with MICROPY_PY_OS_DUPTERM.
Paul Sokolovsky
2016-01-01
unix/unix_mphal: Handle exceptions in call to dupterm's .read().
Paul Sokolovsky
2016-01-01
extmod/moduos_dupterm: Make mp_uos_dupterm_tx_strn() function reusable.
Paul Sokolovsky
2015-12-28
unix: Implement uos.dupterm(). Conditional on MICROPY_PY_OS_DUPTERM.
Paul Sokolovsky
2015-12-23
unix/unix_mphal: Raise KeyboardInterrupt straight from signal handler.
Paul Sokolovsky
2015-12-18
unix/unix_mphal: Just consistently set sigaction.sa_flags to 0.
Paul Sokolovsky
2015-12-17
unix/unix_mphal: Properly initialize struct sigaction.
Paul Sokolovsky
2015-11-27
unix/unix_mphal: Use size_t instead of mp_uint_t in stdout_tx_strn decls.
Damien George
2015-11-03
unix/unix_mphal: Typo fix in comment.
Paul Sokolovsky
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-27
unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms().
Paul Sokolovsky
2015-10-19
unix/unix_mphal: Implement HAL_Delay() and HAL_GetTick().
Paul Sokolovsky
2015-09-19
unix: Use MICROPY_HAL_H macro for header inclusion.
Alex March
2015-05-27
unix: Add option to use uPy readline, and enable by default.
Damien George
2015-05-27
unix: Factor out stdio and ctrl-C code to unix_mphal.c file.
Damien George