[beken-72xx] Add BL2028N to supported chips

This commit is contained in:
Kuba Szczodrzyński
2022-12-08 17:48:04 +01:00
parent c6566323fd
commit fc1da609f2
3 changed files with 4 additions and 1 deletions

View File

@@ -31,4 +31,5 @@ enum ChipType {
// Beken 72XX
BK7231T = CHIP_TYPE(F_BK7231U, 0x1A), // *SCTRL_CHIP_ID = 0x7231a
BK7231N = CHIP_TYPE(F_BK7231N, 0x1C), // *SCTRL_CHIP_ID = 0x7231c
BL2028N = CHIP_TYPE(F_BK7231N, 0x1C), // *SCTRL_CHIP_ID = 0x7231c
};

View File

@@ -4,6 +4,7 @@
- BK7231S
- BK7231T
- BK7231U
- BL2028N
- NATIVE
- RTL8710BN
- RTL8710BX

View File

@@ -69,7 +69,8 @@
"sdk": "https://github.com/bekencorp/bdk_freertos",
"framework": "framework-beken-bdk",
"mcus": [
"BK7231N"
"BK7231N",
"BL2028N"
]
},
{