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.026Mar25201917161514131211109875432128Feb2726252423222120191819181715141312987542131Jan1029Dec28262322201918161514131211109876543130Nov2928272625242322212016151412111087542131Oct302928272624232119171615131211109876543229Sep2625242221201918171613121110987654stm32/Makefile: Re-enable strict aliasing optimisation for ST HAL files.lib/stm32lib: Update library for fix to H7 SPI strict aliasing error.stm32/boards/NUCLEO_H743ZI: Disable uSD transceiver.stm32/boards/NUCLEO_H743ZI: Enable hardware I2C support.stm32/i2c: Add H7 I2C timing configurations.stm32/dma: Enable H7 DMA descriptors.tests/pyb/can: Update to test pyb.CAN restart, state, info, inplace recvstm32/can: Add "list" param to CAN.recv() to receive data inplace.travis: Pass -j4 to make to speed up compilation.stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.py/objexcept: Make MP_DEFINE_EXCEPTION public so ports can define excs.py/makeqstrdefs.py: Optimise by using compiled re's so it runs faster.stm32/can: Use explicit byte extraction instead of casting to word ptr.tests/pyb: Update CAN test to expect that auto_restart is printed.docs/library/pyb.CAN: Clean up documentation of data constants.stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info.stm32/can: Add CAN.state() method to get the state of the controller.stm32/can: Add CAN.restart() method so controller can leave bus-off.stm32/can: Add "auto_restart" option to constructor and init() method.stm32/can: Use enums to index keyword arguments, for clarity.stm32/can: Improve can.recv() so it checks for events, eg ctrl-C.stm32/boards/STM32L476DISC: Enable CAN peripheral.docs/library/pyb.CAN: Update markup to use latest doc conventions.docs: Fix some references and RST markup to eliminate Sphinx warnings.tests/cpydiff: Indent workaround code snippet so it formats correctly.esp32/machine_uart: Return None from UART read if no data is available.drivers/memory/spiflash: Fix bugs in and clean up read/write functions.py/obj.h: Move declaration of mp_obj_list_init to objlist.h.py/obj.h: Clean up by removing commented-out inline versions of macros.py/misc.h: Remove unused count_lead_ones() inline function.esp8266/esp_mphal.h: Fix I2C glitching by using input mode for od_high.extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.stm32/qspi: Do an explicit read instead of using memory-mapped mode.drivers/memory/spiflash: Fix setting of QE bit in flash register.stm32/storage: Provide support for a second block device.stm32/boards/STM32L476DISC: Provide SPI-flash bdev config.stm32/storage: Introduce MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE cfg.stm32/storage: Remove all SPI-flash bdev cfg, to be provided per board.stm32/storage: Make spi_bdev interface take a data pointer as first arg.stm32/storage: Merge all misc block-dev funcs into a single ioctl func.
Loading