1144 Commits (b24ccfc639416c9427640b5f38e64a1476c1c704)

Author SHA1 Message Date
Damien George 22cedef95f stmhal/usbdev: For MSC implement SCSI SYNCHRONIZE_CACHE command. 8 years ago
Damien George f86c57fedf stmhal/usb: Make state for USB device private to top-level USB driver. 8 years ago
Sylvain Pelissier 3bb69f645a stmhal/usb: Use local USB handler variable in Start-of-Frame handler. 8 years ago
Sylvain Pelissier 6adcf7bb82 stmhal: Pass USB handler as parameter to allow more than one USB handler 8 years ago
Dave Hylands 551a731755 stmhal: Add support for NUCLEO_F446RE board. 8 years ago
Damien George 6ff0ecfffc ports: Convert from using stmhal's input() to core provided version. 8 years ago
Damien George 821dc27eec stmhal/boards: Enable DAC for NUCLEO_F767ZI board. 8 years ago
Paul Sokolovsky bcf31a3908 esp8266, stmhal, zephyr: Rename machine.Pin high/low methods to on/off. 8 years ago
Damien George a004554dc1 stmhal/modmachine: Remove TODO comment that is now implemented. 8 years ago
Damien George 37bd3b4f4c stmhal/modmachine: Add machine.UART class, linking to pyb.UART. 8 years ago
Damien George f1609bc843 ports: Add ilistdir in uos module. 8 years ago
Damien George 0986675451 stmhal: Convert all module and method tables to use MP_ROM macros. 8 years ago
Damien George 49de9b68d2 qemu-arm, stmhal: Remove dummy memory.h since it's no longer needed. 8 years ago
Damien George 03053f82db mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation. 8 years ago
Henrik Sölver 1f3887dc28 stmhal/timer: Clear interrupt flag before setting callback. 8 years ago
Damien George 9156c8b460 stmhal: Enable parsing of all Pin constructor args by machine.Signal. 8 years ago
Damien George 3b447ede78 stmhal/usbd_cdc_interface: Change CDC RX to use a circular buffer. 8 years ago
Damien George 9a8e7f7a8e stmhal/usbd_cdc_interface: Increase in-endpoint timeout to 500ms. 8 years ago
Damien George 4c307bfba1 all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h 8 years ago
Damien George b6c7e4b143 all: Use full path name when including mp-readline/timeutils/netutils. 8 years ago
Damien George 2460888c74 stmhal/i2c: Clean the cache so that I2C DMA works on F7 MCUs. 8 years ago
Damien George aa7de3ff67 stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c. 8 years ago
Damien George 00b1a3e4d2 stmhal/dma: Don't include SDMMC2 struct if SDMMC2 is not available. 8 years ago
Damien George 81e19eaf05 stmhal/boards: Remove F769 alt function table, it's same as for F767. 8 years ago
Damien George 41cbe8045e stmhal/boards/STM32F769DISC: Fix user switch pin, and document stlink. 8 years ago
Damien George c74fa7f58e stmhal/boards/STM32F769DISC: Get SD card working by using SDMMC2. 8 years ago
Damien George 9818c0db43 stmhal/boards: Update F76x alternate function table to add SDMMC2. 8 years ago
Damien George 7876e54aa5 stmhal/sdcard: Add support for SDMMC2 on F7 MCUs. 8 years ago
Damien George 43defc9e98 stmhal: Support SDMMC alternate functions in pin generation. 8 years ago
Damien George 22e2f4a0e8 stmhal/spi: Increase SPI transfer timeout, proportional to num bytes. 8 years ago
Damien George a9c8db07bd stmhal: Update for changes to mp_obj_str_get_data. 8 years ago
Damien George ca06fac4a1 stmhal: Update to use size_t for tuple/list accessors. 8 years ago
Damien George 7b1804c582 stmhal/dma: Fix reinitialisation of DMA on F7 MCUs, following F4. 8 years ago
Damien George e997bb6328 stmhal/hal: For F7 MCUs, expose DMA_CalcBaseAndBitshift function. 8 years ago
Damien George ff927cb106 stmhal/spi: Clean and/or invalidate D-cache before SPI DMA transfers. 8 years ago
Damien George 9a1b3da158 stmhal/board: Fix existing and add more pin defs for NUCLEO_F767ZI. 8 years ago
Damien George 8b36664e17 stmhal/boards: Fix alt-func config for PA5 of STM32F767. 8 years ago
Damien George 125eae1ba3 py/modbuiltins: For round() builtin use nearbyint instead of round. 8 years ago
Krzysztof Blazewicz 75589272ef all/Makefile: Remove -ansi from GCC flags, its ignored anyway. 8 years ago
Damien George 3509e2d307 stmhal/systick: Make mp_hal_delay_ms release the GIL when sleeping. 8 years ago
Damien George 96c35d0ac4 stmhal/pybthread: Allow interrupts to work during lock/unlock of mutex. 8 years ago
Damien George 080210ddc6 stmhal/irq: Shift IRQ priorities of TIM and EXTINT to be above PENDSV. 8 years ago
Damien George ebbaf7ee57 stmhal/pendsv: Disable interrupts during a thread switch. 8 years ago
Damien George a5159edc20 stmhal: Enable micropython.schedule(). 8 years ago
Damien George 12d0731b91 extmod/vfs_fat: Remove obsolete and unused str/len members. 8 years ago
Damien George 8236d18338 stmhal/main: Allocate flash's VFS struct on the heap to trace root ptrs. 8 years ago
Damien George 4351d16e62 stmhal/mphalport: Get ticks_cpu() working on F7 MCUs. 8 years ago
Damien George 4f3c1b3fc1 stmhal/modnwcc3k: Add include for mp_hal_delay_ms. 8 years ago
Damien George 78185e6a6c stmhal/modpyb: Use utime ticks ms/us functions instead of custom ones. 8 years ago
Damien George 89738e8240 stmhal: Rename sys_tick ticks/delay functions to corresp. mp_hal ones. 8 years ago