index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
teensy
/
modpyb.c
Commit message (
Expand
)
Author
Age
*
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-21
*
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-22
*
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-11-09
*
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-31
*
teensy: Switch from HAL_* to mp_hal_* functions.
Paul Sokolovsky
2015-10-29
*
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
Paul Sokolovsky
2015-10-11
*
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-02-13
*
teensy: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
*
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-11-29
*
Added pyb.elapsed_millis and pyb.elapsed_micros
Dave Hylands
2014-09-28
*
Add Timer support (PWM, OC, IC) for stmhal and teensy
Dave Hylands
2014-09-19
*
Add save/restore_irq
Dave Hylands
2014-08-25
*
Fix teensy to work with the latest tree.
Dave Hylands
2014-08-02
*
Fix teensy to build on latest tree.
Dave Hylands
2014-07-14
*
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-03
*
Updated teensy to build.
Dave Hylands
2014-06-15