Build RPC Parsers

This commit is contained in:
AlexanderHD27
2024-12-30 00:46:36 +01:00
parent ec2225aa4e
commit 877040362c
13 changed files with 1162 additions and 22 deletions

View File

@@ -31,7 +31,7 @@ include(pico_sdk_import.cmake)
# Adding FreeRTOS
set(FREERTOS_KERNEL_PATH ../lib/FreeRTOS-Kernel)
include(cmake/FreeRTOS_Kernel_import.cmake)
#include(cmake/freeRTOS.cmake)
include(src/gobotrpc/cmake/CMakeLists.txt)
project(i2c-hub-firmware C CXX ASM)
@@ -55,7 +55,7 @@ pico_enable_stdio_usb(i2c-hub-firmware 0)
# Add the standard library to the build
target_link_libraries(i2c-hub-firmware
FreeRTOS-Kernel-Heap4
#FreeRTOS
GobotRPC
pico_stdlib
)