5093 Commits (a17755ee8ba2982505d349e0f06acdabe943d33e)
 

Author SHA1 Message Date
Noah 00960133c2 docs: Update docs for WiPy wlan.connect(). 9 years ago
Dave Hylands f3308daa6f docs/wipy: Fixed some typos in the WiPy's tutorials. 9 years ago
Damien George 994ff738c8 py/mpstate: Make mp_pending_exception volatile. 9 years ago
Damien George a24eafacc9 py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS. 9 years ago
Damien George 2c83894257 py: Implement default and star args for lambdas. 9 years ago
Damien George cbd9ae5256 py/compile: Don't unnecessarily save state when compiling param list. 9 years ago
danicampora e4404fbef0 cc3200: Unmount all user file systems after a soft reset. 9 years ago
Paul Sokolovsky 65971f5160 unix: Add "uselect" module, with poll() function. 9 years ago
Paul Sokolovsky 79c4ec1102 unix/input: Switch to POSIX I/O for history reading/writing. 9 years ago
Paul Sokolovsky f8bc3f6964 tools: Update to upip 0.6.2. Fixes issue due to MacOSX undocumented behavior. 9 years ago
Paul Sokolovsky 3862ef9a9f tools: Update upip to 0.6.1. Fixes normal installs without -p switch. 9 years ago
Paul Sokolovsky ec314c951d unix/modos: getenv(): Handle non-existing envvar correctly. 9 years ago
Paul Sokolovsky 16d42368a6 stmhal/modmachine: Initial attempt to add I2C & SPI classes. 9 years ago
Paul Sokolovsky 908f5159cf unix/modos: Add Windows workaround for mkdir(). 9 years ago
stijn 5be60d6929 windows: Define ssize_t and use renamed mphal header 9 years ago
Paul Sokolovsky 863d4cd862 py/modmath: Don't create symbol entry for expm1() if not needed. 9 years ago
Paul Sokolovsky 0d6116d86b py/modmath: Make expm1() be in MICROPY_PY_MATH_SPECIAL_FUNCTIONS. 9 years ago
Paul Sokolovsky 0aff87b808 tools: Update upip to 0.6. 9 years ago
Paul Sokolovsky 27dafa5ed5 unix/modos: Add mkdir(). 9 years ago
Paul Sokolovsky d8557834c0 unix/modos: Add getenv(). 9 years ago
Paul Sokolovsky a01f6c9ae7 unix/main: Remove stray mp_printf() from previous commit. 9 years ago
Paul Sokolovsky 66fd3e4a7b unix: Use standard mphalport.h header. 9 years ago
Paul Sokolovsky 3a6b3d230c main.c: Switch stderr printing from ANSI C to native POSIX. 9 years ago
Paul Sokolovsky 94f9330d3e unix: Allow to override MICROPY_PY_MATH_SPECIAL_FUNCTIONS from command-line. 9 years ago
Paul Sokolovsky 6d1eabfeaa unix/mpconfigport: Move log2() definition to modmath.c. 9 years ago
Damien George 432e8275a9 py: Allow to import compiled bytecode files. 9 years ago
Damien George d8c834c95d py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode. 9 years ago
Damien George c8e9c0d89a py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime. 9 years ago
Damien George 713ea1800d py: Add constant table to bytecode. 9 years ago
Damien George 3a3db4dcf0 py: Put all bytecode state (arg count, etc) in bytecode. 9 years ago
Damien George 9b7f583b0c py: Reorganise bytecode layout so it's more structured, easier to edit. 10 years ago
Paul Sokolovsky f882d53fcd unix/main: Use builtin unichar_isdigit() in preference if libc's. 9 years ago
Paul Sokolovsky 772f0b4159 tests/jni: Add test for working with container of List interface. 9 years ago
Paul Sokolovsky 3c7e1b80ac unix/modjni: Add missing get_jclass_name() function. 9 years ago
Dave Hylands 3551368424 docs: Fix a typo in the REPL documentation. 9 years ago
Paul Sokolovsky 73ff0687f2 lib/utils/printf: Move from stmhal/ . 9 years ago
stijn b1dbbd32eb windows: Allow specifying the python executable to use for msvc builds 9 years ago
omtinez 1b9d161f94 Fix project file for Visual Studio 2015 9 years ago
Paul Sokolovsky 549c79d11e docs/select: Document POLLIN/OUT/ERR/HUP. 9 years ago
Paul Sokolovsky 746b752b8e stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants. 9 years ago
Damien George 1f92ffb5b7 py/emitinlinethumb: Allow to compile with -Wsign-compare. 9 years ago
Damien George 723d598d32 py/asmthumb: Allow to compile with -Wsign-compare and -Wunused-parameter. 9 years ago
Damien George 40274fec9c lib/pyexec: Move header pyexec.h from stmhal directory. 9 years ago
Paul Sokolovsky 50f56227c6 py/objint_longlong: Instead of assert, throw OverflowError. 9 years ago
Alex March c27e5c4b0b cc3200: FatFS configuration moved to the library folder. 9 years ago
Alex March 748509a93c stmhal: FatFS configuration moved to the library folder. 9 years ago
Alex March 34472302d6 lib/fatfs: Unify fatfs configuration. 9 years ago
Paul Sokolovsky 6e68a68d18 unix/gccollect: Fallback to setjmp-based register fetching automatically. 9 years ago
Dave Hylands 57e00ef262 stmhal: Fix RTC code to work on the F7 9 years ago
Dave Hylands 7f3c0d1ea8 py: Clear finalizer flag when calling gc_free. 9 years ago