4611 Commits (a78746756978ce217b4af81cfe72090e4b69dc6b)
 

Author SHA1 Message Date
Daniel Campora aba75e1233 cc3200: New SPI API. 9 years ago
Daniel Campora 624cdeacc4 docs/wipy: Add pins to the I2C constructor. 9 years ago
Daniel Campora 41f6948545 cc3200: New WDT API. 9 years ago
Daniel Campora 8332044f75 cc3200: Add UART.ODD and UART.EVEN to select parity. 9 years ago
Daniel Campora d5ec336eef cc3200: Replace Pin.PULL_NONE with None. 9 years ago
Daniel Campora f38d16483a docs: Update I2C and UART docs to match the new API. 9 years ago
Daniel Campora e77abc261b cc3200: Default peripheral ID support on I2C. 9 years ago
Daniel Campora c69642a460 cc3200: Increase error led blynk period to 100ms 9 years ago
Daniel Campora 3c4b78e166 cc3200: Keep overwriting the same image on sequential updates. 9 years ago
Daniel Campora 7d6b6f6681 cc3200: Make UART choose default id when not given. 9 years ago
Daniel Campora 4ba9b34012 cc3200: Reduce servers cycle time to improve FTP transfer rate. 9 years ago
Paul Sokolovsky cb6cf5e257 unix/modjni: Add env() module function. 9 years ago
Tom Soulanille 661d9d1901 py/objslice: Fix indent. 9 years ago
Tom Soulanille aeb62f9ae3 py/objslice: Make slice attributes (start/stop/step) readable. 9 years ago
Damien George d80174d7c3 stmhal: Use polling, not DMA, for 1 byte SPI transfers. 9 years ago
Bill Owens e2bfa471fa esp8266: Added wlan.isconnected() to maintain parity with other ports. 10 years ago
Tom Soulanille 04fffe6562 tests/README: Explain how tests get skipped 9 years ago
Damien George 0d6b2341b8 pic16bit: Add basic unistd.h file since it's not provided by tool chain. 9 years ago
Damien George 8b4fb4fe14 py/mpz: Fix calculation of max digit storage for mpz; fix sys.maxsize. 9 years ago
Paul Sokolovsky b230a86d33 unix/modjni: Return any object type value as a jobject. 9 years ago
Paul Sokolovsky 5167332131 unix/modjni: Return Java null as Python None. 9 years ago
Paul Sokolovsky 7a4b10cc4c unix/modjni: Support static methods. 9 years ago
Paul Sokolovsky a5deadf082 tools: Upgrade upip to 0.5.8. 9 years ago
Paul Sokolovsky 26a9b4d48e unix/modjni: Factor out new_jobject(), jvalue2py() functions. 9 years ago
Tom Soulanille 7731edf2f5 stmhal: Add "opt" arg to pyb.main, to set mp_optimise_value. 9 years ago
Damien George 229b908d2e esp8266: Remove "time" command from deploy target. 9 years ago
Damien George 3ca84026db unix: Enable REPL auto-indent. 9 years ago
Damien George 0af73014cc lib/mp-readline: Add auto-indent support. 9 years ago
Paul Sokolovsky 4e7bde8c9e unix/modjni: Factor out py2jvalue() function. 9 years ago
Dave Hylands 9d6128acdc stmhal: fix single precision float printing error 9 years ago
Paul Sokolovsky e79c6b6312 unix/modjni: "jni" module to interface to JNI-compliant JavaVM. 9 years ago
Daniel Campora f352fe82a5 tests/wipy: Add I2C tests. 9 years ago
Daniel Campora d265df589e tests/wipy: Disable the REPL on UART before running the UART test. 9 years ago
Daniel Campora 7c87747db0 cc3200: Disable some uPy features in debug mode to help code fit. 9 years ago
Daniel Campora 425958b616 cc3200: Add SDcard pin af on index 8. 9 years ago
Daniel Campora 4cc0cd6cab tests/wipy: Additional tests for when the UART is un-initialized. 9 years ago
Daniel Campora d936317143 cc3200: New I2C API. 9 years ago
Daniel Campora 359b4e9ed9 cc3200: Refactor pin af assigment functions. 9 years ago
Daniel Campora 1d399c3c88 cc3200: Improve file system check routine. 9 years ago
Daniel Campora 4d7fa05b43 cc3200: Improve Pin and UART implementation. 9 years ago
Daniel Campora 4054c4eadd cc3200: Remove I2C inline documentation (sphinx is on the lead). 9 years ago
Daniel Campora f8b98d8329 tests/wipy: Improve UART tests with no pin assignment case. 9 years ago
Daniel Campora 88ca6c94d9 tests: Ignore exception chain test on the WiPy. 9 years ago
Daniel Campora f91f212d9f cc3200: New UART API plus related test. 9 years ago
Daniel Campora 36821d095a cc3200: Add alternate functions list to Pin object. 9 years ago
Daniel Campora d5e256486e cc3200: Re-work Pin class according to the new API. 9 years ago
Daniel Campora 42054c3cad cc3200: Add mphal error to raise hardware related exceptions. 9 years ago
Daniel Campora 598aad2140 cc3200: Fix bug in pybsleep remove. 9 years ago
Daniel Campora 475c60eefc cc3200: Add alt param to Pin constructor. 9 years ago
Daniel Campora 86854c7071 cc3200: Adapt smoke.py for the new pin API. 9 years ago