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
Age
Commit message (
Expand
)
Author
2014-03-25
stmhal: Change Usart creation function to class make_new.
Damien George
2014-03-25
stmhal: Shuffle around some init functions in main().
Damien George
2014-03-25
stmhal: Add I2C support; change accel driver to use new I2C.
Damien George
2014-03-25
Merge pull request #370 from xbe/str-rfind
Damien George
2014-03-25
py: Replace naive and teribble hash function with djb2.
Damien George
2014-03-25
py: Removed some unnecessary exception objects.
Damien George
2014-03-25
Proper support for registering builtin modules in ROM.
Damien George
2014-03-25
Merge pull request #373 from iabdalkader/module_register
Damien George
2014-03-25
Merge pull request #375 from dhylands/stmhal-adc
Damien George
2014-03-24
Fix netduino to build
Dave Hylands
2014-03-25
objexcept: Add "args" exception attribute, as well as StopIteration.value.
Paul Sokolovsky
2014-03-25
rt_load_method(): Add missing qstr_str() when getting type name.
Paul Sokolovsky
2014-03-25
Add mp_obj_module_register
mux
2014-03-24
stmhal: Make pyb.ADC the ADC class (not a function).
Damien George
2014-03-24
stmhal - fixed up adc stuff
Dave Hylands
2014-03-24
stmhal: Add comment to DAC driver for function to implement.
Damien George
2014-03-24
stmhal: Add DAC driver.
Damien George
2014-03-24
Update README.
Damien George
2014-03-24
Add tools/pyboard.py, a simple module to communicate with the pyboard.
Damien George
2014-03-24
stmhal: Improve REPL CTRL commands.
Damien George
2014-03-24
stmhal: Fix bug with USB CDC transmit buffer wrap around.
Damien George
2014-03-24
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-24
stmhal: Make Led, Servo and Accel their class, not a function.
Damien George
2014-03-24
stmhal: Update help function.
Damien George
2014-03-24
py: Remove obsolete declarations; make mp_obj_get_array consistent.
Damien George
2014-03-24
Implement str.rfind() and add tests for it.
xbe
2014-03-23
py/objstr.c: Remove done TODOs.
xbe
2014-03-24
Merge pull request #367 from pfalcon/del-name
Damien George
2014-03-23
py: Implement support for "except Exception as var" clause.
Paul Sokolovsky
2014-03-23
runtime: RT_BINARY_OP_EXCEPTION_MATCH: don't fall thru in case of wrong types.
Paul Sokolovsky
2014-03-23
vm: Abstract working with tagged pointers in VM using macro accessors.
Paul Sokolovsky
2014-03-23
stmhal: Fix issues with USB CDC init and receive.
Damien George
2014-03-23
stmhal: Improved interface to accelerometer.
Damien George
2014-03-23
stmhal: Remove servo LED debugging.
Damien George
2014-03-23
stm/stmhal: Change gammaf to tgammaf.
Damien George
2014-03-23
Merge pull request #365 from xbe/tgamma
Damien George
2014-03-23
Merge pull request #354 from xbe/osx-fix
Damien George
2014-03-23
stmhal: Change flash MSD from fixed to removable drive.
Damien George
2014-03-23
py/builtinmath.c: use tgamma() instead of gamma().
xbe
2014-03-22
Fix OS X detection.
xbe
2014-03-23
stmhal: Copy changes to math.c from stm port.
Damien George
2014-03-23
Merge pull request #356 from iabdalkader/d2f
Damien George
2014-03-23
Merge pull request #364 from pfalcon/mpz-unbreak-int-long
Damien George
2014-03-23
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-23
stmhal: Improve LED intensity get/set method.
Damien George
2014-03-23
py: Improve dir(): extract names from type->methods table.
Damien George
2014-03-23
objint_mpz: Quick&dirty implementation of bitwise operations.
Paul Sokolovsky
2014-03-23
run-tests: Dump output of failing tests to files again.
Paul Sokolovsky
2014-03-22
stmhal: Rename servo_TIM2_Handle -> TIM2_Handle.
Damien George
2014-03-22
Merge branch 'master' of github.com:micropython/micropython
Damien George
[next]