Kevin O'Connor
|
806cf233ec
|
stm32: Include "misc.h" in stm32l4.c and stm32g4.c
Include for bootloader_request() definition.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
|
2022-12-30 21:28:32 -05:00 |
|
Kevin O'Connor
|
4af8786587
|
stm32: Move dfu reboot logic to new dfu_reboot.c file
Move the stm32 DFU reboot logic to a new dfu_reboot.c file. This
simplifies the per-chip code.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
|
2022-12-18 19:50:08 -05:00 |
|
Kevin O'Connor
|
be74c72555
|
stm32: Separate out USB DFU reboot logic in stm32g4.c
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
|
2022-12-18 19:50:08 -05:00 |
|
Alex Voinea
|
0972561783
|
stm32g4: Do not disable SWD by accident
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>
|
2022-12-11 20:09:50 -05:00 |
|
Matt Baker
|
c5d56f4438
|
stm32g4: implement build,usb,can,i2c,spi,serial,adc.
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
|
2022-12-02 11:31:42 -05:00 |
|