Paritailly implement UART for RP2040 for the GobotRPC Controller Interface

This commit is contained in:
AlexanderHD27
2024-12-30 16:09:39 +01:00
parent 65df7b1912
commit 58043ee0d5
14 changed files with 562 additions and 430 deletions

View File

@@ -72,8 +72,8 @@
/* Memory allocation related definitions. */
#define configSUPPORT_STATIC_ALLOCATION 0
#define configSUPPORT_DYNAMIC_ALLOCATION 1
#define configTOTAL_HEAP_SIZE (128*1024)
#define configAPPLICATION_ALLOCATED_HEAP 1024
#define configTOTAL_HEAP_SIZE (1024 * 64)
#define configAPPLICATION_ALLOCATED_HEAP (1024 * 32)
/* Hook function related definitions. */
#define configCHECK_FOR_STACK_OVERFLOW 0