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
/
stmhal
/
portmodules.h
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-07-18
all: Unify header guard usage.
Alexander Steffen
2016-11-21
stmhal/moduselect: Move to extmod/ for reuse by other ports.
Paul Sokolovsky
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2015-10-19
stmhal: Implement os.dupterm (was pyb.repl_uart).
Damien George
2015-10-19
stmhal: Add sleep_{ms,us} and ticks_{ms,us,cpu,diff} to time module.
Damien George
2015-05-13
lib: Move time utility functions to common library.
Josef Gajdusek
2015-03-04
stmhal: Make os.sync use disk_ioctl exclusively; reuse os.sync in pyb.
Damien George
2014-10-12
stmhal: Enable module weak links.
Damien George
2014-09-30
stmhal: Add network and usocket module.
Damien George
2014-09-07
Remove skeletal modselect from extmod and just put it in stmhal.
Damien George
2014-08-24
stmhal, modtime: Small changes, reduced code size by around 80 bytes.
Damien George
2014-07-19
stmhal: Add file.flush and os.stat.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George