4489 Commits (81d64ab939ff45e74b0154e4ce2d9c5d2cfe6328)
 

Author SHA1 Message Date
Paul Sokolovsky 81d64ab939 unix/modjni: call_method(): If name doesn't match, cleanup via goto next_method. 9 years ago
Paul Sokolovsky c0a79cc919 unix/modjni: Need to really use per-rettype Call*Method functions. 9 years ago
Paul Sokolovsky 7e18d3b6ff unix/modjni: new_jobject(): Handle null reference. 9 years ago
Damien George 9d5e5c08ab py/compile: Put compiler state on the C stack. 9 years ago
Damien George 5572f735b6 docs: Bump version to 1.4.6. 9 years ago
Paul Sokolovsky e632b1fda7 unix/modjni: Factor out is_object_type(). 9 years ago
stijn 941040e9e8 windows: Make mpconfigport.h up-to-date with the unix port 9 years ago
stijn dfa915a6af tests: Omit process output parsing in case of CalledProcessError 9 years ago
Damien George fbcaf0ea18 py: Slightly simplify compile and emit of star/double-star arguments. 9 years ago
Delio Brignoli e6978a4e26 py: Fix call args when a stararg is followed by keyword args. 9 years ago
Vicente Olivert Riera 587914169c unix/modffi.c: cast first to intptr_t when casting from/to pointer 9 years ago
Paul Sokolovsky ed22e9ba3e unix/modjni: Move type analysis logic to new_jobject(), for reuse. 9 years ago
stijn dcbe936c50 windows/msvc: Exclude modjni from build. 9 years ago
Daniel Campora dffa9f6da6 cc3200: New SD and RTC API plus os and time modules' extensions. 9 years ago
Daniel Campora 660f8613fd tests/wipy: Remove unneeded dependencies to pyb.Pin. 9 years ago
Daniel Campora 06d93b36f9 cc3200: Correct safe boot level 1 blinking period. 9 years ago
Paul Sokolovsky b2d880d749 unix/modjni: Support for subscripting of Java lists (r/o so far). 9 years ago
Paul Sokolovsky 6196aa45ed unix/modjni: jvalue2py: Handle boolean. 9 years ago
Alex March 15018291b2 tests: Add escaped quotes tests for REPL. 9 years ago
Alex March bfb272b9e0 py/repl: Treat escaped quotes correctly in REPL continuation. 9 years ago
Alex March c0035d1694 unix: Use MICROPY_HAL_H macro for header inclusion. 9 years ago
Paul Sokolovsky 1e9d8e110b unix/modjni: py2jvalue: Pass jobject's down to Java. 9 years ago
Damien George b0c08c8c17 drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip. 9 years ago
Paul Sokolovsky 011c7f5718 unix/modjni: py2jvalue: Handle both int and long java types (with TODO for long). 9 years ago
Paul Sokolovsky 1cb5de2cd5 unix/modjni: jvalue2py: Handle class-containing jvalues. 9 years ago
Daniel Campora 861fad5819 docs: Adapt WiPy's ADC doc and quickref to the new API. 9 years ago
Daniel Campora 22b4c28f85 cc3200: New ADC API. 9 years ago
Daniel Campora 0e52d9860a tests/wipy: Improve I2C tests. 9 years ago
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