Skip to content

Commit

Permalink
Merge pull request #74 from MikroElektronika/riscv-core-startup/ivan.…
Browse files Browse the repository at this point in the history
…ruzavin

Fixed the startup issue for RISCV
  • Loading branch information
StrahinjaJacimovic authored Jul 30, 2024
2 parents 8df3348 + 43eaef8 commit d5e1ae4
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RISCV/gcc_clang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ string(TOLOWER ${MCU_NAME} MCU_NAME_LOWER)

core_add_library(lib_core MikroC.Core
${local_list_include}
${startupFile}
startup/${MCU_NAME_LOWER}.S
linker_scripts/${MCU_NAME_LOWER}.ld

common/rcu_typedef.h
Expand Down Expand Up @@ -77,7 +77,7 @@ install(

install(
FILES
${startupFile}
startup/${MCU_NAME_LOWER}.S
DESTINATION
${CMAKE_INSTALL_PREFIX}/../FileStartup
)
Expand Down
1 change: 0 additions & 1 deletion RISCV/gcc_clang/cmake/gigadevice/riscv.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
if(${MCU_NAME} MATCHES "(^GD32VF103[CRTV](.+)6$)")
list(APPEND local_list_include system/src/${vendor}/system_gd32vf103x.c)
set(${startupFile} startup/${MCU_NAME_LOWER}.s PARENT_SCOPE)
endif()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d5e1ae4

Please sign in to comment.