2677 Commits (7310fd469a4dfdd38fda242f138f5671c2f82b61)
 

Author SHA1 Message Date
Damien George 4747becc64 py: Improve encoding scheme for line-number to bytecode map. 10 years ago
Damien George 8cc2018d47 Merge branch 'master' of https://github.com/micropython/micropython 10 years ago
Damien George c9aa58e638 py: Improve handling of long-int overflow. 10 years ago
Damien George bb4c6f35c6 py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself. 10 years ago
Damien George fa1ecda3fd stmhal, accel: Increase start-up times to 30ms; add extra 30ms delay. 10 years ago
Damien George 3c4db9f91c stmhal: Add USB_VCP class/object, for direct USB VCP control. 10 years ago
Damien George 5f27a7e811 py: Add mp_obj_str_builder_end_with_len. 10 years ago
Damien George 94fbe9711a py: Change lexer stream API to return bytes not chars. 10 years ago
Damien George 07133415d2 Merge pull request #738 from dhylands/except-args 10 years ago
Paul Sokolovsky d0f5e61ab5 py: Implement __file__ attribute for modules. 10 years ago
Paul Sokolovsky 645582fe14 py: Make id() return small int for the most common address space mapping. 10 years ago
Damien George adf0f2ae1a py: Change stream protocol API: fns return uint; is_text for text. 10 years ago
Dave Hylands 5b7fd20fea Add support for storing args during an exception raised by an irq. 11 years ago
Damien George 05c255f039 Merge pull request #771 from dhylands/gitignore-GNUmakefile 10 years ago
Damien George ffe911d228 py: Make long ints hashable. 10 years ago
Dave Hylands 1bbdd4ed2a Add GNUmakefile to the .gitignore file. 10 years ago
Paul Sokolovsky 4ecb700fe3 streams: Treat non-error output size as unsigned. 10 years ago
Paul Sokolovsky e1b1abc1e8 stream: Revert to checking for the correct error value. 10 years ago
Damien George de993f4573 Merge pull request #766 from dhylands/allow-dfu-override 10 years ago
Damien George 7cfae9693b Merge pull request #746 from blmorris/master 10 years ago
Damien George 3e0bce3587 Merge pull request #767 from dhylands/fix-short-read 10 years ago
blmorris 7a03b5f56a remove Myriad2 board config files from master 10 years ago
blmorris 86f0b31bcf Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bits, default value is 8 10 years ago
Dave Hylands 1d8816c36b Deal with reading a buffer less than what was allocated. 10 years ago
Dave Hylands a2e7a1315d Allow DFU_UTIL to be overridden from the environment. 10 years ago
Paul Sokolovsky 512465bc66 tests: Add testcase for read by length past EOF. 10 years ago
blmorris 721d6240c9 Merge https://github.com/blmorris/micropython into Myriad2 10 years ago
blmorris 4038f513ea Merge https://github.com/micropython/micropython 10 years ago
Damien George 951ed9d02f stmhal: Fix REPL printing by cooking output sent to stdout_obj. 10 years ago
Damien George 1163cb9cb5 stmhal: Change calls to pfenv_printf to pfenv_vprintf. 10 years ago
Paul Sokolovsky cb66f41ebc py: Make print() accept "file" argument, and actually print to stream. 10 years ago
Damien George 04c9fec7d1 Merge pull request #757 from stinos/windows-fsync 10 years ago
Damien George 2c0701101b Merge pull request #759 from micropython/unicode-read-chars 10 years ago
Damien George 1694bc733d py: Add stream reading of n unicode chars; unicode support by default. 10 years ago
Damien George 02bc882c3d stmhal: Add file.flush and os.stat. 10 years ago
blmorris 0f4ee2e44a Merge https://github.com/micropython/micropython 10 years ago
Damien George 5467186b0e py: Remove unnecessary argument in bytearray print. 10 years ago
Paul Sokolovsky e3737b858a formatfloat.c: Typo fix in comment. 10 years ago
Damien George a4022c92f0 py, inline asm: Change "and" op name to "and_" to avoid keyword clash. 10 years ago
Damien George a50494ab68 Merge pull request #755 from dhylands/teensy-core 10 years ago
Damien George db56ad2915 Merge pull request #754 from dhylands/fix-teensy 10 years ago
stijn 73ab8cc21d Add fsync for windows, i.e. _commit. See dce8876 10 years ago
blmorris ef204733d6 Initial commit of Myriad2 board-specific configuration files 10 years ago
blmorris 0429d35f37 Merge https://github.com/micropython/micropython 10 years ago
Dave Hylands 04f5ae1d1c Add core files and use same toolchain as stmhal 11 years ago
Dave Hylands 4d9dd26818 Fix teensy to build on latest tree. 10 years ago
Paul Sokolovsky dce8876dbe unix: file: No fsync() on Windows. 10 years ago
Paul Sokolovsky ac736f15c9 stream: Factor out mp_stream_write() method to write a memstring to stream. 10 years ago
Paul Sokolovsky 122c9db3db unix: file: Implement .flush() method. 10 years ago
Paul Sokolovsky a1760a56ff test: Add run-tests-exp.sh, script to run testsuite with only sh dependency. 10 years ago