Got GoRPC on Head working
This commit is contained in:
@@ -34,6 +34,9 @@ project(firmware-stone-dispencer C CXX ASM)
|
||||
set(FREERTOS_KERNEL_PATH ${CMAKE_CURRENT_LIST_DIR}/lib/FreeRTOS-Kernel)
|
||||
include(cmake/FreeRTOS_Kernel_import.cmake)
|
||||
|
||||
# Adding GobotRPC Node Library
|
||||
include(lib/gobotrpc/cmake/gobotRPC_Node.cmake)
|
||||
|
||||
# Initialise the Raspberry Pi Pico SDK
|
||||
pico_sdk_init()
|
||||
|
||||
@@ -59,6 +62,7 @@ target_link_libraries(firmware-stone-dispencer
|
||||
pico_stdlib
|
||||
hardware_pwm
|
||||
FreeRTOS-Kernel-Heap4
|
||||
GobotRPC_Node_RP2040_I2C
|
||||
)
|
||||
|
||||
target_include_directories(firmware-stone-dispencer PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user