8864 Commits (bbf19bb64e1ad62b3c2852c4a24d09fbcac5c9c6)
 

Author SHA1 Message Date
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
iabdalkader 2858e0aef8 stm32/usbd_conf: Add USB support for H7 MCUs. 7 years ago
iabdalkader d151adb791 stm32/modmachine: Support basic H7 MCU features. 7 years ago
iabdalkader 0989e0cdff stm32/timer: Add Timer support for H7 MCUs. 7 years ago
iabdalkader b982b95c18 stm32/uart: Add UART support for H7 MCUs. 7 years ago
iabdalkader a863c60439 stm32/wdt: Add WDT support for H7 MCUs. 7 years ago
iabdalkader 3f86fbcb07 stm32/mphalport: Use GPIO BSRRL/BSRRH registers for H7 MCUs. 7 years ago
iabdalkader 2e93d4167d stm32/system_stm32: Add H7 MCU system initialisation. 7 years ago
iabdalkader 81f8f5f163 stm32/flash: Add flash support for H7 MCUs. 7 years ago
iabdalkader b8d09b9bef stm32/Makefile: Add settings to support H7 MCUs. 7 years ago
iabdalkader fabfacf3d7 stm32/boards: Add new NUCLEO_H743ZI board configuration files. 7 years ago
Damien George 8522874167 stm32/boards: Add stm32h743.ld linker script. 7 years ago
Damien George e22ef277b8 lib/stm32lib: Update library to include support for STM32H7 MCUs. 7 years ago
Damien George a3c721772e stm32/boards: Add stm32h743_af.csv file describing H7 GPIO alt funcs. 7 years ago
Damien George 72adc381fb tests/basics/builtin_enumerate: Add test for many pos args to enumerate. 7 years ago
Damien George 0b88a9f02e unix/coverage: Allow coverage tests to pass with debugging disabled. 7 years ago
sec2 250b24fe36 stm32/boards/NUCLEO_F767ZI: Update pins list to include 3 extra pins. 7 years ago
sec2 bda3620616 stm32/boards/stm32f767_af.csv: Add ADC column to pin capability list. 7 years ago
Damien George 024edafea0 stm32/i2c: On F4 MCUs report the actual I2C SCL frequency. 7 years ago
Damien George 8359210e71 docs/library/uos: Document mount, umount, VfsFat and block devices. 7 years ago
Damien George 63b003d523 docs/library/uos: Create sections for distinct parts and document uname. 7 years ago
Damien George a5fb699d87 docs/library/micropython: Describe optimisation levels for opt_level(). 7 years ago
Damien George 6e09320b4c docs/library/usocket: Make xref to uerrno explicitly a module reference. 7 years ago
Lee Seong Per 478ce8f7e3 esp32/modnetwork: Implement status('stations') to list STAs in AP mode. 7 years ago
Damien George d4470af239 esp32: Revert "esp32/machine_touchpad: Swap pins 32 and 33." 7 years ago
Olivier Ortigues b691aa0aae esp8266/esppwm: Always start timer to avoid glitch from full to nonfull. 7 years ago
Damien George 0acf868bb7 tests/extmod/time_ms_us: Fix ticks tests, ticks_diff args are reversed. 7 years ago
Damien George e3d11b6a6e tests/extmod/time_ms_us: Add test for calling ticks_cpu(). 7 years ago
Damien George 512f4a6ad1 tests/unix: Add coverage test for uio.resource_stream from frozen str. 7 years ago
Damien George adda38cf76 stm32/qspi: Add hardware QSPI driver, with memory-map capability. 7 years ago
Damien George 8bd0a51ca9 stm32/spibdev: Convert to use multiple block read/write interface. 7 years ago
Damien George 861080aa3d stm32/storage: Add option for bdev to supply readblock/writeblocks. 7 years ago
Damien George 0210383da5 stm32/spibdev: Add option to configure SPI block dev to use QSPI flash. 7 years ago
Damien George a0dfc38641 stm32/spibdev: Update to work with new spiflash driver. 7 years ago
Damien George 21d5527edf extmod/machine_spi: Make SPI protocol structure public. 7 years ago
Damien George 4e48700f9a drivers/memory/spiflash: Add support for QSPI interface. 7 years ago
Damien George 1da2d45de6 drivers/bus: Add QSPI abstract type with software QSPI implementation. 7 years ago
Damien George 9884a2c712 py/objint: Remove unreachable code checking for int type in format func. 7 years ago
Damien George c607b58efe tests: Move heap-realloc-while-locked test from C to Python. 7 years ago
Damien George c3f1b22338 tests/unix: Add coverage tests for various GC calls. 7 years ago
Damien George 955ee6477f py/formatfloat: Fix case where floats could render with negative digits. 7 years ago
Damien George 7b050fa76c py/formatfloat: Fix case where floats could render with a ":" character. 7 years ago
Damien George bc12eca461 py/formatfloat: Fix rounding of %f format with edge-case FP values. 7 years ago
Damien George 90e719a232 tests/extmod/vfs_fat_fileio1: Add test for calling file obj finaliser. 7 years ago
Damien George 09be031e04 extmod/vfs_fat_diskio: Use a C-stack-allocated bytearray for block buf. 7 years ago