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.021Oct201918171615141312111097654543130Sep2928272827242322212220191817161412109876543432131Aug3029282726252422201917161514121110976542131Jul302928272625242322211716151413111098765432130Jun29282726252423212019181716151412109stmhal/Makefile: Use standard rules for frozen module generation.py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.esp8266/modules/webrepl: Enforce only one concurrent WebREPL connection.extmod/vfs_fat_file: Check fatfs f_sync() and f_close() returns for errors.cc3200: Fix thread mutex's so threading works with interrupts.esp8266/main: Mark nlr_jump_fail() as MP_FASTCODE.esp8266: Add MP_FASTCODE modifier to put a function to iRAM.esp8266/esp8266.ld: Move main.o to iROM.esp8266/esp8266.ld: Move modmachine.o to iROM.esp8266/esp8266.ld: Move help.o to iROM.esp8266/esp_init_data: Auto-initialize system params with vendor SDK 2.0.0.teensy: Update to provide new mp_hal_pin_XXX functions following stmhal.stmhal/led: Refactor LED to use mp_hal_pin_output() init function.stmhal: Refactor pin usage to use mp_hal_pin API.stmhal/modutime: Refactor to use extmod's version of ticks_cpu.cc3200: Enable loading of precompiled .mpy files.cc3200/mods/pybspi: Allow "write" arg of read/readinto to be positional.docs/machine.SPI: Improve descriptions of xfer methods.cc3200: Use mp_raise_XXX helper functions to reduce code size.esp8266/Makefile: Use latest esptool.py flash size auto-detection.docs/machine.SPI: Bring up to date with Hardware API, make vendor-neutral.docs: Bump version to 1.8.5.tests/run-tests: Enable extmod/machine1.py on pyboard.stmhal: Enable str.center(), str.[r]partition() and builtin compile().stmhal: Implement machine.soft_reset().lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.py: Use mp_raise_msg helper function where appropriate.tests: Add test to print full KeyError exc from failed dict lookup.py/objdict: Actually provide the key that failed in KeyError exception.py/objdict: Fix optimisation for allocating result in fromkeys.tests: Improve coverage of array, range, dict, slice, exc, unicode.tests/cmdline: Improve coverage test for printing bytecode.esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk.extmod/modussl_mbedtls: Add dummy setblocking() method.extmod/utime_mphal: sleep_us/ms(): Don't wait on negative argument.stmhal/modutime: Refactor to use extmod/utime_mphal.c.extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.esp8266: Enable micropython.alloc_emergency_exception_buf().tests/micropython: Add tests for heap_lock, and emergency exceptions.
Loading