add wifi esp8285 and lcd driver for xidatong-riscv64 on nuttx

it is OK
This commit is contained in:
xuedongliang
2022-11-01 16:42:43 +08:00
16 changed files with 207 additions and 207 deletions
@@ -101,8 +101,8 @@ void gpio_set_drive_mode(uint8_t pin, gpio_drive_mode_t mode)
int io_number = fpioa_get_io_by_function(K210_IO_FUNC_GPIO0 + pin);
DEBUGASSERT(io_number >= 0);
fpioa_pull_t pull;
uint32_t dir;
fpioa_pull_t pull = FPIOA_PULL_NONE;
uint32_t dir = 0;
switch(mode)
{