Skip to content

Commit

Permalink
release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaqian12 committed Oct 5, 2023
1 parent 46c5606 commit d108b04
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ It only supports DFU with MSC.
# Support Devices
| Manufacturer | MCU | Note |
| :---------- | :---------- | :---------- |
| ArteryTek | AT32F402 | |
| ArteryTek | AT32F403A | |
| ArteryTek | AT32F405 | |
| ArteryTek | AT32F407 | |
| ArteryTek | AT32F413 | |
| ArteryTek | AT32F415 | |
| ArteryTek | AT32F423 | |
| ArteryTek | AT32F425 | |
| ArteryTek | AT32F435 | |
| ArteryTek | AT32F437 | |
| ArteryTek | AT32F402 | |
| ArteryTek | AT32F405 | |
| ST | STM32F072 | Need to redirect vectors in app or bootloader. |
| ST | STM32F103 | |
| ST | STM32F401 | |
Expand All @@ -43,8 +43,6 @@ It only supports DFU with MSC.

## Todo List
- [ ] AT32WB415
- [x] AT32F402
- [x] AT32F405
- [ ] AT32F435/7(Multiport)
- [ ] HPM5300
- [ ] CH32V307 -> CH32V20X_30X
Expand Down
Binary file modified bootloader/ArteryTek/cherryuf2_at32f403acgt7_hick.bin
Binary file not shown.
Binary file added bootloader/ArteryTek/cherryuf2_at32f405ccu7.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 not shown.
Binary file modified bootloader/ArteryTek/cherryuf2_at32f425c8t7_hick.bin
Binary file not shown.
Binary file modified bootloader/ArteryTek/cherryuf2_at32f437zmt7_hick.bin
Binary file not shown.
Binary file modified bootloader/HDSC/cherryuf2_hc32f460jeua.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.
1 change: 0 additions & 1 deletion ports/ArteryTek/at32f403a_407/board_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ static bool flash_erase(uint32_t addr) {
}

static void flash_write(uint32_t dst, const uint8_t *src, int len) {
if (dst < BOARD_FLASH_APP_START || dst > )
flash_erase(dst);

for (int i = 0; i < len; i += 4) {
Expand Down

0 comments on commit d108b04

Please sign in to comment.