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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
teensy
/
modpyb.c
Age
Commit message (
Expand
)
Author
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-29
teensy: Switch from HAL_* to mp_hal_* functions.
Paul Sokolovsky
2015-10-11
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
Paul Sokolovsky
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-01-01
teensy: Prefix includes with py/; remove need for -I../py.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-09-28
Added pyb.elapsed_millis and pyb.elapsed_micros
Dave Hylands
2014-09-19
Add Timer support (PWM, OC, IC) for stmhal and teensy
Dave Hylands
2014-08-25
Add save/restore_irq
Dave Hylands
2014-08-02
Fix teensy to work with the latest tree.
Dave Hylands
2014-07-14
Fix teensy to build on latest tree.
Dave Hylands
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-15
Updated teensy to build.
Dave Hylands