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
/
Makefile
Age
Commit message (
Expand
)
Author
2017-01-22
teensy: Convert to use builtin help function.
Damien George
2016-09-17
Updated FROZEN_DIR support as per f28efa19713977a61395b19fec1fe501aeee4c0e
Dave Hylands
2016-09-05
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Delio Brignoli
2016-04-25
cc3200, stmhal, teensy: Use pyhelp_print_obj function.
Colin Hogben
2016-04-16
py: Add rules for automated extraction of qstrs from sources.
Jan Čapek
2016-04-13
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2015-11-10
lib/utils/printf: Move from stmhal/ .
Paul Sokolovsky
2015-11-04
teensy: Switch over to using frozen modules instead of memzip
Dave Hylands
2015-11-04
lib/memzip: Factor out memzip from teensy/ into lib/memzip.
Dave Hylands
2015-10-31
stmhal: pyexec.c is common module, move to lib/utils/ .
Paul Sokolovsky
2015-10-24
Makefiles: Remove duplicate object files when linking.
Paul Sokolovsky
2015-10-19
all: Make netutils.h available to all ports by default.
Paul Sokolovsky
2015-04-05
string0.c: Move from stmhal/ to lib/.
Paul Sokolovsky
2015-01-12
teensy: Update for readline module moved to lib/.
Paul Sokolovsky
2015-01-01
teensy: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-27
Makefiles: Support py/*.h includes per #1022.
Paul Sokolovsky
2014-10-29
Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*
stijn
2014-09-23
Add pulse_width_percent to teensy.
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-08
stmhal/teensy: Use _ instead of - in source file names.
Damien George
2014-08-07
Add support for selecting pin alternate functions from python.
Dave Hylands
2014-08-03
Updated teensys usb.c and switched to using usb.h from stmhal.
Dave Hylands
2014-07-14
Add core files and use same toolchain as stmhal
Dave Hylands
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-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-02-10
Updated teensy to work with latest on master
Dave Hylands
2014-01-24
Rework makefiles. Add proper dependency checking.
Dave Hylands
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