aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-09-16cc3200: New SPI API.Daniel Campora
2015-09-16docs/wipy: Add pins to the I2C constructor.Daniel Campora
2015-09-16cc3200: New WDT API.Daniel Campora
2015-09-16cc3200: Add UART.ODD and UART.EVEN to select parity.Daniel Campora
2015-09-16cc3200: Replace Pin.PULL_NONE with None.Daniel Campora
2015-09-16docs: Update I2C and UART docs to match the new API.Daniel Campora
2015-09-16cc3200: Default peripheral ID support on I2C.Daniel Campora
2015-09-16cc3200: Increase error led blynk period to 100msDaniel Campora
2015-09-16cc3200: Keep overwriting the same image on sequential updates.Daniel Campora
2015-09-16cc3200: Make UART choose default id when not given.Daniel Campora
2015-09-16cc3200: Reduce servers cycle time to improve FTP transfer rate.Daniel Campora
2015-09-16unix/modjni: Add env() module function.Paul Sokolovsky
2015-09-15py/objslice: Fix indent.Tom Soulanille
2015-09-15py/objslice: Make slice attributes (start/stop/step) readable.Tom Soulanille
2015-09-15stmhal: Use polling, not DMA, for 1 byte SPI transfers.Damien George
2015-09-15esp8266: Added wlan.isconnected() to maintain parity with other ports.Bill Owens
2015-09-15tests/README: Explain how tests get skippedTom Soulanille
2015-09-15pic16bit: Add basic unistd.h file since it's not provided by tool chain.Damien George
2015-09-15py/mpz: Fix calculation of max digit storage for mpz; fix sys.maxsize.Damien George
2015-09-15unix/modjni: Return any object type value as a jobject.Paul Sokolovsky
2015-09-14unix/modjni: Return Java null as Python None.Paul Sokolovsky
2015-09-14unix/modjni: Support static methods.Paul Sokolovsky
2015-09-13tools: Upgrade upip to 0.5.8.Paul Sokolovsky
2015-09-13unix/modjni: Factor out new_jobject(), jvalue2py() functions.Paul Sokolovsky
2015-09-12stmhal: Add "opt" arg to pyb.main, to set mp_optimise_value.Tom Soulanille
2015-09-12esp8266: Remove "time" command from deploy target.Damien George
2015-09-12unix: Enable REPL auto-indent.Damien George
2015-09-12lib/mp-readline: Add auto-indent support.Damien George
2015-09-12unix/modjni: Factor out py2jvalue() function.Paul Sokolovsky
2015-09-11stmhal: fix single precision float printing errorDave Hylands
2015-09-11unix/modjni: "jni" module to interface to JNI-compliant JavaVM.Paul Sokolovsky
2015-09-10tests/wipy: Add I2C tests.Daniel Campora
2015-09-10tests/wipy: Disable the REPL on UART before running the UART test.Daniel Campora
2015-09-10cc3200: Disable some uPy features in debug mode to help code fit.Daniel Campora
2015-09-10cc3200: Add SDcard pin af on index 8.Daniel Campora
2015-09-10tests/wipy: Additional tests for when the UART is un-initialized.Daniel Campora
2015-09-10cc3200: New I2C API.Daniel Campora