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
/
stm
Commit message (
Expand
)
Author
Age
*
Change int to uint for n_args in function with variable arguments.
Damien George
2014-01-19
*
py: Add full traceback to exception printing.
Damien George
2014-01-19
*
Add source file name and line number to error messages.
Damien George
2014-01-18
*
stm: Add stm import support.
Damien George
2014-01-16
*
stm: Fix print methods with new kind argument.
Damien George
2014-01-15
*
Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr
Damien George
2014-01-15
|
\
|
*
type->print(): Distinguish str() and repr() variety by passing extra param.
Paul Sokolovsky
2014-01-15
*
|
Convert parse errors to exceptions.
Damien George
2014-01-15
|
/
*
stm: Include libgcc for __aeabi_d2f and __aeabi_f2d functions.
Damien George
2014-01-14
*
Merge pull request #175 from iabdalkader/master
Damien George
2014-01-14
|
\
|
*
Add ADC support for internal TEMP/VBAT/VREF
mux
2014-01-14
|
*
Implement initial ADC support
mux
2014-01-14
|
*
Add missing ADC driver
mux
2014-01-14
*
|
Add "buffer management" and "shrink" API calls to vstr.
Paul Sokolovsky
2014-01-13
|
/
*
Consolidate rt_make_function_[0123] to rt_make_function_n.
Damien George
2014-01-13
*
Merge pull request #168 from dhylands/add-strstr
Damien George
2014-01-13
|
\
|
*
Added public domain implementations of strchr and strstr.
Dave Hylands
2014-01-12
*
|
Cleanup built-ins, and fix some compiler warnings/errors.
Damien George
2014-01-13
|
/
*
Merge pull request #157 from dhylands/printf-float
Damien George
2014-01-12
|
\
|
*
Added a hacky implementation for %g
Dave Hylands
2014-01-12
*
|
stm: Re-instate C debugging USART port (disabled by default).
Damien George
2014-01-13
|
/
*
Added memzip filesystem support for teensy
Dave Hylands
2014-01-11
*
stm: Disable usart calls from C.
Damien George
2014-01-11
*
Fix usart_obj_tx_str
mux
2014-01-10
*
Use memcpy instead of strncpy; add usart.status to stm.
Damien George
2014-01-09
*
Merge pull request #127 from iabdalkader/master
Damien George
2014-01-09
|
\
|
*
Fix Makefile typo
mux
2014-01-09
|
*
Add DEBUG flag to Makefile
mux
2014-01-09
|
*
Add USART Micro Python Bindings
mux
2014-01-09
*
|
py: Implement base class lookup, issubclass, isinstance.
Damien George
2014-01-09
*
|
Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr.
Damien George
2014-01-09
|
/
*
Make build output quieter.
Dave Hylands
2014-01-08
*
Merge pull request #118 from dhylands/stm-use-OBJCOPY-SIZE-macros
Damien George
2014-01-08
|
\
|
*
Update stm/Makeile to use OBJCOPY and SIZE macros
Dave Hylands
2014-01-08
*
|
py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.
Damien George
2014-01-08
|
/
*
Merge pull request #112 from iabdalkader/master
Damien George
2014-01-08
|
\
|
*
Use LSI OSC for RTC clock when LSE is not detected
mux
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-08
|
/
*
Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-c...
Damien George
2014-01-07
|
\
|
*
Revert MP_BOOL, etc. and use <stdbool.h> instead
ian-v
2014-01-06
|
*
Co-exist with C++ (issue #85)
ian-v
2014-01-06
*
|
Factor and simplify Makefile's and mpconfig, part 2.
Damien George
2014-01-07
*
|
Factor and simplify Makefile's and mpconfig.
Damien George
2014-01-07
*
|
stm: Re-fix LED defines.
Damien George
2014-01-06
*
|
Merge branch 'master' of https://github.com/iabdalkader/micropython
Damien George
2014-01-06
|
\
\
|
|
/
|
/
|
|
*
Fix LED pin enum
mux
2014-01-06
*
|
Merge pull request #89 from pfalcon/c99-tagged-structs
Damien George
2014-01-05
|
\
\
|
*
|
Convert many object types structs to use C99 tagged initializer syntax.
Paul Sokolovsky
2014-01-05
*
|
|
stm: pull-up usr switch on pyboard (fixes regression).
Damien George
2014-01-05
|
|
/
|
/
|
[next]