修复代码错误

This commit is contained in:
nhkefus
2025-03-11 14:10:51 +08:00
parent a7f6e9379a
commit 3422912129
576 changed files with 39303 additions and 1012 deletions

View File

@@ -26,7 +26,7 @@ NAME := Board_MK3031
WLAN_CHIP := mw30x
WLAN_CHIP_REVISION := _uapsta
WLAN_CHIP_FAMILY := MW3xx
WLAN_CHIP_FIRMWARE_VER := 14.76.36.p103
WLAN_CHIP_FIRMWARE_VER := 14.76.36.p84
MODULE := 3031
HOST_MCU_FAMILY := MW3xx
@@ -58,8 +58,6 @@ ifndef NO_WIFI_FIRMWARE
WIFI_FIRMWARE := $(MICO_OS_PATH)/resources/wifi_firmware/$(WLAN_CHIP)/$(WLAN_CHIP)$(WLAN_CHIP_REVISION)$(WLAN_CHIP_BIN_TYPE)-$(WLAN_CHIP_FIRMWARE_VER).bin
endif
FILESYSTEM_IMAGE := build/$(APP_FULL)@$(PLATFORM)/resources/filesystem.bin
VALID_OSNS_COMBOS := mocOS@mocIP NoRTOS@LwIP
VALID_TLS := mocSSL wolfSSL

BIN
mico-os/board/MK3031/flash_prog.elf Normal file → Executable file

Binary file not shown.

View File

@@ -72,8 +72,8 @@ PIN FUN1 FUN2 FUN3 FUN4
21/24 UART1_TXD GPIO_44 ADC0_2
22/25 UART1_RXD GPIO_45 ADC0_3
23 GPIO_6
26A2 I2C1_SDA GPIO_9
27A1 I2C1_SCL GPIO_10
26A1 I2C1_SDA GPIO_9
27A2 I2C1_SCL GPIO_10
28A3 GPIO_26 32K_OUT
29A4 GND
30B1 GPIO_43 ADC0_1
@@ -139,14 +139,6 @@ typedef enum
MICO_I2C_NONE,
} mico_i2c_t;
typedef enum
{
MICO_IIS_1,
MICO_IIS_2,
MICO_IIS_MAX, /* Denotes the total number of IIS port aliases. Not a valid IIS alias */
MICO_IIS_NONE,
} mico_iis_t;
typedef enum
{
MICO_PWM_1,
@@ -196,6 +188,7 @@ typedef enum
MICO_PARTITION_USER = 7,
} mico_user_partition_t;
#define STDIO_UART MICO_UART_1
#define STDIO_UART_BAUDRATE (115200)

0
mico-os/board/MK3031/platform_config.h Normal file → Executable file
View File