6618 Commits (cbc0bf6fec3d0992b905d09194c68046aff5e7f7)
 

Author SHA1 Message Date
Damien George eeb9d99333 docs/library/machine: Update description of disable/enable IRQ funcs. 8 years ago
Damien George 7df9291b6c py: Update opcode format table because 3 opcodes were removed, 1 added. 8 years ago
Damien George e97df97600 py: Shrink mp_arg_t struct by using reduced-size integer members. 8 years ago
Paul Sokolovsky 46ab042230 extmod/modussl_mbedtls: Add server_hostname param for wrap_socket(). 8 years ago
Radomir Dopieralski ec078af985 extmod/machine_i2c: Add clock stretching support. 8 years ago
Krzysztof Blazewicz 1f69b16d3f stmhal: Remove STM32CubeF2 HAL files, they are unused/unsupported. 8 years ago
Krzysztof Blazewicz 9310dad15d stmhal: Put common definitions from linker files to common.ld. 8 years ago
Damien George c4a69c75a5 unix: Enable btree module for coverage build. 8 years ago
Damien George 6c79980b0e py/py.mk: Suppress some compiler warnings when building berkeley-db. 8 years ago
Damien George 79ec869f95 py/stream: Remove unnecessary check for NULL return from vstr_extend. 8 years ago
Damien George c528489eee README: Remove issue-stats badges, the service is no longer available. 8 years ago
Paul Sokolovsky 080e4d44f3 extmod/modussl_mbedtls: Use 2-component include paths. 8 years ago
Paul Sokolovsky 5f0ecb72c2 extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket(). 8 years ago
Pavol Rusnak 7f5a541b84 extmod/modubinascii: Fix crc32() function on 32-bit platforms. 8 years ago
Stefan Agner b84e1231c9 extmod/uctypes: Allow full 32-bit address range. 8 years ago
Paul Sokolovsky 9ea2882317 extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module. 8 years ago
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Stefan Agner b0a46900de stmhal: Use attribute to avoid inlining. 8 years ago
Paul Sokolovsky 7ea3fa2641 py/builtinimport: Fix nanbox build after change to better handle -m modules. 8 years ago
Delio Brignoli 21c719bd0a builtinimport: add the module specified by -m to sys.modules as '__main__' 8 years ago
Damien George 34e0198436 esp8266: Extend system microsecond counter to 64-bits; use in ticks_ms. 8 years ago
Damien George cc7c311b5e travis: Run feature and coverage test for precompiled mpy files. 8 years ago
Damien George 3f5fe6269e tests/run-tests: Add --via-mpy option to run test from precompiled code. 8 years ago
Damien George bb954d80a4 tests: Get cmdline verbose tests running again. 8 years ago
Damien George fbddea929d py/showbc: Make printf's go to the platform print stream. 8 years ago
Paul Sokolovsky 60592fd23c tests/array1: Add tests for "l", "L" array types to improve coverage. 8 years ago
Paul Sokolovsky b85bcd671c tests/struct1: Test "l" specifier to improve coverage. 8 years ago
Damien George e60835bac5 py/qstr: Remove a comment. 8 years ago
Damien George 4874bde104 stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping. 8 years ago
Damien George 8dd5960ac0 py/objnone: Use mp_generic_unary_op instead of custom one. 8 years ago
Damien George 5da0d29d3c py/vstr: Remove vstr.had_error flag and inline basic vstr functions. 8 years ago
Damien George adaf0d865c py: Combine 3 comprehension opcodes (list/dict/set) into 1. 8 years ago
Damien George a5624bf381 py: Combine 3 comprehension emit functions (list/dict/set) into 1. 8 years ago
Paul Sokolovsky 4b3f1d712b esp8266/esp_mphal: Add tentative change to mp_hal_stdin_rx_chr() to wait IRQ. 8 years ago
Paul Sokolovsky 3fe047f08f esp8266/ets_alt_task: ets_post: Should return 0 on success, !0 - failure. 8 years ago
Paul Sokolovsky 4ab3eef8d7 docs/library/pyb.SPI: init(): Describe "bits" argument. 8 years ago
juhasch a2391b5a74 Small WiPy doc fixes 8 years ago
Paul Sokolovsky 5bf1b4e9d9 unix/modjni: array(): Support creation of object arrays. 8 years ago
Dave Hylands d08c9d342f Updated FROZEN_DIR support as per f28efa1971 8 years ago
Paul Sokolovsky f28efa1971 py: Move frozen modules rules from esp8266 port for reuse across ports. 8 years ago
Paul Sokolovsky 8ae885a0c6 esp8266/Makefile: Rename SCRIPTDIR to FROZEN_DIR for consistency. 8 years ago
Paul Sokolovsky ee324c501e unix/modjni: Add array() top-level function to create Java array. 8 years ago
Damien George b9672bcbe8 tests/extmod: Add test for machine.time_pulse_us(). 8 years ago
Damien George 2b7c4a1878 tests/basics: Add errno1 test, to check basics of uerrno module. 8 years ago
Damien George 67a4813601 tests/extmod/urandom: Add urandom tests for error cases. 8 years ago
Damien George f84b341618 py/objnone: Remove unnecessary handling of MP_UNARY_OP_BOOL. 8 years ago
Paul Sokolovsky 3fea1f014c unix/modjni: Implement subscription for object arrays. 8 years ago
Damien George 0fd3d8d19f stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk. 8 years ago
Renato Aguiar 081c0648ec unix: Fix build for when MICROPY_PY_SOCKET=0. 8 years ago
stijn dd0e6ddfeb travis: Abandon mingw32 in favour of mingw-w64 8 years ago