summaryrefslogtreecommitdiff
path: root/ports/stm32/boards
AgeCommit message (Expand)Author
2019-10-13remove ports/stm32Dan Halbert
2018-06-22stm32/boards: Add .ld and af.csv files for STM32F722.Damien George
2018-06-20stm32/boards/NUCLEO_F091RC: Fix TICK_INT_PRIORITY so it is highest prio.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-14stm32/boards/STM32L476DISC: Update SPI flash config for cache change.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/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/boards: Add startup_stm32f0.s for STM32F0 MCUs.Damien George
2018-05-18stm32/boards: Add config files for new board, STM32L496GDISC.Tobias Badertscher
2018-05-18stm32/boards: Add board ld and af.csv files for STM32L496 MCU.Tobias Badertscher
2018-05-18stm32: Add support for STM32L496 MCU.Tobias Badertscher
2018-05-16stm32: Enable UART7/8 on F4 series that have these peripherals.Ryan Shaw
2018-05-01stm32/boards: Update pins.csv to include USB pins where needed.Damien George
2018-05-01stm32/boards/NUCLEO_H743ZI: Enable ADC peripheral.iabdalkader
2018-04-27stm32/boards/NUCLEO_H743ZI: Use priority 0 for SysTick IRQ.Damien George
2018-04-23stm32/boards/NUCLEO_H743ZI: Enable RNG for this board.iabdalkader
2018-04-11stm32/can: Allow CAN pins to be configured per board.Damien George
2018-04-11stm32/pin: In pin AF object, remove union of periph ptr types.Damien George
2018-04-10stm32/boards/NUCLEO_H743ZI: Enable DAC peripheral.iabdalkader
2018-03-28stm32/boards/STM32L476DISC: Update to not take the address of pin objs.Damien George
2018-03-28stm32: Change pin_X and pyb_pin_X identifiers to be pointers to objects.Damien George
2018-03-28stm32/boards/NUCLEO_H743ZI: Enable SD card support.iabdalkader
2018-03-28stm32/boards/NUCLEO_H743ZI: Update to build with new linker management.Damien George
2018-03-28stm32/boards/stm32h743.ld: Remove include of common.ld.Damien George
2018-03-27stm32/boards/stm32f767.ld: Add definition of FLASH_APP.Damien George
2018-03-27stm32/boards: Add common_bl.ld for boards that need a bootloader.Damien George
2018-03-27stm32/boards: Add common_basic.ld for a board to have a single section.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-27stm32: Consolidate include of genhdr/pins.h to single location in pin.h.Damien George
2018-03-20stm32/boards/NUCLEO_H743ZI: Disable uSD transceiver.iabdalkader
2018-03-20stm32/boards/NUCLEO_H743ZI: Enable hardware I2C support.iabdalkader
2018-03-17stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.Damien George
2018-03-15stm32/boards/STM32L476DISC: Enable CAN peripheral.Damien George
2018-03-10stm32/boards/STM32L476DISC: Provide SPI-flash bdev config.Damien George
2018-03-09stm32/boards: Add startup_stm32l4.s for L4 series specific startup.iabdalkader
2018-03-09stm32/boards: Add startup_stm32f4.s for F4 series specific startup.iabdalkader
2018-03-09stm32/boards: Add startup_stm32f7.s for F7 series specific startup.iabdalkader
2018-03-09stm32/boards: Add startup_stm32h7.s for H7 series specific startup.iabdalkader
2018-03-09stm32/boards: Add new NUCLEO_H743ZI board configuration files.iabdalkader
2018-03-09stm32/boards: Add stm32h743.ld linker script.Damien George
2018-03-09stm32/boards: Add stm32h743_af.csv file describing H7 GPIO alt funcs.Damien George
2018-03-07stm32/boards/NUCLEO_F767ZI: Update pins list to include 3 extra pins.sec2
2018-03-07stm32/boards/stm32f767_af.csv: Add ADC column to pin capability list.sec2
2018-02-13stm32/boards: Update all boards to work with new USB configuration.Damien George
2018-02-13stm32: Update HAL macro and constant names to use newer versions.Damien George