Skip to content

SupportedBoards

mean00 edited this page Jun 3, 2022 · 6 revisions

The following MCU are supported by changing mcuSelect.cmake (text file) :

  • STM32F103 (normal jyetech)
  • GD32F103/GD32F303 (DIY mod, the GD32F303 is much faster)
  • GD32VF103 : Requires Hw mod , it is a riscv chip
  • CH32F103 (Limited support) : Used on FNIRSI clones. Limitation is caused by either hw changes from FNIRSI or limited flash on that chip.

If you have a MCU with only 64 kB of flash (GD32F103 or CH32F103) be sure to build with -DUSE_SMALLFOOTPRINT=1

That will disable usb , font antialising and some graphics so it fits in 64 kB

Clone this wiki locally