8958 Commits (8f11d0b532bd0203c875ad9e3e4efd8a7014ca15)
 

Author SHA1 Message Date
Damien George 0abbafd424 stm32/can: Add "list" param to CAN.recv() to receive data inplace. 7 years ago
Damien George 5e1279d41a travis: Pass -j4 to make to speed up compilation. 7 years ago
Damien George e37b8ba5a5 stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type. 7 years ago
Damien George 5edce4539b py/objexcept: Make MP_DEFINE_EXCEPTION public so ports can define excs. 7 years ago
Damien George f6a1f18603 py/makeqstrdefs.py: Optimise by using compiled re's so it runs faster. 7 years ago
Damien George 06aa13c350 stm32/can: Use explicit byte extraction instead of casting to word ptr. 7 years ago
Damien George 9600a1f207 tests/pyb: Update CAN test to expect that auto_restart is printed. 7 years ago
Damien George b7d576d69a docs/library/pyb.CAN: Clean up documentation of data constants. 7 years ago
Damien George a25e6c6b65 stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info. 7 years ago
Damien George d7e67fb1b4 stm32/can: Add CAN.state() method to get the state of the controller. 7 years ago
Damien George 1272c3c65d stm32/can: Add CAN.restart() method so controller can leave bus-off. 7 years ago
Damien George 823ca03008 stm32/can: Add "auto_restart" option to constructor and init() method. 7 years ago
Damien George 1608c4f5be stm32/can: Use enums to index keyword arguments, for clarity. 7 years ago
Damien George 2036196d71 stm32/can: Improve can.recv() so it checks for events, eg ctrl-C. 7 years ago
Damien George 22a9158ced stm32/boards/STM32L476DISC: Enable CAN peripheral. 7 years ago
Damien George d91a1989f5 docs/library/pyb.CAN: Update markup to use latest doc conventions. 7 years ago
Damien George 0db49c37a4 docs: Fix some references and RST markup to eliminate Sphinx warnings. 7 years ago
Damien George c926e72750 tests/cpydiff: Indent workaround code snippet so it formats correctly. 7 years ago
Damien George 34e224a4af esp32/machine_uart: Return None from UART read if no data is available. 7 years ago
Damien George bdc875e602 drivers/memory/spiflash: Fix bugs in and clean up read/write functions. 7 years ago
Damien George e0bc438e4b py/obj.h: Move declaration of mp_obj_list_init to objlist.h. 7 years ago
Damien George 9f811e9096 py/obj.h: Clean up by removing commented-out inline versions of macros. 7 years ago
Damien George d4b55eff44 py/misc.h: Remove unused count_lead_ones() inline function. 7 years ago
Damien George 033c32e694 esp8266/esp_mphal.h: Fix I2C glitching by using input mode for od_high. 7 years ago
Tom Collins 4d3a92c67c extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple. 7 years ago
Damien George 1345093401 stm32/qspi: Do an explicit read instead of using memory-mapped mode. 7 years ago
Damien George cc34b087f0 drivers/memory/spiflash: Fix setting of QE bit in flash register. 7 years ago
Damien George 0d5bccad11 stm32/storage: Provide support for a second block device. 7 years ago
Damien George bb3359f357 stm32/boards/STM32L476DISC: Provide SPI-flash bdev config. 7 years ago
Damien George 626d6c9756 stm32/storage: Introduce MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE cfg. 7 years ago
Damien George d1c4bd69df stm32/storage: Remove all SPI-flash bdev cfg, to be provided per board. 7 years ago
Damien George 1803e8ef22 stm32/storage: Make spi_bdev interface take a data pointer as first arg. 7 years ago
Damien George 1e4caf0b1e stm32/storage: Merge all misc block-dev funcs into a single ioctl func. 7 years ago
Damien George a739b35a96 drivers/memory/spiflash: Change to use low-level SPI object not uPy one. 7 years ago
Damien George 58ebeca6a9 drivers/bus: Pull out software SPI implementation to dedicated driver. 7 years ago
iabdalkader ad2a6e538c stm32/system_stm32: Fix CONFIG_RCC_CR_2ND value to use bitwise or. 7 years ago
Damien George 9cef2b03a7 docs/reference/repl.rst: Fix some minor errors in the REPL tutorial. 7 years ago
Tom Collins 993f4345c0 stm32/usbd_conf.h: Add include of stdint.h to fix compilation issues. 7 years ago
Damien George eb56efb434 stm32: Remove startup_stm32.S, now provided in boards/ for each MCU. 7 years ago
iabdalkader 66748aaf60 stm32/Makefile: Use separate startup file for each MCU series. 7 years ago
iabdalkader 88157715db stm32/boards: Add startup_stm32l4.s for L4 series specific startup. 7 years ago
iabdalkader e3b81f5712 stm32/boards: Add startup_stm32f4.s for F4 series specific startup. 7 years ago
iabdalkader d84f1a90cc stm32/boards: Add startup_stm32f7.s for F7 series specific startup. 7 years ago
iabdalkader 0f5cce7753 stm32/boards: Add startup_stm32h7.s for H7 series specific startup. 7 years ago
iabdalkader bbf19bb64e stm32/main: Enable D2 SRAM1/2/3 clocks on H7 MCUs. 7 years ago
iabdalkader 61d463ad07 stm32/mpconfigboard_common: Add STM32H7 common configuration. 7 years ago
iabdalkader 6d3f42f713 stm32/extint: Add EXTI support for H7 MCUs. 7 years ago
iabdalkader 711f817c2a stm32/rtc: Add RTC support for H7 MCUs. 7 years ago
iabdalkader 0e51e4d139 stm32/dma: Add DMA support for H7 MCUs. 7 years ago
iabdalkader fe29419c10 stm32/stm32_it: Add support for H7 MCUs. 7 years ago