Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
toki
components
freertos-portable
Commits
2743cb4e
Commit
2743cb4e
authored
Dec 04, 2019
by
Oliver Horst
Browse files
[chg] Re-organized source code
parent
38d62466
Changes
13
Hide whitespace changes
Inline
Side-by-side
portmacro.h
→
GCC/ARM_CA53_64_BIT/include/freertos/
portmacro.h
View file @
2743cb4e
File moved
hal/CMakeLists.txt
→
GCC/ARM_CA53_64_BIT/src/freertos+/
hal/CMakeLists.txt
View file @
2743cb4e
# SPDX-License-Identifier: MIT
cmake_minimum_required
(
VERSION 3.7 FATAL_ERROR
)
target_sources
(
...
...
@@ -8,3 +6,5 @@ target_sources(
PRIVATE
"
${
CMAKE_CURRENT_LIST_DIR
}
/cpu.c"
)
add_subdirectory
(
drivers
)
drivers
/LICENSE
→
GCC/ARM_CA53_64_BIT/src/freertos+/hal
/LICENSE
View file @
2743cb4e
File moved
hal/cpu.c
→
GCC/ARM_CA53_64_BIT/src/freertos+/
hal/cpu.c
View file @
2743cb4e
File moved
drivers/CMakeLists.txt
→
GCC/ARM_CA53_64_BIT/src/freertos+/hal/
drivers/CMakeLists.txt
View file @
2743cb4e
File moved
drivers/can.c
→
GCC/ARM_CA53_64_BIT/src/freertos+/hal/
drivers/can.c
View file @
2743cb4e
File moved
drivers/uart.c
→
GCC/ARM_CA53_64_BIT/src/freertos+/hal/
drivers/uart.c
View file @
2743cb4e
File moved
CMakeLists.txt
→
GCC/ARM_CA53_64_BIT/src/freertos/
CMakeLists.txt
View file @
2743cb4e
File moved
LICENSE
→
GCC/ARM_CA53_64_BIT/src/freertos/
LICENSE
View file @
2743cb4e
File moved
port.c
→
GCC/ARM_CA53_64_BIT/src/freertos/
port.c
View file @
2743cb4e
File moved
portASM.S
→
GCC/ARM_CA53_64_BIT/src/freertos/
portASM.S
View file @
2743cb4e
File moved
portZynqUltrascale.c
→
GCC/ARM_CA53_64_BIT/src/freertos/
portZynqUltrascale.c
View file @
2743cb4e
File moved
port_asm_vectors.S
→
GCC/ARM_CA53_64_BIT/src/freertos/
port_asm_vectors.S
View file @
2743cb4e
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment