Files
libretiny/boards/_base/pcb/wl2s-test.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

99 lines
1.5 KiB
JSON

{
"pcb": {
"test_pads": {
"TA9": "wl2s.back.a9.anchor",
"TGND": "wl2s.back.gnd.anchor",
"TRX1": "wl2s.back.rx1.anchor",
"TTX1": "wl2s.back.tx1.anchor",
"TSCLK": "wl2s.back.sclk.anchor",
"TSWD": "wl2s.back.swd.anchor"
},
"back": [
{
"id": "a9",
"name": "label_line_up",
"pos": "2.8,11.8",
"vars": {
"DIR": "left",
"W": 2.5,
"H": 0
}
},
{
"name": "test_pad_1mm",
"pos": "3,12"
},
{
"id": "gnd",
"name": "label_line_up",
"pos": "0.8,8.3",
"vars": {
"DIR": "left",
"W": 0.5,
"H": 0
}
},
{
"name": "test_pad_1mm",
"pos": "1,8.5"
},
{
"id": "rx1",
"name": "label_line_up",
"pos": "3,5.8",
"vars": {
"DIR": "left",
"W": 2.6,
"H": 0
}
},
{
"name": "test_pad_1mm",
"pos": "3.2,6"
},
{
"id": "tx1",
"name": "label_line_up",
"pos": "5,5.8",
"vars": {
"DIR": "left",
"W": 4.5,
"H": 2
}
},
{
"name": "test_pad_1mm",
"pos": "5.2,6"
},
{
"id": "swd",
"name": "label_line_up",
"pos": "10.2,11.1",
"vars": {
"DIR": "right",
"W": 3.0,
"H": 1
}
},
{
"name": "test_pad_1mm",
"pos": "10,11"
},
{
"id": "sclk",
"name": "label_line_up",
"pos": "5.2,12.2",
"vars": {
"DIR": "right",
"W": 8.0,
"H": 0
}
},
{
"name": "test_pad_1mm",
"pos": "5,12"
}
]
}
}