aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/Makefile
AgeCommit message (Expand)Author
2018-09-21stm32/dcmi: Add F4/F7/H7 hal files and dma definitions for DCMI periph.Andrew Leech
2018-09-20stm32/Makefile: Include copysign.c in double precision float builds.Damien George
2018-09-20stm32: Add support for STM32F765xx MCUs.Andrew Leech
2018-09-11stm32: For MCUs that have PLLSAI allow to set SYSCLK at 2MHz increments.Damien George
2018-09-11stm32/Makefile: Allow external BOARD_DIR directory to be specified.Andrew Leech
2018-08-14stm32/spi: Split out pyb.SPI and machine.SPI bindings to their own filesDamien George
2018-07-30stm32/Makefile: Use -Wno-attributes for ll_usb.c HAL source file.Damien George
2018-07-23stm32/sdram: Integrate SDRAM driver into rest of code.Andrew Leech
2018-07-20stm32: Add method for statically configuring pin alternate function.Andrew Leech
2018-06-12stm32/Makefile: Rebuild all qstrs when any board configuration changes.Damien George
2018-06-01stm32: Add network driver for Wiznet5k using MACRAW mode and lwIP.Damien George
2018-05-28stm32: Add support for STM32F0 MCUs.Damien George
2018-05-21stm32: Integrate lwIP as implementation of usocket module.Damien George
2018-05-04stm32/Makefile: Use -O2 to optimise compilation of lib/libc/string0.c.Damien George
2018-04-24stm32/i2c: Add low-level I2C driver for F7 MCUs.Damien George
2018-04-24stm32: Rename i2c.c to pyb_i2c.c.Damien George
2018-03-29stm32: Add custom, optimised Reset_Handler code.Damien George
2018-03-27stm32/system_stm32: Set VTOR pointer from TEXT0_ADDR.Damien George
2018-03-27stm32/Makefile: Allow a board to config either 1 or 2 firmware sections.Damien George
2018-03-27stm32/Makefile: Rename FLASH_ADDR/TEXT_ADDR to TEXT0_ADDR/TEXT1_ADDR.Damien George
2018-03-27stm32/boards: Allow boards to have finer control over the linker script.Damien George
2018-03-26stm32/Makefile: Re-enable strict aliasing optimisation for ST HAL files.Damien George
2018-03-17stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.Damien George
2018-03-10drivers/bus: Pull out software SPI implementation to dedicated driver.Damien George
2018-03-09stm32/Makefile: Use separate startup file for each MCU series.iabdalkader
2018-03-09stm32/Makefile: Add settings to support H7 MCUs.iabdalkader
2018-03-03stm32/qspi: Add hardware QSPI driver, with memory-map capability.Damien George
2018-03-02stm32/spibdev: Add option to configure SPI block dev to use QSPI flash.Damien George
2018-02-23stm32: Use "GEN" for describing files generated in the build.Damien George
2018-02-13stm32: Factor out flash and SPI block-device code to separate files.Damien George
2018-02-02stm32/rng: Simplify RNG implementation by accessing raw peripheral regs.Damien George
2018-01-31stm32: Add support for DHT11/DHT22 sensors.Damien George
2017-10-16stm32/modnwwiznet5k: Add support for W5500 Ethernet chip.Damien George
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George