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
/
stm
Age
Commit message (
Expand
)
Author
2014-01-09
Add USART Micro Python Bindings
mux
2014-01-08
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
py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.
Damien George
2014-01-08
Update stm/Makeile to use OBJCOPY and SIZE macros
Dave Hylands
2014-01-08
Merge pull request #112 from iabdalkader/master
Damien George
2014-01-08
Move lexerstr to main py directory (everyone uses it).
Damien George
2014-01-08
Use LSI OSC for RTC clock when LSE is not detected
mux
2014-01-08
Updated teensy to use common code from stm directory.
Dave Hylands
2014-01-07
Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-c...
Damien George
2014-01-07
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-06
stm: Re-fix LED defines.
Damien George
2014-01-06
Merge branch 'master' of https://github.com/iabdalkader/micropython
Damien George
2014-01-06
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
Fix LED pin enum
mux
2014-01-05
Merge pull request #89 from pfalcon/c99-tagged-structs
Damien George
2014-01-05
stm: pull-up usr switch on pyboard (fixes regression).
Damien George
2014-01-05
Convert many object types structs to use C99 tagged initializer syntax.
Paul Sokolovsky
2014-01-05
Add Initial Support for STM32F4DISCOVERY Board
mux
2014-01-05
stm: allow more flash for the binary.
Damien George
2014-01-05
stm: rename sw_xx to switch_xx; change Python bindings to new version.
Damien George
2014-01-05
Merge pull request #82 from iabdalkader/master
Damien George
2014-01-05
Move user switch code into a separate module
mux
2014-01-05
Add fatfs readme/license.
Damien George
2014-01-04
Convert Python types to proper Python type hierarchy.
Damien George
2014-01-04
Don't error out if build/ directory already exists.
Paul Sokolovsky
2014-01-04
Split qstr into pools, and put initial pool in ROM.
Damien George
2014-01-04
stm: Add comments for storage read from cache.
Damien George
2014-01-04
Fix issue #62: Cache loses data
stevie67
2014-01-04
Add basic implementation of slice object.
Paul Sokolovsky
2014-01-03
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
Paul Sokolovsky
2014-01-03
Merge pull request #45 from iabdalkader/master
Damien George
2014-01-03
Change mp_compile so that it returns a function object for the module.
Damien George
2014-01-03
Basic implementation of import.
Damien George
2014-01-03
Change dfu.py to be Python 2/3 compatible
mux
2014-01-03
Change old use of module creation to new proper use.
Damien George
2014-01-02
Add module object, to be used eventually for import.
Damien George
2013-12-30
Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist.
Paul Sokolovsky
2013-12-30
Put unicode functions in unicode.c, and tidy their names.
Damien George
2013-12-30
Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.
Damien George
2013-12-29
Change memory allocation API to require size for free and realloc.
Damien
2013-12-29
Add CODECONVENTIONS, and modify i2c module to conform.
Damien
2013-12-28
changes to Makefile and main.c to add i2c.c
Hagen Kaye
2013-12-28
Added i2c python interface object
Hagen Kaye
2013-12-21
stm: Tidy up some wlan code.
Damien
2013-12-21
stm: fix some compiler warnings in CC3000 code.
Damien
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-12-20
Fix a few compiler warnings.
Damien
[next]