index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
stmhal
/
help.c
Commit message (
Expand
)
Author
Age
*
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
*
stmhal: Update help text.
v1.3.3
Damien George
2014-10-02
*
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-24
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-05-02
*
stmhal: Update help text.
Damien George
2014-04-21
*
stmhal: Update help and comments re gpio changing to Pin.
Damien George
2014-04-18
*
stmhal: Improve help() function.
Damien George
2014-04-09
*
py: Change module globals from mp_map_t* to mp_obj_dict_t*.
Damien George
2014-04-05
*
Merge map.h into obj.h.
Damien George
2014-03-30
*
py: Rename old const type objects to mp_type_* for consistency.
Damien George
2014-03-29
*
stmhal: Remove ExtiMeta object and clean up class constants.
Damien George
2014-03-26
*
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Damien George
2014-03-26
*
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-26
*
stmhal: Update help function.
Damien George
2014-03-24