aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32g4.c
Commit message (Collapse)AuthorAgeFilesLines
* stm32g4: Do not disable SWD by accidentAlex Voinea2022-12-111-1/+1
| | | | | | Keep SWEN as 1 in FLASH->ACR register such that the SWD interface doesn't get disabled. Signed-off-by: Alex Voinea <voinea.dragos.alexandru@gmail.com>
* stm32g4: implement build,usb,can,i2c,spi,serial,adc.Matt Baker2022-12-021-0/+168
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>