#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <math.h>
#include "driver/i2c_master.h"
#include <esp_log.h>
#include "FreeRTOSConfig.h"
#include <FreeRTOS.h>
#include <semphr.h>
#include <queue.h>
#include <unistd.h>
#include <lvgl.h>
#include "kest_error_codes.h"
#include "kest_alloc.h"
#include "kest_bump_arena.h"
#include "kest_list.h"
#include "kest_string.h"
#include "kest_linked_list.h"
#include "kest_representation.h"
#include "kest_parameter.h"
#include "kest_expr_scope.h"
#include "kest_expression.h"
#include "kest_resource.h"
#include "kest_block.h"
#include "kest_eff_desc.h"
#include "kest_fpga_io.h"
#include "kest_effect.h"
#include "kest_pipeline.h"
#include "kest_profile.h"
#include "kest_param_update.h"
#include "kest_status.h"
#include "kest_effect_enum.h"
#include "kest_hfunc.h"
#include "kest_sd.h"
#include "kest_fpga_comms.h"
#include "kest_button.h"
#include "kest_ui.h"
#include "kest_parameter_widget.h"
#include "kest_effect_init.h"
#include "kest_effect_table.h"
#include "kest_effect_view.h"
#include "kest_effect_settings.h"
#include "kest_effect_select.h"
#include "kest_sequence.h"
#include "kest_profile_settings.h"
#include "kest_profile_view.h"
#include "kest_sequence_view.h"
#include "kest_page_id.h"
#include "kest_context.h"
#include "kest_files.h"
#include "kest_sequence_list.h"
#include "kest_menu.h"
#include "kest_lv_log.h"
#include "kest_tokenizer.h"
#include "kest_dictionary.h"
#include "kest_eff_parser.h"
#include "kest_expr_parser.h"
#include "kest_eff_section.h"
#include "kest_asm_parser.h"
#include "kest_reg_format.h"
#include "kest_fixed_point.h"
#include "kest_fpga_encoding.h"
#include "kest_dict_extract.h"
#include "kest_printf.h"
#include "kest_state.h"
Go to the source code of this file.
◆ KEST_ENABLE_FPGA
◆ KEST_ENABLE_GLOBAL_CONTEXT
| #define KEST_ENABLE_GLOBAL_CONTEXT |
◆ KEST_ENABLE_LV_LOGGING
| #define KEST_ENABLE_LV_LOGGING |
◆ KEST_ENABLE_REPRESENTATIONS
| #define KEST_ENABLE_REPRESENTATIONS |
◆ KEST_ENABLE_SDCARD
| #define KEST_ENABLE_SDCARD |
◆ KEST_ENABLE_SEQUENCES
| #define KEST_ENABLE_SEQUENCES |
◆ KEST_ENABLE_UI
◆ KEST_FILENAME_LEN
| #define KEST_FILENAME_LEN 256 |
◆ KEST_FPGA_SIMULATED
| #define KEST_FPGA_SIMULATED |
◆ KEST_USE_FREERTOS [1/2]
| #define KEST_USE_FREERTOS |
◆ KEST_USE_FREERTOS [2/2]
| #define KEST_USE_FREERTOS |
◆ USE_5A
◆ USE_DISPLAY
◆ USE_FPGA
◆ USE_SDCARD
◆ USE_SGTL5000
◆ xTaskCreatePinnedToCore
| #define xTaskCreatePinnedToCore |
( |
| task_func, |
|
|
| name, |
|
|
| stack, |
|
|
| param, |
|
|
| priority, |
|
|
| handle, |
|
|
| core_id ) |
◆ DECLARE_LINKED_PTR_LIST()
| DECLARE_LINKED_PTR_LIST |
( |
char | | ) |
|