summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32f207nucleo
AgeCommit message (Collapse)Author
2023-03-19bsp for f2 f3hathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-17Merge pull request #1391 from perigoso/renesas-raHa Thach
Renesas ra family support
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
also fix trailing spaces
2023-03-16fix HAL_Delay no effect bug on st platformtyustli
2023-03-08Merge branch 'master' into renesas-rahathach
2022-12-04Fix typosBastien Nocera
2022-06-02rework make freertos port handlingRafael Silva
this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible Signed-off-by: Rafael Silva <[email protected]>
2021-10-31change F207 to use new dwc2hathach
2021-03-18add example specific DEPS_SUBMODULEShathach
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-03-05update DEPS_SUBMODULES to optimize cihathach
2021-03-04rename FAMILY_SUBMODULES to DEPS_SUBMODULEShathach
2021-03-04merge no-family example buildhathach
specify FAMILY_SUBMODULES for all boards
2020-10-30use cmsis 5 for all stm32hathach
2020-10-30f2 use offical st driver repohathach
2020-10-08clean up jlink default interfacehathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-08move irq for stm32 synopsyshathach
2020-03-26Modify include of HAL, and remove CMSIS clock configuration code, and ↵Nathan Conrad
implement UART for STM32F407Disco
2020-01-10clean up HSE_VALUE for stm32hathach
2020-01-10clean up flash-stlinkhathach
2019-12-12Merge pull request #234 from hathach/stm32f4-blackpillHa Thach
move VBUS sense out of dcd_synosys to bsp
2019-12-11close #204 define HSE_VALUE in _hal_conf instead of board.mkhathach
2019-12-11move VBUS sense out of dcd_synosys to bsphathach
2019-11-20move -flto to board.mkhathach
current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out).
2019-10-24fix missing board uart read/write()hathach
2019-09-27add -Wextra for more warnings to examplehathach
non-stack warning (probably mcu driver) should be suppressed in the board.mk
2019-09-12ported stm32f2, added board stm32f207zg nucleohathach
close #127