Skip to content

Commit

Permalink
feat: BSP TivaWare is imported using cpacman
Browse files Browse the repository at this point in the history
  • Loading branch information
josepablo134 committed Mar 14, 2023
1 parent 453b71c commit 9581fe7
Show file tree
Hide file tree
Showing 185 changed files with 1 addition and 1,081,469 deletions.
4 changes: 1 addition & 3 deletions project/BSP/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@ target_include_directories(${COMPONENT_NAME} PUBLIC
${CMAKE_CURRENT_LIST_DIR}/libs/RTOS/FreeRTOS
${CMAKE_CURRENT_LIST_DIR}/libs/RTOS/FreeRTOS/inc
${CMAKE_CURRENT_LIST_DIR}/libs/RTOS/FreeRTOS/portable
${CMAKE_CURRENT_LIST_DIR}/libs/TivaWare
${CMAKE_CURRENT_LIST_DIR}/libs/TivaWare/driverlib
)

add_subdirectory( ${CMAKE_CURRENT_LIST_DIR}/libs/RTOS )
add_subdirectory( ${CMAKE_CURRENT_LIST_DIR}/libs/TivaWare )

target_link_libraries( ${COMPONENT_NAME}
RTOS
#Imported from microMiddlewares repo with package.json
TivaWare
)

47 changes: 0 additions & 47 deletions project/BSP/libs/TivaWare/CMakeLists.txt

This file was deleted.

114 changes: 0 additions & 114 deletions project/BSP/libs/TivaWare/driverlib/Makefile

This file was deleted.

Loading

0 comments on commit 9581fe7

Please sign in to comment.