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
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