Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • ch3/leds
  • ch3/time
  • dualcore
  • master
  • wip-bootstrap default
5 results
Created with Raphaël 2.2.022Jan2120191817161289876543231Dec302928272524232221201918171615141312987542130Nov292826252423222118171615141312111098765432131Oct30292827262524232221201918171615141312111097654543130Sep292827282724esp8266: Convert to use builtin help function.stmhal: Convert to use builtin help function.py: Add builtin help function to core, with default help msg.tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc.tests: Add test for int.from_bytes() for arbitrary-precision integer.py/objint_longlong: Add stub for mp_obj_int_from_bytes_impl().py/objint: from_bytes(): Implement "byteorder" param and arbitrary precision.py/mpz: Implement mpz_set_from_bytes() as a foundation for int.from_bytes().zephyr: Enable SLIP networking for the default build.zephyr: Add separate Zephyr config for "minimal" build.zephyr: Remove deprecated .mdef file.zephyr/help: Update n_args param type to size_t.tests/basics: Add test for assignment of attribute to bound method.travis: Unconditionally run coveralls analysis, even if others failed.tests/misc/non_compliant: Add test for inability to assign func attrs.tests/micropython/opt_level: Add test for opt_level 3.tests/extmod/framebuf1: Add test for no-op fill_rect.tests/float: Add test for assigning to attribute of complex number.py/objint_mpz: Refactor switch-statement to remove unreachable default.py/formatfloat: Remove unreachable code.stmhal: Implement SNAK/CNAK mechanism for USB HID receive.stmhal: Implement ioctl for USB HID read.stmhal: Fix USB HID receive not receiving the first packet.drivers: Fix some minor spelling mistakes.docs: Fix some minor spelling mistakes.py/binary: mp_binary_get_size: Raise error on unsupported typecodes.tests/extmod: Improve test coverage of ure module.py/runtime: Refactor default case of switch to remove assert(0).py/objexcept: Replace if-cond and assert(0) with simple assert.py/emitnative: Remove assert(0)'s or replace with mp_not_implemented.py/parse: Refactor code to remove assert(0)'s.tests/basics: Improve runtime.c test coverage.tests/io: Improve test coverage of io.BufferedWriter.tests: Update tests, and add new ones, for recent generator tweaks.py/objgenerator: Don't raise RuntimeError if GeneratorExit ignored.py/objgenerator: When throwing an object, don't make an exc instance.py/runtime: Fix handling of throw() when resuming generator.py/runtime: Refactor assert(0) to improve coverage.tests: Improve frozen import test coverage.py/builtinimport: Remove unreachable code and change obj-import comment.
Loading