aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-29unix/modjni: Implement len() for objects with java.util.List interface.Paul Sokolovsky
2015-09-28unix/modjni: call_method: Delete done local references in loop.Paul Sokolovsky
2015-09-28py/objrange: Bugfix for range_subscr() when index is a slice object.Tom Soulanille
2015-09-28tests: Test slicing a range that does not start at zero.Tom Soulanille
2015-09-27unix/modjni: call_method: Better resource release.Paul Sokolovsky
2015-09-28cc3200: WiPy SW v1.0.0 release.Daniel Campora
2015-09-27tests/wipy: Skip the rtc_irq test.Daniel Campora
2015-09-27cc3200: Always reset WLAN after setting the mode.Daniel Campora
2015-09-27cc3200: Make auth param positional in wlan.connect.Daniel Campora
2015-09-27tests: Skip uheapq1 test if target is WiPy.Daniel Campora
2015-09-27cc3200: Disable uheapq and uhashlib.Daniel Campora
2015-09-27tests/wipy: Fix error in wlan test.Daniel Campora
2015-09-27tests/wipy: Add machine module tests.Daniel Campora
2015-09-27tests: Skip extmod machine tests when target is WiPy.Daniel Campora
2015-09-27cc3200: Rename pyb module to machine.Daniel Campora
2015-09-27tests/wipy: Improve robustness of rtc_irq test.Daniel Campora
2015-09-27tests/wipy: Improve robustness of time test.Daniel Campora
2015-09-27cc3200: Implement support for os.dupterm().Daniel Campora
2015-09-27cc3200/mods: Use mp_obj_get_array_fixed_n() where applicable.Daniel Campora
2015-09-27cc3200/tools: Improve update script robustness.Daniel Campora
2015-09-27cc3200: New WLAN API including test.Daniel Campora
2015-09-27cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora
2015-09-26unix/modjni: call_method(): If name doesn't match, cleanup via goto next_method.Paul Sokolovsky
2015-09-26unix/modjni: Need to really use per-rettype Call*Method functions.Paul Sokolovsky
2015-09-24unix/modjni: new_jobject(): Handle null reference.Paul Sokolovsky
2015-09-24py/compile: Put compiler state on the C stack.Damien George
2015-09-23docs: Bump version to 1.4.6.Damien George
2015-09-23unix/modjni: Factor out is_object_type().Paul Sokolovsky
2015-09-23windows: Make mpconfigport.h up-to-date with the unix portstijn
2015-09-23tests: Omit process output parsing in case of CalledProcessErrorstijn
2015-09-23py: Slightly simplify compile and emit of star/double-star arguments.Damien George
2015-09-23py: Fix call args when a stararg is followed by keyword args.Delio Brignoli
2015-09-22unix/modffi.c: cast first to intptr_t when casting from/to pointerVicente Olivert Riera
2015-09-22unix/modjni: Move type analysis logic to new_jobject(), for reuse.Paul Sokolovsky
2015-09-22windows/msvc: Exclude modjni from build.stijn
2015-09-21cc3200: New SD and RTC API plus os and time modules' extensions.Daniel Campora
2015-09-21tests/wipy: Remove unneeded dependencies to pyb.Pin.Daniel Campora
2015-09-21cc3200: Correct safe boot level 1 blinking period.Daniel Campora
2015-09-21unix/modjni: Support for subscripting of Java lists (r/o so far).Paul Sokolovsky
2015-09-20unix/modjni: jvalue2py: Handle boolean.Paul Sokolovsky
2015-09-19tests: Add escaped quotes tests for REPL.Alex March
2015-09-19py/repl: Treat escaped quotes correctly in REPL continuation.Alex March
2015-09-19unix: Use MICROPY_HAL_H macro for header inclusion.Alex March
2015-09-19unix/modjni: py2jvalue: Pass jobject's down to Java.Paul Sokolovsky
2015-09-18drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip.Damien George
2015-09-18unix/modjni: py2jvalue: Handle both int and long java types (with TODO for lo...Paul Sokolovsky
2015-09-17unix/modjni: jvalue2py: Handle class-containing jvalues.Paul Sokolovsky
2015-09-16docs: Adapt WiPy's ADC doc and quickref to the new API.Daniel Campora
2015-09-16cc3200: New ADC API.Daniel Campora
2015-09-16tests/wipy: Improve I2C tests.Daniel Campora