aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-22stmhal: Remove STM32CubeF2 HAL files, they are unused/unsupported.Krzysztof Blazewicz
2016-09-22stmhal: Put common definitions from linker files to common.ld.Krzysztof Blazewicz
2016-09-22unix: Enable btree module for coverage build.Damien George
2016-09-22py/py.mk: Suppress some compiler warnings when building berkeley-db.Damien George
2016-09-22py/stream: Remove unnecessary check for NULL return from vstr_extend.Damien George
2016-09-22README: Remove issue-stats badges, the service is no longer available.Damien George
2016-09-22extmod/modussl_mbedtls: Use 2-component include paths.Paul Sokolovsky
2016-09-22extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket().Paul Sokolovsky
2016-09-21extmod/modubinascii: Fix crc32() function on 32-bit platforms.Pavol Rusnak
2016-09-21extmod/uctypes: Allow full 32-bit address range.Stefan Agner
2016-09-21extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module.Paul Sokolovsky
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-09-20stmhal: Use attribute to avoid inlining.Stefan Agner
2016-09-20py/builtinimport: Fix nanbox build after change to better handle -m modules.Paul Sokolovsky
2016-09-20builtinimport: add the module specified by -m to sys.modules as '__main__'Delio Brignoli
2016-09-20esp8266: Extend system microsecond counter to 64-bits; use in ticks_ms.Damien George
2016-09-20travis: Run feature and coverage test for precompiled mpy files.Damien George
2016-09-20tests/run-tests: Add --via-mpy option to run test from precompiled code.Damien George
2016-09-20tests: Get cmdline verbose tests running again.Damien George
2016-09-20py/showbc: Make printf's go to the platform print stream.Damien George
2016-09-19tests/array1: Add tests for "l", "L" array types to improve coverage.Paul Sokolovsky
2016-09-19tests/struct1: Test "l" specifier to improve coverage.Paul Sokolovsky
2016-09-19py/qstr: Remove a comment.Damien George
2016-09-19stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping.Damien George
2016-09-19py/objnone: Use mp_generic_unary_op instead of custom one.Damien George
2016-09-19py/vstr: Remove vstr.had_error flag and inline basic vstr functions.Damien George
2016-09-19py: Combine 3 comprehension opcodes (list/dict/set) into 1.Damien George
2016-09-19py: Combine 3 comprehension emit functions (list/dict/set) into 1.Damien George
2016-09-19esp8266/esp_mphal: Add tentative change to mp_hal_stdin_rx_chr() to wait IRQ.Paul Sokolovsky
2016-09-18esp8266/ets_alt_task: ets_post: Should return 0 on success, !0 - failure.Paul Sokolovsky
2016-09-18docs/library/pyb.SPI: init(): Describe "bits" argument.Paul Sokolovsky
2016-09-18Small WiPy doc fixesjuhasch
2016-09-18unix/modjni: array(): Support creation of object arrays.Paul Sokolovsky
2016-09-17Updated FROZEN_DIR support as per f28efa19713977a61395b19fec1fe501aeee4c0eDave Hylands
2016-09-17py: Move frozen modules rules from esp8266 port for reuse across ports.Paul Sokolovsky
2016-09-17esp8266/Makefile: Rename SCRIPTDIR to FROZEN_DIR for consistency.Paul Sokolovsky
2016-09-17unix/modjni: Add array() top-level function to create Java array.Paul Sokolovsky
2016-09-16tests/extmod: Add test for machine.time_pulse_us().Damien George
2016-09-16tests/basics: Add errno1 test, to check basics of uerrno module.Damien George
2016-09-16tests/extmod/urandom: Add urandom tests for error cases.Damien George
2016-09-16py/objnone: Remove unnecessary handling of MP_UNARY_OP_BOOL.Damien George
2016-09-16unix/modjni: Implement subscription for object arrays.Paul Sokolovsky
2016-09-14stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk.Damien George
2016-09-12unix: Fix build for when MICROPY_PY_SOCKET=0.Renato Aguiar
2016-09-10travis: Abandon mingw32 in favour of mingw-w64stijn
2016-09-10windows: Enable MICROPY_PY_UERRNOstijn
2016-09-09py/makeqstrdefs.py: Use python 2.6 syntax for set creation.Chris Packham
2016-09-09tests/pyb: Update exp file for previously updated extint test.Damien George
2016-09-09tests/pyb: Add test for ExtInt when doing swint while disabled.Damien George
2016-09-09stmhal/extint: Force 0 to 1 transition on swint().Krzysztof Blazewicz