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