aboutsummaryrefslogtreecommitdiff
path: root/stm/led.c
AgeCommit message (Expand)Author
2014-05-21stm: Remove long-obsolete stm/ port.Damien George
2014-03-30Merge map.h into obj.h.Damien George
2014-03-26Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George
2014-03-26Change mp_method_t.name from const char * to qstr.Damien George
2014-02-26Update LED configurationDave Hylands
2014-02-23stm: Make pendsv_nlr_jump work when debugging is enabled.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-15Change mp_obj_type_t.name from const char * to qstr.Damien George
2014-02-01stm: Add support for ctrl-C to interrupt running Python.Damien George
2014-01-23stm: Remove unnecessary #includes; small other changes.Damien George
2014-01-23Move LED defs to mpconfigport.hmux
2014-01-21stm: Clean up main.c; disable libgcc by default.Damien George
2014-01-21stm: Put TARGET in mpconfigport.h; support PYBv4.Damien George
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2014-01-15stm: Fix print methods with new kind argument.Damien George
2014-01-07Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-c...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-04Convert Python types to proper Python type hierarchy.Damien George
2013-12-21Change object representation from 1 big union to individual structs.Damien
2013-10-23Implement simple servo control using PWM.Damien
2013-10-19Working SysTick, code factoring, some boot-up code.Damien
2013-10-18Partially implement proper flash storage.Damien