5140 Commits (96688de601d9938e644df097143f92816e79b213)
 

Author SHA1 Message Date
Paul Sokolovsky 96688de601 cc3200: Add stmhal/builtin_open.c to build. 9 years ago
Paul Sokolovsky ab0e36b3da stmhal/file: For self-contained usecase, don't define global types. 9 years ago
Paul Sokolovsky 350ab0f570 stmhal/file: Recast as "FatFs file" class, to support other VFS types. 9 years ago
Paul Sokolovsky 103fbaaf27 extmod/fsusermount: Common subexpression elimination. 9 years ago
Paul Sokolovsky 5bf6eba845 tests/open_plus: Add tests for "r+", "w+" open modes. 9 years ago
Paul Sokolovsky a63a4761cd unix/file: Stop assuming that O_RDWR == O_RDONLY | O_WRONLY. 9 years ago
Paul Sokolovsky 71206f02c3 stmhal: Move stmhal-specific FatFs routines/structs to fatfs_port.c. 9 years ago
Paul Sokolovsky 97a0846af9 stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting. 9 years ago
Damien George ff1a96ce2c py/mpz: Add commented-out mpz_pow3_inpl function, to compute (x**y)%z. 9 years ago
Doug Currie 2e2e15cec2 py/mpz: Complete implementation of mpz_{and,or,xor} for negative args. 9 years ago
Damien George 5f3e005b67 py: Extend native type-sig to use 4 bits, so uint is separate to ptr. 9 years ago
Damien George 086d98cbde py/objstr: Make mp_obj_str_format_helper static. 9 years ago
Damien George 87e07ea943 py/objstr: For str.format, don't allocate on the heap for field name. 9 years ago
pohmelie e3a29de1dc py/objstr: For str.format, add nested/computed fields support. 9 years ago
Peter Hinch 2bd758fe96 drivers/sdcard: Add support for multi-block read/write; add SD test. 9 years ago
Paul Sokolovsky 67e8108345 extmod: Update uzlib to 1.2.2. 9 years ago
Damien George 93bb7dffd2 py/vm: Fix popping of exception block in UNWIND_JUMP opcode. 9 years ago
Damien George 9e677114e4 py/mpprint: Fix sign extension when printf'ing %u, %x and %X. 9 years ago
Damien George 331a48195d docs: Bump version to 1.6. 9 years ago
Damien George ef5f2669dc tests: For pyboard, add test for I2C error handling and recovery. 9 years ago
Damien George db573082b5 stmhal: Update HALCOMMITS due to change to hal. 9 years ago
Damien George ea040a4f9a stmhal: In HAL I2C driver, move DMA setup to after sending I2C address. 9 years ago
Damien George 3cfb15cf4d tests: Update pyboard LED test. 9 years ago
Damien George 0f87a010e3 docs: Update to say that Timer(3) is free, and detail LED intensity. 9 years ago
Damien George a8a4b01af6 stmhal: Add PWM capability for LED(3) and LED(4) on pyboards. 9 years ago
Damien George ea89b80ff4 stmhal: Make TIM3 available for use by the user. 9 years ago
Damien George d363133917 stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data. 9 years ago
Damien George 7417ccfb0d py/formatfloat: Add ability to format doubles with exponents > 99. 9 years ago
Paul Sokolovsky d3b1f0b627 py/runtime: mp_stack_ctrl_init() should be called immediately on startup. 9 years ago
Paul Sokolovsky 850212203a unix/main: Remove debug code left from MP_OBJ_TO_PTR refactor. 9 years ago
Dave Hylands 6a804cbaba lib/utils/printf: Fix printf on release builds 9 years ago
Damien George 7b05b1b225 py/bc: Update opcode format table now that MP_BC_NOT opcode is gone. 9 years ago
Paul Sokolovsky ac37e0fd1f unix/modsocket: sockaddr(): Handle AF_INET6 addresses. 9 years ago
Damien George 8f54c08691 py/inlineasm: Add ability to specify return type of asm_thumb funcs. 9 years ago
Carmine Noviello 3d42aa07dd stmhal: Add support for the STM32F401NUCLEO board. 10 years ago
Damien George ac11e89fa3 tests: For urandom test, use sys.exit() instead of sys.exit(1). 9 years ago
Damien George e713222fab windows/msvc: Add modurandom.c to list of source files. 9 years ago
Damien George 0ae97f531d tests: Add some tests for urandom module. 9 years ago
Damien George d22bdad6dd windows: Enable urandom module. 9 years ago
Damien George a53af6c875 extmod/modurandom: Add some extra random functions. 9 years ago
Paul Sokolovsky f5c42dd9d1 extmod/moduhashlib: Use MICROPY_PY_UHASHLIB_SHA1 config define. 9 years ago
Paul Sokolovsky ee1656e148 extmod/moduhashlib: Add support for SHA1 (based on axTLS). 9 years ago
Damien George df4ce930e3 py/modmicropython: Add stack_use, heap_lock and heap_unlock functions. 9 years ago
Dave Hylands 42a6364a31 stmhal: Add support for building frozen files. 9 years ago
Paul Sokolovsky 6c8b3a7fee py/objgetitemiter: Typo fix in comment. 9 years ago
Paul Sokolovsky cb4fbc8861 unix/modsocket: accept(): Make IPv6-clean. 9 years ago
Dave Hylands f22844b4e5 stmhal: Add os.statvfs 9 years ago
Dave Hylands a17755ee8b py: Add ustruct.pack_into and unpack_from 9 years ago
Paul Sokolovsky ac16cc9a35 .travis.yml: Switch to Ubuntu 14.04 Trusty. 9 years ago
Paul Sokolovsky ea495d6aa6 extmod/modurandom: Make yasmarang() function static. 9 years ago