index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
teensy
Age
Commit message (
Expand
)
Author
2014-08-07
Add support for selecting pin alternate functions from python.
Dave Hylands
2014-08-04
Follow rename of readline_init to readline_init0 on teensy
Dave Hylands
2014-08-04
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-08-04
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Damien George
2014-08-03
Updated teensys usb.c and switched to using usb.h from stmhal.
Dave Hylands
2014-08-02
Fix teensy to work with the latest tree.
Dave Hylands
2014-07-14
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-03
lexer: Convert type (u)int to mp_(u)int_t.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-02
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George
2014-06-18
bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGS
Sven Wegener
2014-06-15
Updated teensy to build.
Dave Hylands
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-08
Improve REPL detecting when input needs to continue.
Damien George
2014-04-07
Add uPy welcome message to UNIX and Windows ports; update Teensy port.
Damien George
2014-04-06
py: Add option to compiler to specify default code emitter.
Damien George
2014-04-05
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-03-31
Update README.md
jon mills
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-12
Remove mp_obj_new_exception_msg_1_arg and _2_arg.
Damien George
2014-02-10
Bah - Removed a couple of warnings for teensy that I didn't notice before.
Dave Hylands
2014-02-10
stm: Remove unused, useless and not-to-be-used strndup.
Damien George
2014-02-10
Merge pull request #271 from dhylands/teensy-2014-02-10
Damien George
2014-02-10
Updated teensy to work with latest on master
Dave Hylands
2014-02-10
Get rid of calloc().
Paul Sokolovsky
2014-01-24
Rework makefiles. Add proper dependency checking.
Dave Hylands
2014-01-18
Add source file name and line number to error messages.
Damien George
2014-01-13
made DEBUG control CFLAGS in Makefiles oter than stm as well.
John R. Lenton
2014-01-11
Added memzip filesystem support for teensy
Dave Hylands
2014-01-08
Make build output quieter.
Dave Hylands
2014-01-08
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-06
Initial support for Teensy 3.1
Dave Hylands