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.014Nov1312111098765432131Oct30292827262524232221201918171615141312111097654543130Sep2928272827242322212220191817161412109876543432131Aug3029282726252422201917161514121110976542131Jul302928272625242322211716151413111098765432130Junexamples/http_client: Use read() instead of readall().all: Remove readall() method, which is equivalent to read() w/o args.examples/hwapi: Add soft_pwm example converted to uasyncio.tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms().examples/hwapi: button_led: Add GPIO pin read example.stmhal: Rename mp_hal_pin_set_af to _config_alt, to simplify alt config.stmhal/i2c: Reset the I2C peripheral if there was an error on the bus.stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.stmhal/dma: De-init the DMA peripheral properly before initialising.tests/micropython: Add test for import from within viper function.py/emitnative: Fix native import emitter when in viper mode.docs: Bump version to 1.8.6.examples/hwapi: Add hwconfig for DragonBoard 410c.esp8266: Update 512k linker script, renaming modpyb to machine.docs/library/machine.Pin: Update Pin docs to align with new HW API.esp8266/modnetwork.c: Expose configuration for station DHCP hostname.zephyr/mphalport.h: Update for new "unified" kernal API (sleep functions).unix: Add symlinks for upip to make it frozen into binary.py: Strip leading dirs from frozen mpy files, so any path can be used.py: Move frozen bytecode Makefile rules from ports to common mk files.esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).docs/*/quickref.rst: Use new semantics of ticks_diff()esp8266: Include upip as a standard frozen bytecode module.tools, unix: Replace upip tarball with just source files.esp8266/espneopixel.c: Solve glitching LED issues with cpu at 80MHz.stmhal: enable SD power save (disable CLK on idle)examples/hwapi: Example showing best practices for HW API usage in apps.docs/esp8266: Update for new WebREPL setup procedure.esp8266: Rework webrepl_setup to run over wired REPL.tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto".esp8266: Rename "machine" module implementation to use contemporary naming.zephyr/Makefile: Add -fomit-frame-pointer.zephyr/Makefile: Add minimal port.zephyr/Makefile: Allow to override Zephyr config from make command line.zephyr/Makefile: Update comments to the current state of affairs.zephyr/Makefile: Allow to adjust heap size from make command line.zephyr/mpconfigport.h: Move less important params to the bottom.extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types.windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounter
Loading