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
/
main.c
Commit message (
Expand
)
Author
Age
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-31
*
teensy/main: Remove unnecessary header includes.
Damien George
2017-02-17
*
py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.
Damien George
2016-10-14
*
teensy: Fix execution of frozen boot.py and main.py
Dave Hylands
2016-08-22
*
py/runtime: mp_stack_ctrl_init() should be called immediately on startup.
Paul Sokolovsky
2016-01-29
*
lib/utils: Add pyexec_frozen_module to load and execute frozen module.
Damien George
2015-12-26
*
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-11-09
*
teensy: Switch over to using frozen modules instead of memzip
Dave Hylands
2015-11-04
*
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-31
*
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-02-13
*
py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str.
Damien George
2015-01-29
*
py: Change vstr so that it doesn't null terminate buffer by default.
Damien George
2015-01-28
*
py: Put all global state together in state structures.
Damien George
2015-01-07
*
teensy: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
*
teensy: Enable 8-byte stack alignment for IRQ Handlers.
Dave Hylands
2014-09-28
*
py: Move definition of mp_sys_exit to core.
Damien George
2014-09-15
*
Add support for selecting pin alternate functions from python.
Dave Hylands
2014-08-07
*
Follow rename of readline_init to readline_init0 on teensy
Dave Hylands
2014-08-04
*
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Damien George
2014-08-04
*
Fix teensy to work with the latest tree.
Dave Hylands
2014-08-02
*
Add core files and use same toolchain as stmhal
Dave Hylands
2014-07-14
*
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
*
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George
2014-07-02
|
\
|
*
Updated teensy to build.
Dave Hylands
2014-06-15
|
/
*
Improve REPL detecting when input needs to continue.
Damien George
2014-04-08
*
Add uPy welcome message to UNIX and Windows ports; update Teensy port.
Damien George
2014-04-07
*
py: Add option to compiler to specify default code emitter.
Damien George
2014-04-06
*
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-04-05
*
Rename rt_* to mp_*.
Damien George
2014-03-30
*
Implement proper exception type hierarchy.
Damien George
2014-02-15
*
Remove mp_obj_new_exception_msg_1_arg and _2_arg.
Damien George
2014-02-12
*
Updated teensy to work with latest on master
Dave Hylands
2014-02-10
*
Add source file name and line number to error messages.
Damien George
2014-01-18
*
Added memzip filesystem support for teensy
Dave Hylands
2014-01-11
*
Update teemsy/Makefile to use py.mk
Dave Hylands
2014-01-08
*
Move lexerstr to main py directory (everyone uses it).
Damien George
2014-01-08
*
Updated teensy to use common code from stm directory.
Dave Hylands
2014-01-08
*
Initial support for Teensy 3.1
Dave Hylands
2014-01-06