add(system): change filesystem with erofs.

This commit is contained in:
kangjun
2024-09-13 18:58:10 +08:00
parent 28f5653853
commit a96d42e82d
22 changed files with 43077 additions and 49 deletions

View File

@@ -1679,7 +1679,7 @@ u32 sunxi_gpadc_read_channel_data(u8 channel)
data = ((VOL_RANGE / 4096)*data); /* 12bits sample rate */
vol_data = data / 1000; //data to val_data
printk("vol_data: %d\n", vol_data);
// printk("vol_data: %d\n", vol_data);
return vol_data;
}

View File

@@ -106,12 +106,12 @@
//#include "SENSOR_H/ov02b10_mipi_isp600_20240423_133842_ir.h"
#include "SENSOR_H/ov02b1b_mipi_isp600_20240613_color.h"
// #include "SENSOR_H/ov02b10_mipi_isp600_20240613_ir.h"
#include "SENSOR_H/ov02a10_mipi_isp600_20240619_ir.h"
#include "SENSOR_H/ov02b1b_mipi_isp600_20240911_ir.h"
#endif // CONFIG_SENSOR_OV02B10_MIPI
#ifdef CONFIG_SENSOR_GC2083_MIPI
#include "SENSOR_H/gc2083_mipi_2_isp600_20231212_103735_gj_rgb.h"
#include "SENSOR_H/gc2083_mipi_2_isp600_20230913_015805_gj_ir.h"
#include "SENSOR_H/gc2083_mipi_isp600_20240911_color.h"
#include "SENSOR_H/gc2083_mipi_isp600_20240911_ir.h"
#endif
#else
@@ -186,13 +186,13 @@ struct isp_cfg_array cfg_arr[] = {
//{"ov02b10_mipi", "ov02b10_mipi_isp600_20240423_133842_ir", 1600, 1200, 30, 1, 0, &ov02b10_mipi_isp_ir_cfg},
{"ov02b1b_mipi", "ov02b1b_mipi_isp600_20240613_color", 1600, 1200, 30, 0, 0, &ov02b1b_mipi_isp_cfg},
{"ov02b1b_mipi", "ov02b1b_mipi_isp600_20240613_color", 1600, 1200, 30, 1, 0, &ov02b1b_mipi_isp_cfg},
{"ov02b10_mipi", "ov02a10_mipi_isp600_20240619_ir", 1600, 1200, 30, 0, 0, &ov02a10_mipi_isp_cfg},
{"ov02b10_mipi", "ov02a10_mipi_isp600_20240619_ir", 1600, 1200, 30, 1, 0, &ov02a10_mipi_isp_cfg},
{"ov02b10_mipi", "ov02b1b_mipi_isp600_20240911_ir", 1600, 1200, 30, 0, 0, &os02b1b_mipi_ir_isp_cfg},
{"ov02b10_mipi", "ov02b1b_mipi_isp600_20240911_ir", 1600, 1200, 30, 1, 0, &os02b1b_mipi_ir_isp_cfg},
#endif // CONFIG_SENSOR_OV02B10_MIPI
#ifdef CONFIG_SENSOR_GC2083_MIPI
{"gc2083_mipi", "gc2083_mipi_2_isp600_20231212_103735_gj_rgb", 1920, 1088, 15, 0, 0, &gc2083_mipi_rgb_isp_cfg},
{"gc2083_mipi", "gc2083_mipi_2_isp600_20230913_015805_gj_ir", 1920, 1088, 15, 0, 1, &gc2083_mipi_ir_isp_cfg},
{"gc2083_mipi", "gc2083_mipi_isp600_20240911_color", 1920, 1088, 15, 0, 0, &gc2083_mipi_isp_cfg},
{"gc2083_mipi", "gc2083_mipi_isp600_20240911_ir", 1920, 1088, 15, 0, 1, &gc2083_mipi_ir_isp_cfg},
#endif
#ifdef CONFIG_SENSOR_GC1084_MIPI