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.014May13111098432127Apr2624232011105430Mar2928272625201917161514131211109875432128Feb2726252423222120191819181715141312987542131Jan1029Dec28262322201918161514131211109876543130Nov2928272625242322212016151412111087542131Oct3029esp32: Update to latest ESP IDF version.py/mpstate.h: Adjust start of root pointer section to exclude non-ptrs.stm32/usbdev: Remove unused RxState variable, and unused struct..gitattributes: Remove special text handling of stm32 usbdev files.stm32/usbdev: Convert files to unix line endings.stm32/usbd_conf: Changes files to unix line endings and apply styling.stm32/usbd_conf.h: Remove unused macros and clean up header file.py/mpconfig.h: Be stricter when autodetecting machine endianness.tests/basics/special_methods2: Enable some additional tests that work.docs: Bump version to 1.9.4.tests/float/float_parse: Allow test to run on 32-bit archs.py/repl: Initialise q_last variable to prevent compiler warnings.py/objdeque: Fix sign extension bug when computing len of deque object.stm32/README: Update to reflect current MCU support.py/modbuiltins: Make built-in dir support the __dir__ special method.py/modbuiltins: In built-in dir make use of mp_load_method_protected.py/repl: Use mp_load_method_protected to prevent leaking of exceptions.py/modbuiltins: Make built-in hasattr work properly for user types.py/runtime: Add mp_load_method_protected helper which catches exceptionspy/{modbuiltins,repl}: Start qstr probing from after empty qstr.stm32/usb: Use correct type for USB HID object.stm32/usb: Fix broken pyb.have_cdc() so it works again.stm32/i2c: Make sure stop condition is sent after receiving addr nack.tests/cpydiff: Remove types_int_tobytesfloat now that it doesn't fail.tests/cpydiff: Remove working cases from types_float_rounding.tests/cpydiff: Remove types_str_decodeerror now that it succeeds.tests/cpydiff: Remove core_function_unpacking now that it succeeds.py/emitnx86: Fix 32-bit x86 native emitter build by including header.stm32/Makefile: Use -O2 to optimise compilation of lib/libc/string0.c.stm32: Don't use %lu or %lx for formatting, use just %u or %x.stm32/dma: Fix duplicate typedef of struct, it's typedef'd in dma.h.extmod/modlwip: In ioctl handle case when socket is in an error state.esp32/modsocket: Check for pending events during blocking socket calls.extmod/uzlib: Fix C-language sequencing error with uzlib_get_byte calls.esp32: Use mp_rom_map_elem_t and MP_ROM_xxx macros for const dicts.esp32/modsocket: Correctly handle reading from a peer-closed socket.esp32/README: Add --init to submodule update command.tests/run-tests: Support esp32 as a target for running the test suite.extmod/vfs: Delegate import_stat to vfs.stat to allow generic FS import.py/builtinhelp: Change occurrence of mp_uint_t to size_t.
Loading