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
/
Makefile
Age
Commit message (
Expand
)
Author
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