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
2015-10-10
drivers/sdcard: Allow up to 5 retries to initialise SD card.
Damien George
2015-10-10
docs: Describe properly how MCU can be woken from pyb.standby() state.
Damien George
2015-10-10
unix/modjni: py2jvalue: Support bool and None values.
Paul Sokolovsky
2015-10-09
tests: In pyb RTC tests, check wakeup register values.
Peter Hinch
2015-10-09
stmhal: Fix USB CDC-only mode under Windows.
Dave Hylands
2015-10-08
py/parse: Factor logic when creating parse node from and-rule.
Damien George
2015-10-09
unix/modjni: jvalue2py() is currently not used.
Paul Sokolovsky
2015-10-08
unix/modjni: Allow to access fields of objects.
Paul Sokolovsky
2015-10-08
py: Don't generate unnecessary parse nodes for assignment or kwargs.
Damien George
2015-10-08
tests: Add test for evaluation order of dictionary key/value pairs.
Damien George
2015-10-08
py/emitnative: Raise ViperTypeError for unsupported unary ops.
Damien George
2015-10-08
py/compile: Fix edge case when constant-folding negation of integer.
Damien George
2015-10-08
stmhal: Fix RTC.wakeup so it correctly calculates WUT for large periods.
Damien George
2015-10-07
unix/modjni: After Call*Method(), Java exception should always be checked.
Paul Sokolovsky
2015-10-06
stmhal: In RTC.wakeup, fix setting of wucksel to get correct period.
Damien George
2015-10-06
docs: Update esp8266 documentation to match the code.
Radomir Dopieralski
2015-10-06
modussl: SSL socket wrapper module based on axTLS.
Paul Sokolovsky
2015-10-05
tests/basics/builtin_range: PEP8 fixes.
Paul Sokolovsky
2015-10-04
lib/axtls: Update submodule, adds .gitignore .
Paul Sokolovsky
2015-10-04
unix: Add support for building axtls dependency lib.
Paul Sokolovsky
2015-10-04
lib/axtls: Add axtls git submodule, dependency of modussl.
Paul Sokolovsky
2015-10-04
unix/modjni: jclass.__str__/__repr__: Return Java .toString() value.
Paul Sokolovsky
2015-10-03
py: Allow to enable inline assembler without native emitter.
Damien George
2015-10-03
unix/modjni: jobject.__str__/__repr__: Return Java .toString() value.
Paul Sokolovsky
2015-10-02
tests: Allow tests to pass against CPython 3.5.
Damien George
2015-10-02
unix/modjni: Convert Java's IndexOutOfBoundsException to Python's IndexError.
Paul Sokolovsky
2015-10-02
minimal: Tune parser chunk allocation policy for very small heap.
Damien George
2015-10-02
py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.
Damien George
2015-10-01
py: Catch all cases of integer (big and small) division by zero.
Damien George
2015-10-01
py/mpz: Fix bignum anding of large negative with smaller positive int.
Damien George
2015-10-01
tests: Add further tests for mpz code.
Damien George
2015-10-01
py/mpz: Force rhs of mpz_shl_inpl/mpz_shr_inpl to be unsigned.
Damien George
2015-10-01
py/mpz: Raise NotImplError instead of failing assertion.
Damien George
2015-10-01
py/parsenum: Provide detailed error for int parsing with escaped bytes.
Damien George
2015-10-01
unix/modjni: Propagate Java exceptions on list access.
Paul Sokolovsky
2015-09-30
unix/modjni: Fix method argument matching.
Paul Sokolovsky
2015-09-29
unix/modjni: Implement len() for objects with java.util.List interface.
Paul Sokolovsky
2015-09-28
unix/modjni: call_method: Delete done local references in loop.
Paul Sokolovsky
2015-09-28
py/objrange: Bugfix for range_subscr() when index is a slice object.
Tom Soulanille
2015-09-28
tests: Test slicing a range that does not start at zero.
Tom Soulanille
2015-09-27
unix/modjni: call_method: Better resource release.
Paul Sokolovsky
2015-09-28
cc3200: WiPy SW v1.0.0 release.
Daniel Campora
2015-09-27
tests/wipy: Skip the rtc_irq test.
Daniel Campora
2015-09-27
cc3200: Always reset WLAN after setting the mode.
Daniel Campora
2015-09-27
cc3200: Make auth param positional in wlan.connect.
Daniel Campora
2015-09-27
tests: Skip uheapq1 test if target is WiPy.
Daniel Campora
2015-09-27
cc3200: Disable uheapq and uhashlib.
Daniel Campora
2015-09-27
tests/wipy: Fix error in wlan test.
Daniel Campora
2015-09-27
tests/wipy: Add machine module tests.
Daniel Campora
2015-09-27
tests: Skip extmod machine tests when target is WiPy.
Daniel Campora
[next]