mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-03 21:03:51 -04:00
Introduce a port for T-HEAD CK802. A simple demo for T-HEAD CB2201 is also included.
This commit is contained in:
parent
d2914041f8
commit
0d95aca202
125 changed files with 23809 additions and 0 deletions
7
FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/Kconfig
Normal file
7
FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/Kconfig
Normal file
|
@ -0,0 +1,7 @@
|
|||
if CONFIG_CSKY
|
||||
source "../../csi/csi_driver/csky/Kconfig"
|
||||
endif
|
||||
|
||||
if CONFIG_SANECHIPS
|
||||
source "../../csi/csi_driver/sanechips/Kconfig"
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue