aboutsummaryrefslogtreecommitdiff
path: root/stm
AgeCommit message (Expand)Author
2014-01-14Add ADC support for internal TEMP/VBAT/VREFmux
2014-01-14Implement initial ADC supportmux
2014-01-14Add missing ADC drivermux
2014-01-13Add "buffer management" and "shrink" API calls to vstr.Paul Sokolovsky
2014-01-13Consolidate rt_make_function_[0123] to rt_make_function_n.Damien George
2014-01-13Merge pull request #168 from dhylands/add-strstrDamien George
2014-01-13Cleanup built-ins, and fix some compiler warnings/errors.Damien George
2014-01-12Added public domain implementations of strchr and strstr.Dave Hylands
2014-01-12Merge pull request #157 from dhylands/printf-floatDamien George
2014-01-13stm: Re-instate C debugging USART port (disabled by default).Damien George
2014-01-12Added a hacky implementation for %gDave Hylands
2014-01-11Added memzip filesystem support for teensyDave Hylands
2014-01-11stm: Disable usart calls from C.Damien George
2014-01-10Fix usart_obj_tx_strmux
2014-01-09Use memcpy instead of strncpy; add usart.status to stm.Damien George
2014-01-09Merge pull request #127 from iabdalkader/masterDamien George
2014-01-09py: Implement base class lookup, issubclass, isinstance.Damien George
2014-01-09Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr.Damien George
2014-01-09Fix Makefile typomux
2014-01-09Add DEBUG flag to Makefilemux
2014-01-09Add USART Micro Python Bindingsmux
2014-01-08Make build output quieter.Dave Hylands
2014-01-08Merge pull request #118 from dhylands/stm-use-OBJCOPY-SIZE-macrosDamien George
2014-01-08py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.Damien George
2014-01-08Update stm/Makeile to use OBJCOPY and SIZE macrosDave Hylands
2014-01-08Merge pull request #112 from iabdalkader/masterDamien George
2014-01-08Move lexerstr to main py directory (everyone uses it).Damien George
2014-01-08Use LSI OSC for RTC clock when LSE is not detectedmux
2014-01-08Updated teensy to use common code from stm directory.Dave Hylands
2014-01-07Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-c...Damien George
2014-01-07Factor and simplify Makefile's and mpconfig, part 2.Damien George
2014-01-07Factor and simplify Makefile's and mpconfig.Damien George
2014-01-06stm: Re-fix LED defines.Damien George
2014-01-06Merge branch 'master' of https://github.com/iabdalkader/micropythonDamien George
2014-01-06Revert MP_BOOL, etc. and use <stdbool.h> insteadian-v
2014-01-06Co-exist with C++ (issue #85)ian-v
2014-01-06Fix LED pin enummux
2014-01-05Merge pull request #89 from pfalcon/c99-tagged-structsDamien George
2014-01-05stm: pull-up usr switch on pyboard (fixes regression).Damien George
2014-01-05Convert many object types structs to use C99 tagged initializer syntax.Paul Sokolovsky
2014-01-05Add Initial Support for STM32F4DISCOVERY Boardmux
2014-01-05stm: allow more flash for the binary.Damien George
2014-01-05stm: rename sw_xx to switch_xx; change Python bindings to new version.Damien George
2014-01-05Merge pull request #82 from iabdalkader/masterDamien George
2014-01-05Move user switch code into a separate modulemux
2014-01-05Add fatfs readme/license.Damien George
2014-01-04Convert Python types to proper Python type hierarchy.Damien George
2014-01-04Don't error out if build/ directory already exists.Paul Sokolovsky
2014-01-04Split qstr into pools, and put initial pool in ROM.Damien George
2014-01-04stm: Add comments for storage read from cache.Damien George