Files
libretiny/families.json
lamauny 69e7e2debe [lightning-ln882h] Add support for Lightning LN882H family (#312)
* fix mbedtls bad pointer in function call (prototype mismatch)

* fix issue with weak families functions implemented in static library, it will never be linked. fixed by redefining prototypes inside families

* [ln882x] add support for lightning ln882x & ln882h families

* add i2c (wire) support

* add analog (adc) support

* add watchdog support

* [ln882x] changed default uart 0/1 pins; added board wl2s

* [ln882x] fix IRQ & ADC pins

* [ln882x] boards cosmetic

* [ln882x] wifi sta use otp mac addr by default; re-enabled wifi powersave mode

* [ln882x] clang-format clean code

* [ln882x] clang-format clean code

* Update families.json

* Apply suggestions from code review

* [ln882x] reformat json board files

* [ln882x] os_queue cleanup

* [ln882x] removed Beken auto-download command

* [ln882x] removed personal script file

* [ln882x] removed unusefull pi section in debugging.md

* [ln882x] removed Arduino.h and changed private I2C definition

* [ln882x] updated README.md

* [ln882x] changed pin naming scheme to PA/PB

* [ln882x] clean code

* [ln882x] clean code

* [ln882x] add ota image verification

* Update push-dev.yml

* [ln882x] fix boards ADC missing inputs]

* [ln882x] removed reg_xxx fixup files and use include guards instead

* [ln882x] cleanup code

* [ln882x] cleanup code

* [ln882x] fix lt_init weak functions linking

* [ln882x] revert lt_api.h modification, fixed with previous commit

* [ln882x] setup UF2 firmware for flasher with partitions

* [ln882x] update README.md

* [ln882x] include ln_wifi.h and ln_serial.h to avoid including bad headers on case insensitive systems

* [ln882x] Replace RingBuffer by SerialRingBuffer

* [ln882x] clang-format

* [ln882x] update README.md

* Apply suggestions from code review

* Reformat board JSON files

* Add mkdocs link redirect

* Update ltchiptool to v4.12.0

---------

Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>
2025-03-25 17:26:53 +01:00

118 lines
2.5 KiB
JSON

{
"$schema": "./families.schema.json",
"realtek-amb": {
"parent": null,
"code": "amb",
"description": "Realtek Ameba"
},
"realtek-amb1": {
"parent": "realtek-amb",
"code": "amb1",
"description": "Realtek Ameba1",
"id": "0x9FFFD543",
"short_name": "RTL8710A"
},
"realtek-ambz": {
"parent": "realtek-amb",
"code": "ambz",
"description": "Realtek AmebaZ",
"id": "0x22E0D6FC",
"short_name": "RTL8710B",
"package": "framework-realtek-amb1"
},
"realtek-ambz2": {
"parent": "realtek-amb",
"code": "ambz2",
"description": "Realtek AmebaZ2",
"id": "0xE08F7564",
"short_name": "RTL8720C",
"package": "framework-realtek-ambz2"
},
"realtek-ambd": {
"parent": "realtek-amb",
"code": "ambd",
"description": "Realtek AmebaD",
"id": "0x3379CFE2",
"short_name": "RTL8720D"
},
"beken-72xx": {
"parent": null,
"code": "bk72xx",
"description": "Beken 72xx"
},
"beken-72xx-gen1": {
"parent": "beken-72xx",
"code": "bk72xxgen1",
"description": "Beken 72xx (ARM)",
"package": "framework-beken-bdk"
},
"beken-72xx-gen2": {
"parent": "beken-72xx",
"code": "bk72xxgen2",
"description": "Beken 72xx (RISC-V & ARM)"
},
"beken-7231": {
"parent": "beken-72xx-gen1",
"code": "bk7231",
"description": "Beken 7231"
},
"beken-7231q": {
"parent": "beken-7231",
"code": "bk7231q",
"description": "Beken 7231Q",
"id": "0xAFE81D49",
"short_name": "BK7231Q"
},
"beken-7231t": {
"parent": "beken-7231",
"code": "bk7231t",
"description": "Beken 7231T",
"id": "0x675A40B0",
"short_name": "BK7231T"
},
"beken-7231n": {
"parent": "beken-72xx-gen1",
"description": "Beken 7231N",
"code": "bk7231n",
"id": "0x7B3EF230",
"short_name": "BK7231N"
},
"beken-7251": {
"parent": "beken-72xx-gen1",
"code": "bk7251",
"description": "Beken 7251/7252",
"id": "0x6A82CC42",
"short_name": "BK7251"
},
"boufallo-bl678": {
"parent": null,
"code": "bl678",
"description": "Boufallo BL6xx/BL7xx/BL8xx"
},
"boufallo-bl60x": {
"parent": "boufallo-bl678",
"code": "bl60x",
"description": "Boufallo BL602/BL604",
"id": "0xDE1270B7",
"short_name": "BL60X"
},
"winnermicro-iot": {
"parent": null,
"code": "wmiot",
"description": "WinnerMicro W60x/W800x"
},
"lightning-ln882x": {
"parent": null,
"code": "ln882x",
"description": "Lightning LN882x Family"
},
"lightning-ln882h": {
"parent": "lightning-ln882x",
"code": "ln882h",
"id": "0xA38090A8",
"short_name": "LN882H",
"description": "Lightning LN882H",
"package": "framework-lightning-ln882h"
}
}