8051 Commits (f8ac28964d8d7801baed71e6414aad8621471458)
 

Author SHA1 Message Date
Paul Sokolovsky 5feeba8897 examples/hwapi/hwconfig*: Use inline Signal() args where possible. 8 years ago
Damien George 1d8c3f4cff mpy-cross/Makefile: Override undefine any inherited variables. 8 years ago
Damien George a1f254028d py/mkrules.mk: Add dependency of .mpy files upon mpy-cross. 8 years ago
Damien George 6d221fe284 docs/library/uos: Add description of uos.ilistdir() function. 8 years ago
Damien George d70f688f25 extmod/vfs: Use MP_S_IFDIR, MP_S_IFREG consts instead of magic numbers. 8 years ago
Damien George f1609bc843 ports: Add ilistdir in uos module. 8 years ago
Damien George 852c215d76 tests/extmod/vfs: Update tests to reflect new ilistdir() method. 8 years ago
Damien George d4cd4831b0 extmod/vfs_fat: Replace listdir() with implementation of ilistdir(). 8 years ago
Damien George 87283c1974 extmod/vfs: Implement mp_vfs_ilistdir(). 8 years ago
Paul Sokolovsky edc02bd952 unix/main: Implement -m option for packages. 8 years ago
Damien George 9bd67d9fbc tests/extmod: Make some vfs tests fully unmount FSs before running. 8 years ago
Tom Collins d00d062af2 tests/basics/lexer: Add lexer tests for input starting with newlines. 8 years ago
Tom Collins 2998647c4e py/lexer: Simplify lexer startup by using dummy bytes and next_char(). 8 years ago
Damien George e711e2d44a tests/basics: Add memoryview test for big ints. 8 years ago
Damien George 2e9e14980d tests/basics: Update array test for big-int with lL typecodes. 8 years ago
Damien George 6cfa61a4cc py/binary: Handle storing big-ints to all arrays types. 8 years ago
Paul Sokolovsky 4a4490ffcc py/modio: resource_stream: Implement "package" param handling. 8 years ago
Paul Sokolovsky c1e0eb7afe unix/main: Don't allow to specify too small heap size. 8 years ago
Damien George 0986675451 stmhal: Convert all module and method tables to use MP_ROM macros. 8 years ago
Damien George 084824f866 tests: Move super-as-local test from cpydiff to basic tests. 8 years ago
Damien George dce7dd4259 tests/micropython: Add test for int.from_bytes with many zero bytes. 8 years ago
Damien George 58bb73e010 py/objint: In int.from_bytes, only create big-int if really needed. 8 years ago
Tom Collins 288ea06e7c lib/utils/pyexec: Update event-driven REPL to match non-event REPL. 8 years ago
Damien George e62235f8c7 esp8266: Change default settings to mount flash at root dir. 8 years ago
Damien George 1b3e372418 tests/extmod: Add some more VFS tests. 8 years ago
Damien George 6c8b57a902 tests/extmod: Add more tests for VFS FAT. 8 years ago
Damien George c9a3a68a49 extmod/vfs: Allow a VFS to be mounted at the root dir. 8 years ago
Paul Sokolovsky d4c070415a tools/upip: Upgrade to 1.2. 8 years ago
Paul Sokolovsky 12ea06567c tests/cpydiff/core_function_unpacking: Fill in workaround. 8 years ago
Paul Sokolovsky 92657c671f tests/cpydiff/core_import_split_ns_pkgs: Test for split namespace packages. 8 years ago
Paul Sokolovsky 3923f96dc6 tests/cpydiff/core_import_path: Test showing difference in package.__path__. 8 years ago
stijn ab4a8618cf msvc: Workaround parser bug in older MSBuild versions 8 years ago
stijn 5b57ae985f mpy-cross: Fix compiler detection for including windows/fmode.c 8 years ago
Paul Sokolovsky 7d4ba9d257 tests/io/resource_stream: Add test for uio.resource_stream(). 8 years ago
Paul Sokolovsky d7da2dba07 py/modio: Implement uio.resource_stream(package, resource_path). 8 years ago
Paul Sokolovsky 4c2fa83f2a zephyr/main: Remove superfluous include. 8 years ago
Paul Sokolovsky b5159a9149 zephyr/mpconfigport.h: Enable line number information for scripts. 8 years ago
Paul Sokolovsky c1b19115e5 tests/cpydiff/core_import_prereg: Fill in cause and workaround. 8 years ago
Paul Sokolovsky 8bb84cc627 tests/cpydiff/core_function_userattr: Clarify, fill in cause and workaround. 8 years ago
Paul Sokolovsky 58ecbc7752 tests/cpydiff/core_arguments: Fill in cause/workaround. 8 years ago
Paul Sokolovsky 674da04e2e zephyr/Makefile: Add debugserver Zephyr target. 8 years ago
Paul Sokolovsky 11bc21dfa8 unix/main: Ignore SIGPIPE signal, instead make EPIPE arrive. 8 years ago
Paul Sokolovsky 5db55e63f3 extmod/modlwip: ioctl POLL: Fix handling of peer closed socket. 8 years ago
stijn c41fe70ef2 windows/README: Add a note about stack usage for msvc 8 years ago
stijn fa823ea893 windows/README: Fix some typos and grammar 8 years ago
Paul Sokolovsky e81f46940e tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt. 8 years ago
Paul Sokolovsky 473e85e2da tools/mpy-tool: Make work if run from another directory. 8 years ago
stijn db9c2e310e msvc: Rebuild all qstrs when mpconfig headers are modified 8 years ago
stijn 8d865fa701 msvc: Do not define DEBUG for debug builds 8 years ago
stijn 2f0ce2a6f5 py: Cleanup use of global DEBUG preprocessor definition 8 years ago