快排协议速度问题更新 由原来的下浮%5调整为上浮8%

This commit is contained in:
2025-02-28 10:19:07 +08:00
parent 7a59be0434
commit 850bc533fb
14 changed files with 54299 additions and 55609 deletions

View File

@ -147,10 +147,10 @@ static xPinGroup_t pin_groups[] = {
{.groupid = PGRP_I2C1, .pins_num = 2, .pins = {{50, 1}, {51, 1}}},
{.groupid = PGRP_LCD_TTL_CH0, .pins_num = 28,
/* de clk vynsc hsync */
.pins = {{88, 1}, {89, 1, PAD_DRIVE_2MA}, {90, 0}, {91, 0},
{64, 1}, {65, 1}, {66, 1}, {67, 1}, {68, 1}, {69, 1}, {70, 1}, {71, 1}, /* B0-B7 */
{72, 1}, {73, 1}, {74, 1}, {75, 1}, {76, 1}, {77, 1}, {78, 1}, {79, 1}, /* G0-G7 */
{80, 1}, {81, 1}, {82, 1}, {83, 1}, {84, 1}, {85, 1}, {86, 1}, {87, 1},}}, /* R0-R7 */
.pins = {{88, 1, PAD_DRIVE_2MA}, {89, 1, PAD_DRIVE_2MA}, {90, 0, PAD_DRIVE_2MA}, {91, 0, PAD_DRIVE_2MA},
{64, 1, PAD_DRIVE_2MA}, {65, 1, PAD_DRIVE_2MA}, {66, 1, PAD_DRIVE_2MA}, {67, 1, PAD_DRIVE_2MA}, {68, 1, PAD_DRIVE_2MA}, {69, 1, PAD_DRIVE_2MA}, {70, 1, PAD_DRIVE_2MA}, {71, 1, PAD_DRIVE_2MA}, /* B0-B7 */
{72, 1, PAD_DRIVE_2MA}, {73, 1, PAD_DRIVE_2MA}, {74, 1, PAD_DRIVE_2MA}, {75, 1, PAD_DRIVE_2MA}, {76, 1, PAD_DRIVE_2MA}, {77, 1, PAD_DRIVE_2MA}, {78, 1, PAD_DRIVE_2MA}, {79, 1, PAD_DRIVE_2MA}, /* G0-G7 */
{80, 1, PAD_DRIVE_2MA}, {81, 1, PAD_DRIVE_2MA}, {82, 1, PAD_DRIVE_2MA}, {83, 1, PAD_DRIVE_2MA}, {84, 1, PAD_DRIVE_2MA}, {85, 1, PAD_DRIVE_2MA}, {86, 1, PAD_DRIVE_2MA}, {87, 1, PAD_DRIVE_2MA},}}, /* R0-R7 */
{.groupid = PGRP_LCD_TTL_CH1, .pins_num = 28,
/* de clk vynsc hsync */
.pins = {{12, 1}, {13, 1}, {14, 1}, {15, 1},

View File

@ -14,12 +14,12 @@
#define MOTO_ICMX_GB518_A272O 2
#define MOTO_WARE_HOSE MOTO_ICMX_GB518_A272O
#define MOTO_WARE_HOSE MOTO_ICMX_GB518_A270T
#if (MOTO_WARE_HOSE == MOTO_ICMX_GB518_A270T)
#define SOFT_WARE_HOST 0
#define SOFT_WARE_ORDER 1
#define SOFT_WARE_ORDER 2
#define TP_VERSION OVERSEAS_VERSION_2

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long