summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32l0538disco
AgeCommit message (Collapse)Author
2021-01-26change output filename to BOARD-Directoryhathach
2020-10-30use cmsis 5 for all stm32hathach
2020-10-30l0 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 fsdevhathach
2020-03-26Modify include of HAL, and remove CMSIS clock configuration code, and ↵Nathan Conrad
implement UART for STM32F407Disco
2019-12-11close #204 define HSE_VALUE in _hal_conf instead of board.mkhathach
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-20added stm32 L0 supporthathach
close #125
2019-09-20added stm32L0538 discovery board, board test exmaple workshathach