Skip to content

Commit

Permalink
Update CMake files
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcalcada committed Oct 21, 2024
1 parent bbafe0a commit b9ab60a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions examples/freertos/software/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ cmake_minimum_required(VERSION 3.15)
# Name of the executable to be generated
set(APP_NAME "freertos")

# Inform the frequency of the board clock, in Hertz
set(CLOCK_FREQUENCY 50000000)

# Inform the same value provided for the MEMORY_SIZE parameter of rvsteel
set(MEMORY_SIZE 32K)

Expand Down
3 changes: 0 additions & 3 deletions templates/freertos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ cmake_minimum_required(VERSION 3.15)
# Name of the executable to be generated
set(APP_NAME "freertos")

# Inform the frequency of the board clock, in Hertz
set(CLOCK_FREQUENCY 50000000)

# Inform the same value provided for the MEMORY_SIZE parameter of rvsteel
set(MEMORY_SIZE 32K)

Expand Down

0 comments on commit b9ab60a

Please sign in to comment.