index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
teensy
/
uart.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2015-11-30
stmhal: uart.any() function now returns number of bytes available.
Ryan Shaw
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-01-01
teensy: Prefix includes with py/; remove need for -I../py.
Damien George
2014-10-21
stmhal: Overhaul UART class to use read/write, and improve it.
v1.3.4
Damien George
2014-07-14
Fix teensy to build on latest tree.
Dave Hylands
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-15
Updated teensy to build.
Dave Hylands