aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-25Merge pull request #375 from dhylands/stmhal-adcDamien George
2014-03-24Fix netduino to buildDave Hylands
2014-03-25objexcept: Add "args" exception attribute, as well as StopIteration.value.Paul Sokolovsky
2014-03-25rt_load_method(): Add missing qstr_str() when getting type name.Paul Sokolovsky
2014-03-24stmhal: Make pyb.ADC the ADC class (not a function).Damien George
2014-03-24stmhal - fixed up adc stuffDave Hylands
2014-03-24stmhal: Add comment to DAC driver for function to implement.Damien George
2014-03-24stmhal: Add DAC driver.Damien George
2014-03-24Update README.Damien George
2014-03-24Add tools/pyboard.py, a simple module to communicate with the pyboard.Damien George
2014-03-24stmhal: Improve REPL CTRL commands.Damien George
2014-03-24stmhal: Fix bug with USB CDC transmit buffer wrap around.Damien George
2014-03-24Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-03-24stmhal: Make Led, Servo and Accel their class, not a function.Damien George
2014-03-24stmhal: Update help function.Damien George
2014-03-24py: Remove obsolete declarations; make mp_obj_get_array consistent.Damien George
2014-03-24Merge pull request #367 from pfalcon/del-nameDamien George
2014-03-23py: Implement support for "except Exception as var" clause.Paul Sokolovsky
2014-03-23runtime: RT_BINARY_OP_EXCEPTION_MATCH: don't fall thru in case of wrong types.Paul Sokolovsky
2014-03-23vm: Abstract working with tagged pointers in VM using macro accessors.Paul Sokolovsky
2014-03-23stmhal: Fix issues with USB CDC init and receive.Damien George
2014-03-23stmhal: Improved interface to accelerometer.Damien George
2014-03-23stmhal: Remove servo LED debugging.Damien George
2014-03-23stm/stmhal: Change gammaf to tgammaf.Damien George
2014-03-23Merge pull request #365 from xbe/tgammaDamien George
2014-03-23Merge pull request #354 from xbe/osx-fixDamien George
2014-03-23stmhal: Change flash MSD from fixed to removable drive.Damien George
2014-03-23py/builtinmath.c: use tgamma() instead of gamma().xbe
2014-03-22Fix OS X detection.xbe
2014-03-23stmhal: Copy changes to math.c from stm port.Damien George
2014-03-23Merge pull request #356 from iabdalkader/d2fDamien George
2014-03-23Merge pull request #364 from pfalcon/mpz-unbreak-int-longDamien George
2014-03-23Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-03-23stmhal: Improve LED intensity get/set method.Damien George
2014-03-23py: Improve dir(): extract names from type->methods table.Damien George
2014-03-23objint_mpz: Quick&dirty implementation of bitwise operations.Paul Sokolovsky
2014-03-23run-tests: Dump output of failing tests to files again.Paul Sokolovsky
2014-03-22stmhal: Rename servo_TIM2_Handle -> TIM2_Handle.Damien George
2014-03-22Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-03-22stmhal: Add intensity method for blue LED.Damien George
2014-03-22stmhal: Add input() and pyb.input() functions.Damien George
2014-03-22py: Remove some unnecessary exception objects.Damien George
2014-03-22objgenerator: Add comments for latest mp_obj_gen_instance_t refactors.Paul Sokolovsky
2014-03-22py: Add 'object' object.Damien George
2014-03-22py: Add function to convert long int to float.Damien George
2014-03-22stm/stmhal: Add more math stubs.Damien George
2014-03-22py: Fix types in new math functions.Damien George
2014-03-22py: Fix int -> machine_uint_t.Damien George
2014-03-22Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-03-22Merge pull request #360 from rjdowdall/masterDamien George