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-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
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora
2015-09-27
tests/wipy: Improve robustness of rtc_irq test.
Daniel Campora
2015-09-27
tests/wipy: Improve robustness of time test.
Daniel Campora
2015-09-27
cc3200: Implement support for os.dupterm().
Daniel Campora
2015-09-27
cc3200/mods: Use mp_obj_get_array_fixed_n() where applicable.
Daniel Campora
2015-09-27
cc3200/tools: Improve update script robustness.
Daniel Campora
2015-09-27
cc3200: New WLAN API including test.
Daniel Campora
2015-09-27
cc3200: New irq API, affects all classes that provide the irq method.
Daniel Campora
2015-09-26
unix/modjni: call_method(): If name doesn't match, cleanup via goto next_method.
Paul Sokolovsky
2015-09-26
unix/modjni: Need to really use per-rettype Call*Method functions.
Paul Sokolovsky
2015-09-24
unix/modjni: new_jobject(): Handle null reference.
Paul Sokolovsky
2015-09-24
py/compile: Put compiler state on the C stack.
Damien George
2015-09-23
docs: Bump version to 1.4.6.
Damien George
2015-09-23
unix/modjni: Factor out is_object_type().
Paul Sokolovsky
2015-09-23
windows: Make mpconfigport.h up-to-date with the unix port
stijn
2015-09-23
tests: Omit process output parsing in case of CalledProcessError
stijn
2015-09-23
py: Slightly simplify compile and emit of star/double-star arguments.
Damien George
2015-09-23
py: Fix call args when a stararg is followed by keyword args.
Delio Brignoli
2015-09-22
unix/modffi.c: cast first to intptr_t when casting from/to pointer
Vicente Olivert Riera
2015-09-22
unix/modjni: Move type analysis logic to new_jobject(), for reuse.
Paul Sokolovsky
2015-09-22
windows/msvc: Exclude modjni from build.
stijn
2015-09-21
cc3200: New SD and RTC API plus os and time modules' extensions.
Daniel Campora
2015-09-21
tests/wipy: Remove unneeded dependencies to pyb.Pin.
Daniel Campora
2015-09-21
cc3200: Correct safe boot level 1 blinking period.
Daniel Campora
2015-09-21
unix/modjni: Support for subscripting of Java lists (r/o so far).
Paul Sokolovsky
2015-09-20
unix/modjni: jvalue2py: Handle boolean.
Paul Sokolovsky
2015-09-19
tests: Add escaped quotes tests for REPL.
Alex March
2015-09-19
py/repl: Treat escaped quotes correctly in REPL continuation.
Alex March
2015-09-19
unix: Use MICROPY_HAL_H macro for header inclusion.
Alex March
2015-09-19
unix/modjni: py2jvalue: Pass jobject's down to Java.
Paul Sokolovsky
2015-09-18
drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip.
Damien George
2015-09-18
unix/modjni: py2jvalue: Handle both int and long java types (with TODO for lo...
Paul Sokolovsky
2015-09-17
unix/modjni: jvalue2py: Handle class-containing jvalues.
Paul Sokolovsky
2015-09-16
docs: Adapt WiPy's ADC doc and quickref to the new API.
Daniel Campora
2015-09-16
cc3200: New ADC API.
Daniel Campora
2015-09-16
tests/wipy: Improve I2C tests.
Daniel Campora
[next]