4611 Commits (a78746756978ce217b4af81cfe72090e4b69dc6b)
 

Author SHA1 Message Date
Tom Soulanille a787467569 tools/pyboard: Add -c argument to run a program passed as a string. 9 years ago
Damien George 4078336d38 teensy: Update to compile with latest changes to stmhal Pin class. 9 years ago
Damien George 2f96b1982a stmhal: Bring Pin class close to new machine module specification. 9 years ago
Paul Sokolovsky bedab235f9 stmhal/uart: If char is not received within timeout, return EAGAIN error. 9 years ago
Damien George 83158e0e7f stmhal: Implement os.dupterm (was pyb.repl_uart). 9 years ago
Damien George d8066e999d stmhal: Add sleep_{ms,us} and ticks_{ms,us,cpu,diff} to time module. 9 years ago
Dave Hylands 504420c51d stmhal: Early version of machine module for stmhal. 9 years ago
Paul Sokolovsky 2c040edef8 libffi: Skip building docs. 9 years ago
danicampora 9c72c71c05 cc3200: WLAN class can retrieve the existing instance. 9 years ago
danicampora f4c50f1cfc tests/wipy: Make WLAN test more stable. 9 years ago
danicampora ae70e98ed4 cc3200: Fix time.ticks_* functions. 9 years ago
danicampora 8faf2dc75b docs/wipy: Add wipy tutorials section. 9 years ago
danicampora 36ae417c9f docs: Add wipy and network.server documentation. 9 years ago
danicampora 2e0cd20a1d cc3200: Refactor network module to make the server a propper object. 9 years ago
danicampora 65f6324573 cc3200: Increase stack sizes a bit. 9 years ago
danicampora d8137178bb cc3200: Create wipy module, remove HeartBeat class. 9 years ago
Paul Sokolovsky 39a380b621 unix/modos: Android Bionic lacks statvfs(), has BSD statfs(). 9 years ago
Paul Sokolovsky e0f5df579b all: Make netutils.h available to all ports by default. 9 years ago
Paul Sokolovsky 8ee153f234 unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff(). 9 years ago
Paul Sokolovsky fd379db286 unix/modtime: Implement sleep_ms(), sleep_us(). 9 years ago
Damien George 096d1e4512 py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler. 9 years ago
Paul Sokolovsky 949c5c9180 unix/unix_mphal: Implement HAL_Delay() and HAL_GetTick(). 9 years ago
Paul Sokolovsky 7799410950 py/stream: Allow to reuse is_nonblocking_error(). 9 years ago
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