Compare commits

..

No commits in common. "9d8653b528ccaf36aa5f6dfb80f4d0157d01cc26" and "20870dc3e3d7b19ea414914c6737aa20282687b0" have entirely different histories.

135 changed files with 49 additions and 62 deletions

7
.gitignore vendored
View File

@ -1,4 +1,3 @@
/firmware/ch32v003_bootloader/obj /code/ch32v003_bootloader/obj
/firmware/ch32v003_bootloader/CH32V003_BL.launch /code/firmware/obj
/firmware/retro_tech_fw/obj /code/ch32v003_bootloader/CH32V003_BL.launch
/firmware/retro_tech_fw/retro_tech_fw.launch

View File

@ -8,7 +8,6 @@ encoding//periph/inc/ch32v00x_pwr.h=GBK
encoding//periph/inc/ch32v00x_rcc.h=GBK encoding//periph/inc/ch32v00x_rcc.h=GBK
encoding//periph/src/ch32v00x_adc.c=GBK encoding//periph/src/ch32v00x_adc.c=GBK
encoding//periph/src/ch32v00x_dbgmcu.c=GBK encoding//periph/src/ch32v00x_dbgmcu.c=GBK
encoding//periph/src/ch32v00x_flash.c=GBK
encoding//periph/src/ch32v00x_gpio.c=GBK encoding//periph/src/ch32v00x_gpio.c=GBK
encoding//periph/src/ch32v00x_i2c.c=GBK encoding//periph/src/ch32v00x_i2c.c=GBK
encoding//periph/src/ch32v00x_misc.c=GBK encoding//periph/src/ch32v00x_misc.c=GBK
@ -43,4 +42,3 @@ encoding//user/src/ui.h=GBK
encoding//user/system_ch32v00x.c=GBK encoding//user/system_ch32v00x.c=GBK
encoding//user/system_ch32v00x.h=UTF-8 encoding//user/system_ch32v00x.h=UTF-8
encoding/CH32V003F4P6.launch=GBK encoding/CH32V003F4P6.launch=GBK
encoding/retro_tech_fw.launch=GBK

Some files were not shown because too many files have changed in this diff Show More