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.029Nov28272625242322212019181716171615141311109876765434323131Oct30313029282726272627262524232221201920191817161514131211109898765432130Sep292827282726242322212019181716151413121110743131Aug302930293029282522212017181716151413121110987653231Jul3029272625242322216Jun20Jul19171615141514121110987py/emit: Change type of arg of load_const_obj from void* to mp_obj_t.py: Change qstr_* functions to use size_t as the type for str len arg.py: Change mp_print_strn_t func type to use size_t for the str length.unix/modtime: Unbreak Windows build after changes to check select() result.unix/modtime: sleep(): Automatically restart after receiving EINTR.examples/accel_i2c.py: Switch to "machine" module.unix/moduselect: poll.register(): Reuse freed entries in poll array.unix/moduselect: Fix bug in poll.poll() scanning loop.py/asmx86: Fix function definition to use int32_t instead of int.unix/unix_mphal: Use size_t instead of mp_uint_t in stdout_tx_strn decls.py/binary: Make use of MP_ALIGN.stmhal: Make stm.mem* support large integers.pic16bit: Use global MICROPY_NO_ALLOCA setting.stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.unix/modos: Remove duplicate level of #if MICROPY_PY_OS_STATVFS.stmhal: Allow make DEBUG=1 to buildstmhal: Add support for the STM32F429I-DISCO kit by STMicro.py/mpconfig.h: Allow to build without alloca() for ANSI C compliance.extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT.extmod: Move fsusermount.c from stmhal for cross-port reuse.stmhal: Increase the priority of UART IRQ.esp8266/modesp: Implement flash_read(offset, size_bytes) function.tests/run-tests: Improve robustness of REPL tests.stmhal: Process storage idle tick handler in different slot to DMA.stmhal: In SysTick IRQ handler, make uwTick variable non-volatile.stmhal: Move flash storage idle tick handler from TIM3 to SysTick.stmhal/irq: Set all IRQ subpriorities to 0, since they aren't used.stmhal/irq: Add comment about SDIO priority being higher than DMA.stmhal: On SysTick IRQ, only process one DMA channel at a time.stmhal: Save RAM and ROM by making SD DMA init structure const for tx/rx.stmhal: Small simplification of code to tickle DMA idle counter.windows/py: Support 64bit mingw-w64 buildswindows: Cleanup makefilenlr: Use single preprocessor symbol to check if building on Windowsstmhal: Add dma support for sdcard.stmhal: Turn off DMA clocks when idle for 100 msecstmhal: Put IRQs into priority order.stmhal: Fix unused variables when HW_CLK_LAST_FREQ not defined.stmhal: Implement delayed RTC initialization with LSI fallback.docs: Bump version to 1.5.1.
Loading