repo_full_name
stringlengths
6
93
repo_url
stringlengths
25
112
repo_api_url
stringclasses
28 values
owner
stringclasses
28 values
repo_name
stringclasses
28 values
description
stringclasses
28 values
stars
int64
617
98.8k
forks
int64
31
355
watchers
int64
990
999
license
stringclasses
2 values
default_branch
stringclasses
2 values
repo_created_at
timestamp[s]date
2012-07-24 23:12:50
2025-06-16 08:07:28
repo_updated_at
timestamp[s]date
2026-02-23 15:23:15
2026-05-03 18:52:12
repo_topics
listlengths
0
13
repo_languages
unknown
is_fork
bool
1 class
open_issues
int64
3
104
file_path
stringlengths
3
208
file_name
stringclasses
509 values
file_extension
stringclasses
1 value
file_size_bytes
int64
101
84k
file_url
stringclasses
627 values
file_raw_url
stringclasses
627 values
file_sha
stringclasses
624 values
language
stringclasses
8 values
parsed_at
stringdate
2026-05-04 01:12:36
2026-05-04 19:41:55
text
stringlengths
100
102k
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
applications/azure_board_apps/graphics/img_to_3d_matrix/templates/template_img_to_3d.h
null
null
null
null
null
null
C
2026-05-04T18:59:15.762613
// template file - template_img_to_3d.h // arrays declarations will be modified by python script ImgTo3D.py #pragma once #include <stdint.h> #include "sdkconfig.h" #ifdef __cplusplus extern "C" { #endif extern const uint8_t TEMPLATE_ARRAY_BMP_IMAGE[NUM_OF_BYTES]; extern const float TEMPLATE_ARRAY_IMAGE_TO_3D_MATRIX...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
applications/azure_board_apps/graphics/3d_matrix/3d_matrix_data/esp_logo.h
null
null
null
null
null
null
C
2026-05-04T18:59:15.776849
/* * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include <stdint.h> #include "sdkconfig.h" #ifdef __cplusplus extern "C" { #endif extern const uint8_t image_bmp_array_esp_logo[512]; extern const float image_3d_matrix_esp_logo[1427][4]...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
applications/azure_board_apps/graphics/3d_matrix/3d_matrix_data/esp_logo.c
null
null
null
null
null
null
C
2026-05-04T18:59:15.778189
/* * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include "esp_logo.h" #ifdef CONFIG_3D_OBJECT_ESP_LOGO const uint8_t image_bmp_array_esp_logo[512] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
applications/azure_board_apps/graphics/3d_matrix/3d_matrix_data/esp_text.c
null
null
null
null
null
null
C
2026-05-04T18:59:15.789067
/* * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include "esp_text.h" const uint8_t image_bmp_array_esp_text[384] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0xf8, 0x7f, 0xf1, 0x...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
applications/azure_board_apps/graphics/3d_matrix/3d_matrix_src/graphics_support.h
null
null
null
null
null
null
C
2026-05-04T18:59:15.789956
/* * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include "esp_dsp.h" #include "ekf_imu13states.h" #ifdef __cplusplus extern "C" { #endif #include <stdint.h> #define DEG_TO_RAD 0.01745329252f // Degrees to r...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
applications/azure_board_apps/graphics/img_to_3d_matrix/templates/template_img_to_3d.c
null
null
null
null
null
null
C
2026-05-04T18:59:15.791611
// template file - template_img_to_3d.c // arrays declarations will be modified by python script ImgTo3D.py #include "image_to_3d_matrix.h" #ifdef CONFIG_3D_OBJECT_CUSTOM const uint8_t TEMPLATE_ARRAY_BMP_IMAGE[NUM_OF_BYTES] = {}; const float TEMPLATE_ARRAY_IMAGE_TO_3D_MATRIX[NUM_OF_POINTS][4] = {}; #endif // CONFIG...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
applications/lyrat_board_app/main/audio_amp_main.c
null
null
null
null
null
null
C
2026-05-04T18:59:16.438494
/* * SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: CC0-1.0 */ #include <stdio.h> #include <inttypes.h> #include <sdkconfig.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/queue.h" #include "esp_log.h" #include "esp_dsp.h" #include...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
examples/fft/main/dsps_fft_main.c
null
null
null
null
null
null
C
2026-05-04T18:59:16.440231
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
applications/spectrum_box_lite/main/main.c
null
null
null
null
null
null
C
2026-05-04T18:59:16.444322
/* * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: CC0-1.0 */ #include <dirent.h> #include <math.h> #include "bsp/esp-bsp.h" #include "esp_log.h" #include "esp_dsp.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/semphr.h" #incl...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
examples/basic_math/main/dsps_math_main.c
null
null
null
null
null
null
C
2026-05-04T18:59:16.457139
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
examples/dotprod/main/dsps_dotproduct_main.c
null
null
null
null
null
null
C
2026-05-04T18:59:16.457664
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
applications/m5stack_core_s3/apps/3d_graphics/main/init_display.c
null
null
null
null
null
null
C
2026-05-04T18:59:16.465467
#include "bsp/m5stack_core_s3.h" #include "esp_log.h" #include "esp_dsp.h" #include "esp_lcd_ili9341.h" #include "esp_err.h" static i2c_master_bus_handle_t i2c_handle = NULL; static bool i2c_initialized = false; static i2c_master_dev_handle_t axp2101_h = NULL; static i2c_master_dev_handle_t aw9523_h = NULL; static ...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
examples/fft_window/main/dsps_window_main.c
null
null
null
null
null
null
C
2026-05-04T18:59:16.497130
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
examples/conv2d/main/conv2d_main.c
null
null
null
null
null
null
C
2026-05-04T18:59:16.514404
#include <stdio.h> #include <malloc.h> #include "esp_dsp.h" #include "dsp_tests.h" static const char *TAG = "main"; void app_main(void) { ESP_LOGI(TAG, "Start Example."); int max_N = 100; float *data1 = (float *)memalign(16, max_N * sizeof(float)); float *data2 = (float *)memalign(16, max_N * sizeof...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
applications/m5stack_core_s3/apps/kalman_filter/main/bmi270_context.c
null
null
null
null
null
null
C
2026-05-04T18:59:16.515812
/* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <stdint.h> const uint8_t bmi270_context_config_file[] = { 0xc8, 0x2e, 0x00, 0x2e, 0x80, 0x2e, 0x00, 0xb0, 0xc8, 0x2e, 0x00, 0x2e, 0xc8, 0x2e, 0x00, 0x2e, 0x80, 0x2e, 0xc9, 0x01, 0x80, ...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
examples/fft4real/main/dsps_fft4real_main.c
null
null
null
null
null
null
C
2026-05-04T18:59:16.521546
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/common/include/dsp_err_codes.h
null
null
null
null
null
null
C
2026-05-04T18:59:17.040020
// Copyright 2018-2022 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
examples/fir/main/dsps_fir_main.c
null
null
null
null
null
null
C
2026-05-04T18:59:17.047565
/* * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <stdio.h> #include <stdlib.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_system.h" #include "driver/spi_master.h" #include "soc/gpio_struct.h" #include "driver/gpio...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/common/include/dsp_common.h
null
null
null
null
null
null
C
2026-05-04T18:59:17.101704
// Copyright 2018-2022 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/common/include/dsp_platform.h
null
null
null
null
null
null
C
2026-05-04T18:59:17.130334
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/common/include/dsp_tests.h
null
null
null
null
null
null
C
2026-05-04T18:59:17.131367
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/common/include_sim/esp_attr.h
null
null
null
null
null
null
C
2026-05-04T18:59:17.150401
// Copyright 2018-2020 spressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ap...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/common/include/dsp_types.h
null
null
null
null
null
null
C
2026-05-04T18:59:17.150941
#ifndef _dsp_types_H_ #define _dsp_types_H_ #include <stdint.h> #include <stdbool.h> #include <inttypes.h> // union to simplify access to the 16 bit data typedef union sc16_u { struct { int16_t re; int16_t im; }; uint32_t data; } sc16_t; typedef union fc32_u { struct { float re...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
examples/iir/main/dsps_iir_main.c
null
null
null
null
null
null
C
2026-05-04T18:59:17.160392
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/common/include/esp_dsp.h
null
null
null
null
null
null
C
2026-05-04T18:59:17.178664
// Copyright 2018-2023 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/common/include_sim/esp_log.h
null
null
null
null
null
null
C
2026-05-04T18:59:17.680825
// Copyright 2018-2020 spressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ap...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/float/dspi_conv_f32_ansi.c
null
null
null
null
null
null
C
2026-05-04T18:59:17.771267
// Copyright 2024 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/float/dsps_corr_f32_ansi.c
null
null
null
null
null
null
C
2026-05-04T18:59:17.790037
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/float/dsps_conv_f32_ansi.c
null
null
null
null
null
null
C
2026-05-04T18:59:17.791537
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/common/include_sim/esp_err.h
null
null
null
null
null
null
C
2026-05-04T18:59:17.794209
// Copyright 2018-2020 spressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ap...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/common/misc/aes3_tie_log.c
null
null
null
null
null
null
C
2026-05-04T18:59:17.820632
/* * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include "dsp_common.h" #include <stdarg.h> #define TIE_LOG_ENABLED 1 #if (CONFIG_IDF_TARGET_ESP32S3) esp_err_t tie_log(int n_regs, ...) { #if !TIE_LOG_ENABLED return ESP_OK; #else va_list ...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/include/dspi_conv.h
null
null
null
null
null
null
C
2026-05-04T18:59:17.839995
// Copyright 2024 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/float/dsps_ccorr_f32_ansi.c
null
null
null
null
null
null
C
2026-05-04T18:59:17.884902
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/include/dsps_ccorr.h
null
null
null
null
null
null
C
2026-05-04T18:59:18.286473
// Copyright 2018-2020 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/test/test_dspi_conv_f32_ansi.c
null
null
null
null
null
null
C
2026-05-04T18:59:18.411113
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/include/dsps_conv_platform.h
null
null
null
null
null
null
C
2026-05-04T18:59:18.418451
#ifndef _dsps_conv_platform_H_ #define _dsps_conv_platform_H_ #include "sdkconfig.h" #ifdef __XTENSA__ #include <xtensa/config/core-isa.h> #include <xtensa/config/core-matmap.h> #if ((XCHAL_HAVE_FP == 1) && (XCHAL_HAVE_LOOPS == 1)) #define dsps_conv_f32_ae32_enabled 1 #define dsps_ccorr_f32_ae32_enabled 1 #defin...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/include/dsps_corr.h
null
null
null
null
null
null
C
2026-05-04T18:59:18.419073
// Copyright 2018-2020 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/include/dsps_conv.h
null
null
null
null
null
null
C
2026-05-04T18:59:18.459143
// Copyright 2018-2020 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/test/test_dsps_ccorr_f32_ae32.c
null
null
null
null
null
null
C
2026-05-04T18:59:18.459836
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/test/test_dsps_conv_f32_ae32.c
null
null
null
null
null
null
C
2026-05-04T18:59:18.484513
// Copyright 2018-2023 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/test/test_dsps_conv_f32_ansi.c
null
null
null
null
null
null
C
2026-05-04T18:59:18.485137
// Copyright 2018-2023 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/test/test_dsps_ccorr_f32_ansi.c
null
null
null
null
null
null
C
2026-05-04T18:59:18.531788
// Copyright 2018-2023 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/test/test_dsps_corr_f32_ae32.c
null
null
null
null
null
null
C
2026-05-04T18:59:19.206218
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/conv/test/test_dsps_corr_f32_ansi.c
null
null
null
null
null
null
C
2026-05-04T18:59:19.411572
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
espressif/esp-dsp
https://github.com/espressif/esp-dsp
null
null
null
null
669
null
null
apache-2.0
null
null
null
null
null
null
null
modules/common/include/dsp_err.h
null
null
null
null
null
null
C
2026-05-04T18:59:26.271409
// Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_ethereum/demo_ethereum_storeread.c
null
null
null
null
null
null
C
2026-05-04T18:59:29.340317
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_hw_bcs/demo_hw_bcs.c
null
null
null
null
null
null
C
2026-05-04T18:59:29.356501
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_platon/helloworld.c
null
null
null
null
null
null
C
2026-05-04T18:59:29.357020
/****************************************************************************** This file is generated from contract ABI. DO NOT modify it by hand. ******************************************************************************/ // Generated C function interface from smart contract ABI #include "boatiotsdk.h" // Ty...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_platon/helloworld.h
null
null
null
null
null
null
C
2026-05-04T18:59:29.359172
/****************************************************************************** This file is generated from contract ABI. DO NOT modify it by hand. ******************************************************************************/ // Generated C function interface from smart contract ABI #include "boatiotsdk.h" #ifnde...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_cita/demo_cita_SimpleStorage.c
null
null
null
null
null
null
C
2026-05-04T18:59:29.360287
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_fiscobcos/demo_fiscobcos_helloworld.c
null
null
null
null
null
null
C
2026-05-04T18:59:29.364947
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_ethereum/demo_ethereum_transfer.c
null
null
null
null
null
null
C
2026-05-04T18:59:29.366696
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_fabric/demo_fabric_abac.c
null
null
null
null
null
null
C
2026-05-04T18:59:29.368794
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_chainmaker/demo_chainmaker.c
null
null
null
null
null
null
C
2026-05-04T18:59:29.370299
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_platon/demo_platon_transfer_and_callContract.c
null
null
null
null
null
null
C
2026-05-04T18:59:29.396894
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_quorum/demo_quorum_transfer.c
null
null
null
null
null
null
C
2026-05-04T18:59:30.032262
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_venachain/demo_venachain_mycontract.c
null
null
null
null
null
null
C
2026-05-04T18:59:30.056096
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/boatiotsdk.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.057021
/* * @Description: * @Author: aitos * @Date: 2022-08-19 14:33:35 * @LastEditors: zt222 tao.zheng@aitos.io * @LastEditTime: 2022-10-25 20:40:40 */ /****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_quorum/demo_quorum_public_storeread.c
null
null
null
null
null
null
C
2026-05-04T18:59:30.058391
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/boaterrcode.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.059787
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/boatexception.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.061256
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/boatkeypair.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.062996
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_quorum/demo_quorum_private_storeread.c
null
null
null
null
null
null
C
2026-05-04T18:59:30.093076
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
demo/demo_platone/demo_platone_mycontract.c
null
null
null
null
null
null
C
2026-05-04T18:59:30.122535
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/boatkeystore.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.155515
/* * @Description: * @Author: aitos * @Date: 2022-09-13 20:26:08 * @LastEditors: zt222 tao.zheng@aitos.io * @LastEditTime: 2022-10-24 19:31:09 */ #ifndef __BOATKEYSTORE_H__ #define __BOATKEYSTORE_H__ #include "boatiotsdk.h" /** * @description: * This function store prikey data. Prikey should bind with keypa...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/boatplatform.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.695893
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/boatutility.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.707883
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/boatversion.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.716312
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/network/network_cita.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.717263
/* * @Description: * @Author: aitos * @Date: 2022-09-06 14:49:41 * @LastEditors: Please set LastEditors * @LastEditTime: 2022-09-22 13:41:47 */ /****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/network/network_chainmaker.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.741955
/* * @Description: * @Author: aitos * @Date: 2022-09-09 11:24:55 * @LastEditors: Please set LastEditors * @LastEditTime: 2022-09-21 12:12:19 */ /****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 ...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/boatrlp.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.743978
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/network/network_ethereum.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.764891
/* * @Description: * @Author: aitos * @Date: 2022-09-06 14:49:41 * @LastEditors: Please set LastEditors * @LastEditTime: 2022-09-22 13:41:47 */ /****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/network/network_fiscobcos.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.766480
/* * @Description: * @Author: aitos * @Date: 2022-09-06 14:49:41 * @LastEditors: Please set LastEditors * @LastEditTime: 2022-09-22 13:41:47 */ /****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/boattypes.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.767388
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/network/network_hlfabric.h
null
null
null
null
null
null
C
2026-05-04T18:59:30.819234
/* * @Description: * @Author: aitos * @Date: 2022-09-09 11:24:55 * @LastEditors: Please set LastEditors * @LastEditTime: 2022-09-21 12:12:19 */ /****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/network/network_platon.h
null
null
null
null
null
null
C
2026-05-04T18:59:31.360195
/* * @Description: * @Author: aitos * @Date: 2022-09-06 14:49:41 * @LastEditors: Please set LastEditors * @LastEditTime: 2022-09-22 13:41:47 */ /****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/network/network_quorum.h
null
null
null
null
null
null
C
2026-05-04T18:59:31.372742
/* * @Description: * @Author: aitos * @Date: 2022-09-06 14:49:41 * @LastEditors: Please set LastEditors * @LastEditTime: 2022-09-22 13:41:47 */ /****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/network/network_platone.h
null
null
null
null
null
null
C
2026-05-04T18:59:31.397468
/* * @Description: * @Author: aitos * @Date: 2022-09-06 14:49:41 * @LastEditors: Please set LastEditors * @LastEditTime: 2022-09-27 14:54:34 */ /****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/network/network_hwbcs.h
null
null
null
null
null
null
C
2026-05-04T18:59:31.398697
/* * @Description: * @Author: aitos * @Date: 2022-09-09 11:24:55 * @LastEditors: Please set LastEditors * @LastEditTime: 2022-09-21 12:12:19 */ /****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/protocolapi/api_chainmaker.h
null
null
null
null
null
null
C
2026-05-04T18:59:31.428605
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/protocolapi/api_fiscobcos.h
null
null
null
null
null
null
C
2026-05-04T18:59:31.430632
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/protocolapi/api_ethereum.h
null
null
null
null
null
null
C
2026-05-04T18:59:31.436009
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/network/network_venachain.h
null
null
null
null
null
null
C
2026-05-04T18:59:31.456747
/* * @Description: * @Author: aitos * @Date: 2022-09-06 14:49:41 * @LastEditors: Please set LastEditors * @LastEditTime: 2022-09-22 13:41:47 */ /****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/protocolapi/api_cita.h
null
null
null
null
null
null
C
2026-05-04T18:59:31.457887
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/protocolapi/api_hlfabric.h
null
null
null
null
null
null
C
2026-05-04T18:59:31.486270
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/protocolapi/api_hw_bcs.h
null
null
null
null
null
null
C
2026-05-04T18:59:31.979425
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/protocolapi/api_platon.h
null
null
null
null
null
null
C
2026-05-04T18:59:32.035451
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
sdk/include/boatinternal.h
null
null
null
null
null
null
C
2026-05-04T18:59:32.052005
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/protocolapi/api_quorum.h
null
null
null
null
null
null
C
2026-05-04T18:59:32.060115
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/protocolapi/api_platone.h
null
null
null
null
null
null
C
2026-05-04T18:59:32.092630
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
sdk/keypair/boatkeypair.c
null
null
null
null
null
null
C
2026-05-04T18:59:32.106399
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
include/protocolapi/api_venachain.h
null
null
null
null
null
null
C
2026-05-04T18:59:32.113346
/****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
aitos-io/BoAT-X-Framework
https://github.com/aitos-io/BoAT-X-Framework
null
null
null
null
664
null
null
apache-2.0
null
null
null
null
null
null
null
sdk/network/chainmaker/network_chainmaker.c
null
null
null
null
null
null
C
2026-05-04T18:59:32.117843
/* * @Description: * @Author: aitos * @Date: 2022-09-09 11:24:55 * @LastEditors: Please set LastEditors * @LastEditTime: 2022-09-21 15:24:42 */ /****************************************************************************** * Copyright (C) 2018-2021 aitos.io * * Licensed under the Apache License, Version 2.0 (...
igrr/esp32-cam-demo
https://github.com/igrr/esp32-cam-demo
null
null
null
null
661
null
null
apache-2.0
null
null
null
null
null
null
null
components/camera/bitmap.c
null
null
null
null
null
null
C
2026-05-04T18:59:34.662924
//https://stackoverflow.com/a/23303847 #include "bitmap.h" #include <string.h> #include <stdlib.h> bitmap_header_t *bmp_create_header(int w, int h) { bitmap_header_t *pbitmap = (bitmap_header_t*)calloc(1, sizeof(bitmap_header_t)); int _pixelbytesize = w * h * _bitsperpixel/8; int _filesize = _pixelbytesize+sizeof...
igrr/esp32-cam-demo
https://github.com/igrr/esp32-cam-demo
null
null
null
null
661
null
null
apache-2.0
null
null
null
null
null
null
null
components/camera/camera_common.h
null
null
null
null
null
null
C
2026-05-04T18:59:34.694634
#pragma once #include <stdint.h> #include <stddef.h> #include <stdbool.h> #include "rom/lldesc.h" #include "esp_err.h" #include "esp_intr_alloc.h" #include "freertos/FreeRTOS.h" #include "freertos/semphr.h" #include "freertos/task.h" #include "camera.h" #include "sensor.h" typedef union { struct { uint8_t...
igrr/esp32-cam-demo
https://github.com/igrr/esp32-cam-demo
null
null
null
null
661
null
null
apache-2.0
null
null
null
null
null
null
null
components/camera/include/bitmap.h
null
null
null
null
null
null
C
2026-05-04T18:59:34.695199
#ifndef _BITMAP_H_ #define _BITMAP_H_ #include <stdint.h> #define _bitsperpixel 24 #define _planes 1 #define _compression 0 #define _xpixelpermeter 0x130B //2835 , 72 DPI #define _ypixelpermeter 0x130B //2835 , 72 DPI #define pixel 0xFF typedef struct __attribute__((packed, aligned(1))) { uint8_t signature[2]; ...
igrr/esp32-cam-demo
https://github.com/igrr/esp32-cam-demo
null
null
null
null
661
null
null
apache-2.0
null
null
null
null
null
null
null
components/camera/ov2640.h
null
null
null
null
null
null
C
2026-05-04T18:59:34.705908
/* * This file is part of the OpenMV project. * Copyright (c) 2013/2014 Ibrahim Abdelkader <i.abdalkader@gmail.com> * This work is licensed under the MIT license, see the file LICENSE for details. * * OV2640 driver. * */ #ifndef __OV2640_H__ #define __OV2640_H__ #include "sensor.h" int ov2640_init(sensor_t *sens...
igrr/esp32-cam-demo
https://github.com/igrr/esp32-cam-demo
null
null
null
null
661
null
null
apache-2.0
null
null
null
null
null
null
null
components/camera/include/camera.h
null
null
null
null
null
null
C
2026-05-04T18:59:34.707448
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
igrr/esp32-cam-demo
https://github.com/igrr/esp32-cam-demo
null
null
null
null
661
null
null
apache-2.0
null
null
null
null
null
null
null
components/camera/ov7725.h
null
null
null
null
null
null
C
2026-05-04T18:59:34.709263
/* * This file is part of the OpenMV project. * Copyright (c) 2013/2014 Ibrahim Abdelkader <i.abdalkader@gmail.com> * This work is licensed under the MIT license, see the file LICENSE for details. * * OV7725 driver. * */ #ifndef __OV7725_H__ #define __OV7725_H__ #include "sensor.h" int ov7725_init(sensor_t *sen...
igrr/esp32-cam-demo
https://github.com/igrr/esp32-cam-demo
null
null
null
null
661
null
null
apache-2.0
null
null
null
null
null
null
null
components/camera/ov2640.c
null
null
null
null
null
null
C
2026-05-04T18:59:34.738153
/* * This file is part of the OpenMV project. * Copyright (c) 2013/2014 Ibrahim Abdelkader <i.abdalkader@gmail.com> * This work is licensed under the MIT license, see the file LICENSE for details. * * OV2640 driver. * */ #include <stdint.h> #include <stdlib.h> #include <string.h> #include "sccb.h" #include "ov26...