aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32
AgeCommit message (Expand)Author
2018-07-02ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32.Damien George
2018-06-26stm32/mboot: Always use a flash latency of 1WS to match 48MHz HCLK.Damien George
2018-06-26stm32/mboot: Only compile in code for the USB periph that is being used.Damien George
2018-06-25stm32/mboot: Fix bug with invalid memory access of USB state.Damien George
2018-06-23stm32/modnetwork: Fix query of DNS IP address in ifconfig().Damien George
2018-06-22stm32/boards: Add .ld and af.csv files for STM32F722.Damien George
2018-06-22stm32/mboot: Add support for erase/read/write of external SPI flash.Damien George
2018-06-22stm32/qspi: Don't require data reads and writes to be a multiple of 4.Damien George
2018-06-20stm32/boards/NUCLEO_F091RC: Fix TICK_INT_PRIORITY so it is highest prio.Damien George
2018-06-19stm32/mboot: Define constants for reset mode cycling and timeout.Damien George
2018-06-18stm32/spi: Fix SPI driver so it can send/recv more than 65535 bytes.Damien George
2018-06-18stm32/can: Use MP_OBJ_ARRAY_TYPECODE_FLAG_RW where appropriate.Damien George
2018-06-18stm32/boards/NUCLEO_F091RC: Add Arduino-named pins and rename CPU pins.rolandvs
2018-06-18stm32/boards/stm32f091_af.csv: Split labels that are multiple funcs.rolandvs
2018-06-18stm32/mboot: Adjust user-reset-mode timeout so it ends with mode=1.Damien George
2018-06-15stm32/i2cslave: Fix ordering of event callbacks in slave IRQ handler.Damien George
2018-06-15stm32/i2c: Fix num_acks calculation in i2c_write for F0 and F7 MCU's.Damien George
2018-06-15stm32/timer: Support TIM1 on F0 MCUs.Damien George
2018-06-14drivers/memory/spiflash: Rename functions to indicate they use cache.Damien George
2018-06-14stm32/boards/STM32L476DISC: Update SPI flash config for cache change.Damien George
2018-06-12stm32/Makefile: Rebuild all qstrs when any board configuration changes.Damien George
2018-06-12ports: Enable IOBase on unix, stm32, esp8266 and esp32.Damien George
2018-06-12ports: Call gc_sweep_all() when doing a soft reset.Damien George
2018-06-08stm32/mboot: Increase USB rx_buf and DFU buf sizes to full 2048 bytes.Damien George
2018-06-08stm32/mpconfigport.h: Enable DELATTR_SETATTR and BUILTINS_NOTIMPLEMENTEDDamien George
2018-06-08ports: Enable descriptors on stm32, esp8266, esp32 ports.Damien George
2018-06-06extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.Damien George
2018-06-03stm32/modnetwork: Fix arg indexing in generic ifconfig method.Damien George
2018-06-01stm32: Add network driver for Wiznet5k using MACRAW mode and lwIP.Damien George
2018-06-01stm32/modnetwork: Provide generic implementation of ifconfig method.Damien George
2018-06-01stm32/modnetwork: Change base entry of NIC object from type to base.Damien George
2018-06-01stm32/modnetwork: Don't take netif's down when network is deinited.Damien George
2018-05-30stm32/flash: Increase H7 flash size to full 2MiB.Damien George
2018-05-30stm32/boards: Ensure USB OTG power is off for NUCLEO_F767ZI.rolandvs
2018-05-29stm32/boards: Split combined alt-func labels and fix some other errors.rolandvs
2018-05-28stm32/README: Update to include STM32F0 in list of supported MCUs.Damien George
2018-05-28stm32/boards: Add NUCLEO_F091RC board configuration files.Damien George
2018-05-28stm32/boards: Add alt-func CSV list and linker script for STM32F091.Damien George
2018-05-28stm32: Add support for STM32F0 MCUs.Damien George
2018-05-28stm32/boards: Add startup_stm32f0.s for STM32F0 MCUs.Damien George
2018-05-28stm32: Allow a board to disable MICROPY_VFS_FAT.Damien George
2018-05-28stm32/timer: Make timer_get_source_freq more efficient by using regs.Damien George
2018-05-28stm32: Add support for Cortex-M0 CPUs.Damien George
2018-05-28stm32: Allow to have no storage support if there are no block devices.Damien George
2018-05-28stm32/usb: Guard USB device code with #if for whether USB is enabled.Damien George
2018-05-24stm32: Add new component, the mboot bootloader.Damien George
2018-05-24stm32: Add low-level hardware I2C slave driver.Damien George
2018-05-24stm32: Remove unneeded HTML release notes from usbdev and usbhost dirs.Damien George
2018-05-22ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.Damien George
2018-05-22stm32/main: Use consistent indenting of macro #if's.Damien George