Initial commit of firmware

This commit is contained in:
2025-04-12 13:30:57 +01:00
commit 264a3462e0
374 changed files with 332649 additions and 0 deletions

34
autogen/RTE_Components.h Normal file
View File

@@ -0,0 +1,34 @@
// This file is autogenerated by Simplicity Configuration Tools.
// The contents of this file will be replaced in their entirety upon regeneration.
//
// Source template file: RTE_Components.h.jinja
#ifndef RTE_COMPONENTS_H
#define RTE_COMPONENTS_H
/* standard device header from emlib */
#define CMSIS_device_header "em_device.h"
/* components are auto-generated here */
#define RTE_RTOS_FreeRTOS_CORE
#define RTE_RTOS_FreeRTOS_CONFIG_RTOS2
#define RTE_RTOS_FreeRTOS_COROUTINE
#define RTE_RTOS_FreeRTOS_EVENTGROUPS
#define RTE_RTOS_FreeRTOS_TIMERS
#define RTE_RTOS_FreeRTOS_HEAP_3
#endif /* RTE_COMPONENTS_H */
/* This file is autogenerated by Simplicity Configuration Tools. */
/* The contents of this file will be replaced in their entirety upon regeneration. */
/* */
/* Source template file: RTE_Components.h.jinja */