Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IoT
Open IoT SDK
examples
total-solutions
Commits
5983709c
Verified
Commit
5983709c
authored
May 20, 2022
by
Vincent Coubard
Browse files
Convert remaining of BSP to CMSIS RTOS
Signed-off-by:
Vincent Coubard
<
vincent.coubard@arm.com
>
parent
a92c8dda
Changes
4
Hide whitespace changes
Inline
Side-by-side
bsp/CMakeLists.txt
View file @
5983709c
...
...
@@ -100,11 +100,9 @@ target_sources(${LIB_NAME}
target_link_libraries
(
${
LIB_NAME
}
PRIVATE
cmsis-rtos-api
mcu-driver-hal
FreeRTOS-Plus-TCP
tfm-ns-interface
mcu-driver-hal
freertos-cmsis-rtos
)
target_compile_definitions
(
${
LIB_NAME
}
...
...
bsp/freertos-platform/application_helpers.c
View file @
5983709c
...
...
@@ -7,7 +7,7 @@
#include
"bsp_serial.h"
#include
"print_log.h"
#include
"cmsis_os2.h"
#include
"RT
E_Components
.h"
#include
"RT
OS_config
.h"
/* includes for TFM */
#include
"tfm_ns_interface.h"
#include
"psa/protected_storage.h"
...
...
bsp/freertos-platform/print_log.c
View file @
5983709c
...
...
@@ -25,7 +25,6 @@
#include
"cmsis_os2.h"
#include
"print_log.h"
#include
"mpu_wrappers.h"
osMutexId_t
xUARTMutex
__attribute__
((
section
(
"tasks_share"
)
))
=
NULL
;
...
...
bsp/freertos-platform/print_log.h
View file @
5983709c
...
...
@@ -28,7 +28,7 @@ extern "C" {
#endif
#include
"cmsis_os2.h"
#include
"RT
E_Components
.h"
#include
"RT
OS_config
.h"
#define ERR_LEVEL 3
#define WARN_LEVEL 2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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