4588 Commits (2ca7b05552bb75540bd282ba5bb937769ecb69ce)
 

Author SHA1 Message Date
Paul Sokolovsky 2ca7b05552 unix/modos: Checking config macros requires mpconfig.h. 9 years ago
Paul Sokolovsky f8e9ef5cd0 unix/modos: Guard sys/statvfs.h include with MICROPY_PY_OS_STATVFS check. 9 years ago
danicampora 020386b61c docs: In top index fix machine module link for the WiPy. 9 years ago
Paul Sokolovsky c3000b6f69 unix/modos: Add statvfs() function. 9 years ago
Paul Sokolovsky 6ec6f51326 unix: Build libffi in a directory which is gitgnored. 9 years ago
danicampora 4542643025 docs: Update all WiPy docs to reflect the new API. 9 years ago
danicampora fca3308cc3 cc3200: Improvements to terminal duplication. 9 years ago
danicampora e19dfe1c32 cc3200: In scan results rename 'auth' field to 'sec'. 9 years ago
Dave Hylands affcbe4139 stmhal: Make USB serial number actually be unique. 9 years ago
Paul Sokolovsky 6a515b95a8 tools/upip: Update to 0.5.9. 9 years ago
Paul Sokolovsky c13be69a8e lib/libffi: Add libffi as a submodule. 9 years ago
Damien George 035a0a2b6e py: Add support for _ in REPL to hold last computed value. 9 years ago
Damien George e813541e3f py: Add option for inline assembler to support ARMv7-M instructions. 9 years ago
Damien George 4bf3f2d3c0 py: Fix with+for+return bug by popping for-iter when unwinding exc stack. 9 years ago
Damien George 556c8a9a4f unix: Fix coverage build now that mp_plat_print uses write. 9 years ago
Damien George 4300c7dba2 py: Remove dependency on printf/fwrite in mp_plat_print. 9 years ago
Paul Sokolovsky 74d0df7324 unix: Allow to build against Android down to 1.5. 9 years ago
Damien George d7e3b36a09 py/compile: Remove unnecessary label in compilation of for statement. 9 years ago
Damien George fcce1483fa py: Fix build of ARM native emitter due to recent viper changes. 9 years ago
Paul Sokolovsky 2430dfac31 tests/jni: Start adding modjni tests. 9 years ago
Paul Sokolovsky fe29cc192d unix/modjni: Add iteration support for Java List objects. 9 years ago
Paul Sokolovsky 41eb705477 unix/modjni: call_method: Check for Java exception after method return. 9 years ago
Damien George 2ec835f572 tests: Add more tests for viper 16/32-bit load/store, and ellipsis. 9 years ago
Damien George 59a41e8fcd py/qstr: Fix calc of qstr memory usage, due to new qstr chunk allocation. 9 years ago
Damien George d6442407f5 docs: Fix formatting of DAC code examples. 9 years ago
Damien George b5c43be135 stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12. 9 years ago
Damien George b8f9ac5411 py: Implement ptr32 load and store in viper emitter. 9 years ago
Paul Sokolovsky 21f43ba9b0 unix/modtermios: tcsetattr: If 0 passed for "when" param, treat as TCSANOW. 9 years ago
Damien George 3c9c3687d6 py: Add support to call __init__ from a builtin module on first import. 9 years ago
Paul Sokolovsky 408b74d74c py: Allow to to build MicroPython as a static library. 9 years ago
Damien George fdfcee7b1e py/parse: Make parser error handling cleaner, less spaghetti-like. 9 years ago
Damien George 64f2b213bb py: Move constant folding from compiler to parser. 9 years ago
Paul Sokolovsky 91fc075a33 py/objarray: Allow to create array of void pointers, as extension to CPython. 9 years ago
Damien George 3aa7dd23c9 unix: Add exit and paste-mode hints to shell startup banner. 9 years ago
nyov fccbe9aa4d README.md: Document "Ctrl+D" shell exit. 9 years ago
Damien George 0334058fa4 Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. 9 years ago
Damien George 6206f431cf stmhal: Enable REPL auto indent; document paste mode in help(). 9 years ago
Damien George 46a1102852 repl: Add paste mode to friendly REPL, entered via CTRL-E. 9 years ago
Paul Sokolovsky 1b586f3a73 py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
Paul Sokolovsky 53ca6ae1f3 py/makeqstrdata.py: Catch and report case of empty input file. 9 years ago
Anmol Sarma 95b352064e unix/modsocket: Fix usage of pointers to locals outside scope 9 years ago
Damien George 24652228af drivers/sdcard: Allow up to 5 retries to initialise SD card. 9 years ago
Damien George 845b5a2a58 docs: Describe properly how MCU can be woken from pyb.standby() state. 9 years ago
Paul Sokolovsky 7381b7ac71 unix/modjni: py2jvalue: Support bool and None values. 9 years ago
Peter Hinch 0e87bc7be6 tests: In pyb RTC tests, check wakeup register values. 9 years ago
Dave Hylands 01d64914c5 stmhal: Fix USB CDC-only mode under Windows. 9 years ago
Damien George 366239b8b9 py/parse: Factor logic when creating parse node from and-rule. 9 years ago
Paul Sokolovsky 02041bf2e0 unix/modjni: jvalue2py() is currently not used. 9 years ago
Paul Sokolovsky 216b6a494e unix/modjni: Allow to access fields of objects. 9 years ago
Damien George b948de36fb py: Don't generate unnecessary parse nodes for assignment or kwargs. 9 years ago