Skip to content

Commit

Permalink
update bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaqian12 committed May 6, 2023
1 parent 1e6b8ea commit fabdca6
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
Binary file modified bootloader/ArteryTek/cherryuf2_at32f403acgt7_hick.bin
Binary file not shown.
Binary file modified bootloader/ArteryTek/cherryuf2_at32f413cbt7.bin
Binary file not shown.
Binary file modified bootloader/ArteryTek/cherryuf2_at32f413cbt7_hick.bin
Binary file not shown.
Binary file modified bootloader/ArteryTek/cherryuf2_at32f415cbt7.bin
Binary file not shown.
Binary file modified bootloader/ST/cherryuf2_stm32f072cbt6_hsi.bin
Binary file not shown.
Binary file modified bootloader/ST/cherryuf2_stm32f103cbt6.bin
Binary file not shown.
Binary file modified bootloader/ST/cherryuf2_stm32f401ccu6.bin
Binary file not shown.
Binary file modified bootloader/ST/cherryuf2_stm32f407zgt6.bin
Binary file not shown.
Binary file modified bootloader/ST/cherryuf2_stm32f411ceu6.bin
Binary file not shown.
Binary file modified bootloader/ST/cherryuf2_stm32g431cbu6_hsi.bin
Binary file not shown.
Binary file modified bootloader/ST/cherryuf2_stm32l433vct6_hsi.bin
Binary file not shown.
Binary file modified bootloader/WCH/cherryuf2_ch32v307rct6.bin
Binary file not shown.
Binary file modified bootloader/WCH/cherryuf2_ch582m.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion ports/WCH/ch32v30x/boards.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void _init(void) {}
void SW_Handler(void) __attribute__((interrupt("WCH-Interrupt-fast")));
void SW_Handler(void) {
// need to improve
__asm("li a6, 0x5000");
__asm("li a6, 0x4000");
__asm("jr a6");

while (1)
Expand Down

0 comments on commit fabdca6

Please sign in to comment.