18 lines
485 B
Markdown
18 lines
485 B
Markdown
# MCU Support
|
|
|
|
One issue of note is the need to support multiple families and chipsets.
|
|
|
|
For the moments I'm assumign I can use the defines from the CH32FUN project's
|
|
headers to handle this issue.
|
|
|
|
The other point of interest is that the linker file and toolchain file will
|
|
need to be modified to conditionally select options.
|
|
|
|
Maybe I need to create multiple linker files, I'm unsure.
|
|
|
|
|
|
I also don't know if the newer MCUs in the CH32V00X series have alternate boot
|
|
modes or what.
|
|
|
|
|
|
|