Added commented possible link libs for peripherals
This commit is contained in:
parent
dc1899e1e4
commit
d23191a956
|
@ -13,4 +13,27 @@ add_executable(main
|
||||||
target_link_libraries(main
|
target_link_libraries(main
|
||||||
core_riscv
|
core_riscv
|
||||||
system_ch32v20x
|
system_ch32v20x
|
||||||
|
#ch32v20x_adc
|
||||||
|
#ch32v20x_can
|
||||||
|
#ch32v20x_dbgmcu
|
||||||
|
#ch32v20x_exti
|
||||||
|
#ch32v20x_gpio
|
||||||
|
#ch32v20x_i2c
|
||||||
|
#ch32v20x_misc
|
||||||
|
#ch32v20x_pwr
|
||||||
|
#ch32v20x_rtc
|
||||||
|
#ch32v20x_tim
|
||||||
|
#ch32v20x_usb
|
||||||
|
#ch32v20x_bkp
|
||||||
|
#ch32v20x_crc
|
||||||
|
#ch32v20x_dma
|
||||||
|
#ch32v20x_flash
|
||||||
|
#ch32v20x_iwdg
|
||||||
|
#ch32v20x_opa
|
||||||
|
#ch32v20x_rcc
|
||||||
|
#ch32v20x_spi
|
||||||
|
#ch32v20x_usart
|
||||||
|
#ch32v20x_wwdg
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue