Skip to content

Commit

Permalink
lib: only use main FreeRTOS-Kernel repository
Browse files Browse the repository at this point in the history
  • Loading branch information
NikLeberg committed Jan 7, 2024
1 parent 824fdc4 commit ab5475f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
path = lib/neorv32
url = https://github.com/NikLeberg/neorv32.git
branch = smp
[submodule "lib/FreeRTOS"]
path = lib/FreeRTOS
url = https://github.com/NikLeberg/FreeRTOS.git
branch = smp-dev-add-two-demos
[submodule "lib/FreeRTOS-Kernel"]
path = lib/FreeRTOS-Kernel
url = https://github.com/NikLeberg/FreeRTOS-Kernel.git
1 change: 0 additions & 1 deletion lib/FreeRTOS
Submodule FreeRTOS deleted from 608288
1 change: 1 addition & 0 deletions lib/FreeRTOS-Kernel
Submodule FreeRTOS-Kernel added at 1947dd
2 changes: 1 addition & 1 deletion sw/makefile.sw
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RISCV_PREFIX = riscv32-unknown-elf-
MARCH = rv32imac_zicsr

# FreeRTOS kernel home folder
FREERTOS_HOME = ../lib/FreeRTOS/FreeRTOS/Source
FREERTOS_HOME = ../lib/FreeRTOS-Kernel

# User flags for additional configuration (will be added to compiler flags)
USER_FLAGS := $(CLI_FLAGS)
Expand Down

0 comments on commit ab5475f

Please sign in to comment.