Skip to content

Commit

Permalink
[driver] t527 clk using 1x rate
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Feb 5, 2024
1 parent 440f712 commit 427630c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/board/tinyvision.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ set(CONFIG_CHIP_SUN8IW21 True)
set(CONFIG_BOARD_TINYVISION True)
set(CONFIG_CHIP_USB True)
set(CONFIG_CHIP_GIC True)
set(CONFIG_FATFS_CACHE_SIZE "0xa0000000")
#set(CONFIG_FATFS_CACHE_SIZE "0xa0000000")

add_definitions(-DCONFIG_CHIP_SUN8IW21 -DCONFIG_CHIP_GIC -DCONFIG_FATFS_CACHE_SIZE=${CONFIG_FATFS_CACHE_SIZE})
add_definitions(-DCONFIG_CHIP_SUN8IW21 -DCONFIG_CHIP_GIC) #-DCONFIG_FATFS_CACHE_SIZE=${CONFIG_FATFS_CACHE_SIZE})

# Options

Expand Down

0 comments on commit 427630c

Please sign in to comment.