Update to Chopstx 2.5.

Never use GD32VF103 for your real token.  Possibly, your secret keys
may be exposed easily (far easier than STM32F103 or GD32F103),
although encrypted.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2023-09-05 11:24:28 +09:00
parent 3f58ec09fe
commit 6a1b199b52
No known key found for this signature in database
GPG Key ID: 640114AF89DE6054
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2023-09-05 NIIBE Yutaka <gniibe@fsij.org>
* chopstx: Update to Chopstx 2.5.
* src/Makefile (CSRC): Add gd32vf103 case.
2022-10-25 NIIBE Yutaka <gniibe@fsij.org>
* src/neug.c [!__ARM_ARCH] (rbit): Support generic case.

@ -1 +1 @@
Subproject commit 2693fd9ec255db9690abd5ad212e2a269be82521
Subproject commit d934006a4ac40946fea9ee97fed5f21990ff5228

View File

@ -34,6 +34,9 @@ endif
ifeq ($(CHIP),stm32f103)
CSRC += mcu-stm32f103.c
endif
ifeq ($(CHIP),gd32vf103)
CSRC += mcu-stm32f103.c
endif
ifneq ($(USE_DFU),)
OBJS_ADD += build/stdaln-sys-bin.o